Open johnmbarrett opened 4 years ago
@johnmbarrett Hello,
I got the same error as below when I attempted to install pyhsmm in anaconda Win 64. But it didn't work when I ran conda install future
and pip install pyhsmm
. Do you have any suggestions? Thanks,
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
pip install future worked for me but I had to clone and install it with cython.
This happening on Windows x64 using Anaconda 3. See below command prompt output:
Possibly future is missing from the dependency list? Running
conda install future
then rerunningpip install pyhsmm
fixes the issue.