-
Notifications
You must be signed in to change notification settings - Fork 104
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
[BUG] Can't Install from Cached source and wheel in Container #333
Comments
I'd recommend trying upgrading setuptools - your version is about two years old |
Requirement already up-to-date: pip in /usr/local/lib/python3.6/dist-packages (20.0.2)
Package Version asn1crypto 0.24.0 Same again:
|
I was able to reproduce the error with a local Adding them in fixes the issue.
Truncated output:
A slightly modified version of the above script shows we can reproduce the same error message with
And error:
Closing as this seems to be a Thanks again for reporting! |
Was there a solution for this? Still getting the same error when installing bottleneck |
Describe the bug
I am trying to install Bottleneck as a dependency in a container using a manually created pip cache.
To Reproduce
To assist in reproducing the bug, please include the following:
pip
versionpip list
orconda list
Expected behavior
A clear and concise description of what you expected to happen.
Package should install.
Additional context
Error output:
The text was updated successfully, but these errors were encountered: