Skip to content
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

Installation issue #5

Closed
mghijs opened this issue May 12, 2015 · 2 comments
Closed

Installation issue #5

mghijs opened this issue May 12, 2015 · 2 comments

Comments

@mghijs
Copy link

mghijs commented May 12, 2015

There is something strange going on when I try to pip install. The error reads like this:
Traceback (most recent call last):
File "", line 20, in
File "...\odespy\setup.py", line 21, in from odespy.version import full_version
File "...\odespy\odespy__init__.py", line 1258, in
from solvers import *
ImportError: No module named 'solvers'

which is strange since solvers.py is in the directory.
Working on Windows 7 64-bit, Anaconda 3 32-bit distribution, Python 3.4

@hplgit
Copy link
Owner

hplgit commented May 12, 2015

The reason is probably the import statement itself and the fact that you are running Python version 3. Odespy requires Python v2.7, and it is quite a bit of work to make it ready for v3 since the API for interfacing legacy code in Fortran and C is changed in v3 and there is quite some code of this type in Odespy. I recommend to install a parallel Anaconda v2.7 version and try setup.py with that version.

@mghijs
Copy link
Author

mghijs commented Jun 23, 2017

Okay, thank you!

@mghijs mghijs closed this as completed Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants