-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Issue with installing package using PIP #11348
Labels
resolution: duplicate
Duplicate of an existing issue/PR
Comments
monika2082
added
S: needs triage
Issues/PRs that need to be triaged
type: bug
A confirmed bug or unintended behavior
labels
Aug 4, 2022
A possible cause is that |
Any idea on how it could get corrupted . Some packages like pandas, scikit-learn, ntlk, flask are installing fine . Whereas for package like scipy,numpy, teradatassql, cryptography if is failing with same error. Not sure what is causing the issue |
|
1 task
Duplicate of #11153 |
uranusjr
added
resolution: duplicate
Duplicate of an existing issue/PR
and removed
type: bug
A confirmed bug or unintended behavior
S: needs triage
Issues/PRs that need to be triaged
labels
Jul 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Hi , we are seeing issue installing packages using PIP command. some packages like keras, pandas, nltk we are able to install successfully whereas for packages like scipy, numpy, teradatasql we are getting error similar to below. Can you assist with what could cause the issue? I tried using pip cache purge as well as running PIP command with --no-cache-dir but still seeing the issue.
Expected behavior
No response
pip version
21.2.2
Python version
3.6
OS
RHEL 7.9
How to Reproduce
create a virtual conda environment using command
conda create -n test3 python=3.6
use pip to install package
pip install --cert /opt/cloudera/security/x509/cert.pem --trusted-host pypi.python.org --no-cache-dir scipy
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: