Open vkadambi opened 5 years ago
I have had this same error message on my windows computer. Using the Anaconda prompt command for both pip and conda installation, I haven't been able to download. If anyone has any thoughts I'd be most appreciative.
I get the same error (src/wfpt.cpp:629:10: fatal error: 'algorithm' file not found
) in python 3.6 and Mac 10.14, after following the steps in this post and adding a Cython install through pip before kabuki and hddm installations.
I get this bug on my mac even after following the steps from here: https://gist.github.com/birkin/3b17a11ccbfa512a59565296ce4c7ff4
`Traceback (most recent call last):
File "/Users/akshay/anaconda3/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3267, in run_code exec(code_obj, self.user_global_ns, self.user_ns)
File "
File "/Users/akshay/DAinPFC/tools/hddm/hddm/init.py", line 7, in
File "/Users/akshay/DAinPFC/tools/hddm/hddm/likelihoods.py", line 2, in
File "/Users/akshay/anaconda3/lib/python3.7/site-packages/pymc/init.py", line 19, in
File "/Users/akshay/anaconda3/lib/python3.7/site-packages/pymc/threadpool.py", line 346 def await(self): ^ SyntaxError: invalid syntax`
@akjagadish see https://github.com/pymc-devs/pymc/issues/188
I am having trouble installing hddm for my mac. I tried both the pip and conda install methods. I also have successfully installed all the dependencies (pymc3, pandas, kabuki, cython).
My error for the conda install method was that: Solving environment: failed with current_repodata.json, will retry with next repodata source.
My error for the pip install method was:
warning "Using deprecated NumPy API, disable it with " \