-
Notifications
You must be signed in to change notification settings - Fork 219
installed from pip, but can not import. #215
Comments
The bottom line indicates a problem with versioning, likely Theano issue? |
upgrade does not work either.
|
Is this a fresh install? Likely you need to start from scratch, make sure there are no conflicts inside/outside your virtual env. |
I am getting precisely the same error on
I also tried the flag
|
please ensure the config file ~/.theanorc, cxxflags = -march=native |
@pingdong90 I'm running python3.5.2 under virtual env on a centos7 box I tried re-install python with
but still not working |
Hello all, If you're using pyenv, the reason is simple: when pyenv builds Python, it doesn't allow shared (dynamic) library linkage by default. So you need to rebuild with
Then, when Theano builds (recall that it's complaining about recompiling with This resolved this issue for me! 😄 |
Could anyone have a look? Thanks.
The text was updated successfully, but these errors were encountered: