-
Notifications
You must be signed in to change notification settings - Fork 224
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 in clstm python module #69
Comments
I found that I need swig3.0, not swig = swig2.0. |
OK, it's not working even if I installed swig3.0, and I this this problem relates to that the
Which commit supports the clstm python binding or how can I solve the problem? |
Also I'm using the eigen3 tensorflow_fix version. |
OK, maybe I found out the problem by reading the commits that I can't use the master branch and I maybe have to use the separate_derivs branch. |
I finally succeed importing clstm python module by using the |
I tried to import clstm python module but this following error happens:
How can I solve this error? I did
scons
,sudo scons install
command and I saw the README thatpython setup.py build
command is broken.The text was updated successfully, but these errors were encountered: