Hello,
I downloaded and successfully installed gutenkunstlab-dadi-be60b074fec3.zip for python-2.7.8, but I'm getting the error below. Numpy, scipy and comb have been updated to their latest versions. Is there a version conflict here?
# python
Python 2.7.8 (default, May 5 2015, 03:24:24)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dadi
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.linux-x86_64/egg/dadi/__init__.py", line 11, in <module>
File "build/bdist.linux-x86_64/egg/dadi/Demographics1D.py", line 6, in <module>
File "build/bdist.linux-x86_64/egg/dadi/Numerics.py", line 13, in <module>
ImportError: cannot import name comb
Thanks,
Tom