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.

Unable to install requirements

See original GitHub issue

When installing the requirements I am met with a host of “Could not find a version…” errors. I have confirmed that I am indeed using Python 3.5 and followed your instructions on creating and activating a conda environment. See error below:

Collecting anaconda-navigator==1.8.7 (from -r requirements.txt (line 7))
  Could not find a version that satisfies the requirement anaconda-navigator==1.8.7 (from -r requirements.txt (line 7)) (from versions: )
No matching distribution found for anaconda-navigator==1.8.7 (from -r requirements.txt (line 7))
You are using pip version 10.0.1, however version 19.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
Randy-Ramcommented, Feb 1, 2019

Hey @devAmoghS ,

Seems the names in the requirements file were incorrect, at least for me. I’ve modified them and run the following and it now works:

conda install -c conda-forge ipython_genutils mkl_fft keras-applications pyyaml mkl_random

0reactions
devAmoghScommented, Feb 1, 2019

You can search the packages on this website as well.

Conda Forge Packages

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip fails to install packages from requirements.txt
It looks like the numexpr package has an install-time dependency on numpy. Pip makes two passes through your requirements: first it ...
Read more >
Getting Error while running pip install -r requirements.txt after ...
The course has been tested with Python 3.8 and this error usually happens when using an earlier/later version since the package gets deprecated ......
Read more >
pip install -r requirements.txt fails · Issue #3 · deepmind/dqn_zoo
I created a new virtual environment and immediately tried to install the requirements, but ran into a version error: pip install -r ...
Read more >
"Can't install. An error occurred, although your system meets ...
During Custom Install or Online Deployment process this error appears: "Can't ... An error occurred, although your system meets requirements.
Read more >
Cannot install package from PyPI with requirements.txt - Binder
Hello, I am trying to launch a binder that installs the package randomhash: However, when I have this package in the requirements.txt, ...
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