-
Notifications
You must be signed in to change notification settings - Fork 52
cannot import pyhash from python35 #18
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
Comments
You install and link |
I changed the dest of symlink /usr/lib/x86_64-linux-gnu/libboost_python.{so,a} to py35 files and re-install, it works now. So by default, pip install pyhash will use the version that libboost_python.so symlink currently points to.
|
I'm committed a patch for this, auto detect Python version for boost::python, you may try it, then I will merge it to master branch. |
I tried, it failed
I remove
I created PR #19 |
Thanks, it works. |
pyhash 0.8.2 |
Though, it works okay on python 2 virtualenv
The text was updated successfully, but these errors were encountered: