Unable to install requirements
See original GitHub issueWhen 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:
- Created 5 years ago
- Comments:11 (7 by maintainers)
Top 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 >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
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
You can search the packages on this website as well.
Conda Forge Packages