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.

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

github_iconTop GitHub Comments

2reactions
imneonizercommented, Oct 28, 2021

Hey @alberttorosyan Thanks for the quick response, I was using pip 21.2.4, the issue is resolved in latest version of aim.

0reactions
alberttorosyancommented, Oct 27, 2021

@polajnta, @imneonizer with the latest versions of aim and aimrocks this should be fixed. Tested for python 3.6.10 and pip 9.0.1

Read more comments on GitHub >

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

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