stylegan2-pytorch icon indicating copy to clipboard operation
stylegan2-pytorch copied to clipboard

Intallation problem: "Could not find a version that satisfies the requirement aimrocks==0.0.10 (from aim->stylegan2_pytorch) (from versions: 0.0.9) No matching distribution found for aimrocks==0.0.10 (from aim->stylegan2_pytorch)"

Open rainwala opened this issue 3 years ago • 4 comments

Hello, thank you for your work!

When I try the command: pip3 install stylegan2_pytorch

I get the output:

Downloading https://files.pythonhosted.org/packages/53/13/207ebb5b2315640a68378c31cb31cfe1182373d11a813bd52219c83700a7/aimrecords-0.0.7-py2.py3-none-any.whl
Collecting aimrocks==0.0.10 (from aim->stylegan2_pytorch)
  Could not find a version that satisfies the requirement aimrocks==0.0.10 (from aim->stylegan2_pytorch) (from versions: 0.0.9)
No matching distribution found for aimrocks==0.0.10 (from aim->stylegan2_pytorch)

rainwala avatar Dec 20 '21 11:12 rainwala

The same problem.

develax avatar Jan 20 '22 21:01 develax

update pip pip install --upgrade pip

AvondaleZPR avatar Feb 03 '22 10:02 AvondaleZPR

I'm with the latest pip version (==22.0.3) and still get this error. I get this message when I try to install aim==3.4.1 or aimrocks==0.0.10

Omer-Hedvat avatar Feb 04 '22 13:02 Omer-Hedvat