-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import error while meetig all requirements #13
Comments
I'm afraid I can't help much with this, since only Python 3 is officially supported. That said, I did try to reproduce this and couldn't. It installed successfully into a new Python 2.7 environment on both OS X and Linux. Try using a fresh, empty virtual environment with |
I finally found the cause; it was due my use of anaconda. Once I removed anaconda and installed python 2.7 it worked perfectly. Thanks for the help! |
Hi, have you solved this problems? This problems have troubled me too and I need to use the anaconda environment |
Please refer to the contribution guidelines. If you still have a problem, please open a new issue and provide some information. |
When trying to import this package in python 2.7 I keep getting the same error:
I can't seem to fix this, have tried reinstalling, installing using setup.py, dowloading all requirements (numpy, scipy, cython, g++/gcc, everything in requirements.txt, everything else I could think of) but nothing seems to work. What could cause this error?
The text was updated successfully, but these errors were encountered: