pip install requirements fails
See original GitHub issueinstalling requirements with pip install -r requirements.txt
fails with:
Could not find a version that satisfies the requirement pclpy_dependencies>=0.2.1 (from -r requirements.txt (line 3)) (from versions: )
No matching distribution found for pclpy_dependencies>=0.2.1 (from -r requirements.txt (line 3))
similarly pip install pclpy
fails with:
Could not find a version that satisfies the requirement pclpy (from versions: )
No matching distribution found for pclpy
also pip install -r requirements_dev.txt
fails with:
Could not find a version that satisfies the requirement pybind11>=2.3dev (from -r requirements_dev.txt (line 1)) (from versions: 1.0, 1.2, 1.3, 1.4, 1.5, 1.7, 1.8, 1.8.1, 2.0.0rc1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4)
No matching distribution found for pybind11>=2.3dev (from -r requirements_dev.txt (line 1))
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
pip fails to install packages from requirements.txt
So, numexpr is trying to import from numpy in its setup.py, but when pip first runs numexpr's setup.py, it has not yet installed...
Read more >How to install modules with PIP (and fix it when it fails) - Medium
First make sure that you have installed Python. Assuming that, the first thing to do is to check if the module exists. The...
Read more >Errors while running pip install -r requirements.txt - MongoDB
I am getting these kinds of error while running pip install -r requirements.txt in virtualenv. Preparing wheel metadata … error
Read more >Pip install Requirements fails · Issue #84 · mitre-attack/tram
I've tried installing TRAM on several different system now including Ubuntu 20.04, Kali 20.02, and Windows 10 1903. All of them have failed...
Read more >pip install - pip documentation v22.3.1
pip install has several stages: Identify the base requirements. The user supplied arguments are processed here. Resolve dependencies. What will be installed is ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
facing the same issue in anaconda prompt on windows 10 … my python version is 3.7
The current version switched to the conda packaging platform and works on Ubuntu. I’m closing this issue as there’s no intent on supporting pypi in the future. Please open another issue if there’s a problem.