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
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