lucidrains / stylegan2-pytorch

Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
https://thispersondoesnotexist.com
MIT License
3.71k stars 588 forks source link

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)" #263

Open rainwala opened 2 years ago

rainwala commented 2 years ago

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)
develax commented 2 years ago

The same problem.

AvondaleZPR commented 2 years ago

update pip pip install --upgrade pip

Omer-Hedvat commented 2 years ago

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

MHRosenberg commented 1 month ago

ChatGPT + a little luck/insight --> pip install aim==2.1.0

Worked for me.