You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: