python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Pip Install Package Error: Could not install packages due to an OSError
I am getting the following error whenever I try to execute pip install [any package name]:
ERROR: Could not install packages due to an OSError:
HTTPSConnectionPool(host='files.pythonhosted.org', port...
Liya
Votes: 0
Answers: 2
Unable to install OpenBabel package
I am working on building a python script that tests the binding affinity of protein-ligand pairs generated by our ML model as positive/negative binding annotations. One of the steps in doing so requir...
Christian de Frondeville
Votes: 0
Answers: 3
Using poetry and pip to install dependencies with private repositories
We are currently using poetry for developing our python packages. Since we do have a private artifactory we have the following pyproject.toml things set:
[[tool.poetry.source]]
name = "main-priva...
HFinch
Votes: 0
Answers: 2
python postgresql module install on MAC OS is failing
i am trying to install psycopg2-binary module on my Mac OS. install is failing with below error message.
Any help to resolve this error?
pip install psycopg2-binary
Defaulting to user installation bec...

sfgroups
Votes: 0
Answers: 1