question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip install requirements fails

See original GitHub issue

installing 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:closed
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mrinalsenapati04commented, Jul 27, 2019

facing the same issue in anaconda prompt on windows 10 … my python version is 3.7

0reactions
davidcaroncommented, May 7, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found