Could not find a version that satisfies the requirement aimrocks==0.0.7
See original GitHub issue🐛 Bug
Unable to install aim
To reproduce
pip install aim==3.0.1
Environment
- Aim Version 3.0.1
- Python version 3.8.5
- OS Ubuntu 18.04
Additional context
Collecting aim
Using cached aim-3.0.1.tar.gz (7.7 MB)
Collecting aimrecords==0.0.7
Using cached aimrecords-0.0.7-py2.py3-none-any.whl (28 kB)
ERROR: Could not find a version that satisfies the requirement aimrocks==0.0.7 (from aim) (from versions: 0.0.6rc2, 0.0.6rc4, 0.0.6rc5, 0.0.6, 0.0.9)
ERROR: No matching distribution found for aimrocks==0.0.7 (from aim)
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
python - Could not find a version that satisfies the requirement ...
Is there a way to tell pip to automatically install all needed dependencies so I don't have to do it manually one by...
Read more >Could not find a version that satisfies the requirement X
The error "Could not find a version that satisfies the requirement" occurs for multiple reasons: Running the pip install -r requirements.txt command without...
Read more >Could not find a version that satisfies the requirement ... - GitHub
I did a git clone and entered into directory and ran this pip install requirements.txt At first It threw this Collecting requirements.txt ...
Read more >Fix the pip error: Couldn't find a version that satisfies the ...
Anyways, this can be fixed by using a proxy with pip. Supplying a proxy address to pip is easy: $ pip install -r...
Read more >note: this error originates from a subprocess, and is likely not a ...
pip subprocess to install build dependencies did not run successfully. ... ERROR: Could not find a version that satisfies the requirement aimrocks==0.2.1 ...
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 @alberttorosyan Thanks for the quick response, I was using
pip 21.2.4
, the issue is resolved in latest version of aim.@polajnta, @imneonizer with the latest versions of
aim
andaimrocks
this should be fixed. Tested forpython 3.6.10
andpip 9.0.1