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

pip3 install failed on Ubuntu16.04 #406

Open
zjgcjy opened this issue Feb 28, 2019 · 3 comments
Open

pip3 install failed on Ubuntu16.04 #406

zjgcjy opened this issue Feb 28, 2019 · 3 comments

Comments

@zjgcjy
Copy link

zjgcjy commented Feb 28, 2019

As the issue #297 showed, the same problem happened on Ubuntu16.04, when i tried to pip3 install keystone-engine. Obviously, i used my local user instead of root.

libkeystone.so was installed in a wrong directory, thus loading the keystone-engine throws an exception:
ImportError: ERROR: failed to load the dynamic library.

the libkeystone.so was installed in /home/username/.local/lib/python3/site-packages/usr/lib/python3/dist-packages/keystone/libkeystone.so, but it should be located in /home/username/.local/lib/python3/site-packages/keystone/libkeystone.so

snipaste_2019-02-28_09-58-20

Fortunately, I copy the file to the right place and it works in python. What I want to illustrate is that in this way, keystone-engine can't be installed directly, which may take a lot of time for the rookie to solve.
I hope you can fix this problem.

@Acelogic
Copy link

Thank you so much

@zihadmahiuddin
Copy link

zihadmahiuddin commented Apr 21, 2019

Still they didn't fix the issue.

@0x3f97
Copy link

0x3f97 commented May 8, 2019

fixd, thanks

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

4 participants