Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Incompatible Versions - assistance? #40

Open
lchutny opened this issue Jul 15, 2019 · 1 comment
Open

Incompatible Versions - assistance? #40

lchutny opened this issue Jul 15, 2019 · 1 comment

Comments

@lchutny
Copy link

lchutny commented Jul 15, 2019

Used recommended pip install -r https://raw.githubusercontent.com/dnouri/kfkd-tutorial/master/requirements.txt but when running the MNIST example, I get:

AttributeError: ('The following error happened while compiling the node', DotModulo(A, s, m, A2, s2, m2), '\n', "module 'numpy.core.multiarray' has no attribute '_get_ndarray_c_version'")

This appears to be a result of a fix to numpy, which of course is not compatible with the Theano version that must be run in order to use lasagne. I am about ready to cut and run, but it would be nice to see this example running.

Any ideas?

@dnouri
Copy link
Owner

dnouri commented Jul 15, 2019

Sorry about that. You could either try to downgrade Numpy. (Somewhere it says that the breaking change was added in Numpy version 1.16.) Or you can try to upgrade Theano. The former may be easier to do.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants