You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "conda env create" with latest Anaconda on MacOS it stalls at the "Installing pip dependencies" step. I'm new to Anaconda but I thought it was intended to avoid exactly this problem :( Adding --verbose or --debug does not provide any information while it shows a spining bar on the command line.
Commenting out the following line in environment.yml - -e .
Then after running conda in a project terminal I ran: pip install -e .
Then it seems to work
The text was updated successfully, but these errors were encountered:
This seems like OS / conda problem, not the HtmDetector per se. I'd suggest closing this, if any work on this is still needed, please reopen. EDIT: sorry, I thought this is for htm-community/NAB repo.
Using "conda env create" with latest Anaconda on MacOS it stalls at the "Installing pip dependencies" step. I'm new to Anaconda but I thought it was intended to avoid exactly this problem :( Adding --verbose or --debug does not provide any information while it shows a spining bar on the command line.
Commenting out the following line in environment.yml
- -e .
Then after running conda in a project terminal I ran:
pip install -e .
Then it seems to work
The text was updated successfully, but these errors were encountered: