We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This occurs for python3 with pip3 install . --user While it works for python2 pip install . --user
pip3 install . --user
pip install . --user
The shared library is installed in site-packages/lib/, but it should be in site-packages/ke_dbl/lib/
site-packages/lib/
site-packages/ke_dbl/lib/
The text was updated successfully, but these errors were encountered:
Problem posted in pypa/pip#8159, but no reply.
Sorry, something went wrong.
mzechmeister
No branches or pull requests
This occurs for python3 with
pip3 install . --user
While it works for python2
pip install . --user
The shared library is installed in
site-packages/lib/
,but it should be in
site-packages/ke_dbl/lib/
The text was updated successfully, but these errors were encountered: