numenta / NAB

The Numenta Anomaly Benchmark
GNU Affero General Public License v3.0
1.93k stars 869 forks source link

Anaconda stuck Installing pip dependencies: - #382

Open markNZed opened 3 years ago

markNZed commented 3 years ago

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

breznak commented 3 years ago

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.