ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0)
Python 3.8.5 is the oldest version available on miniconda.
(3.8) cody@Codys-MBP pixray % pip install -r requirements.txt
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Collecting git+https://github.com/bfirsh/taming-transformers.git@7a6e64ee (from -r requirements.txt (line 28))
Cloning https://github.com/bfirsh/taming-transformers.git (to revision 7a6e64ee) to /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-zaqc64ss
Running command git clone --filter=blob:none --quiet https://github.com/bfirsh/taming-transformers.git /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-zaqc64ss
WARNING: Did not find branch or tag '7a6e64ee', assuming revision or ref.
Running command git checkout -q 7a6e64ee
Resolved https://github.com/bfirsh/taming-transformers.git to commit 7a6e64ee
Preparing metadata (setup.py) ... done
Collecting git+https://github.com/openai/CLIP (from -r requirements.txt (line 29))
Cloning https://github.com/openai/CLIP to /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-wdkc5c31
Running command git clone --filter=blob:none --quiet https://github.com/openai/CLIP /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-wdkc5c31
Resolved https://github.com/openai/CLIP to commit d50d76daa670286dd6cacf3bcd80b5e4823fc8e1
Preparing metadata (setup.py) ... done
Collecting git+https://github.com/pvigier/perlin-numpy@6f077f8 (from -r requirements.txt (line 30))
Cloning https://github.com/pvigier/perlin-numpy (to revision 6f077f8) to /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-iyuy_gin
Running command git clone --filter=blob:none --quiet https://github.com/pvigier/perlin-numpy /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-iyuy_gin
WARNING: Did not find branch or tag '6f077f8', assuming revision or ref.
Running command git checkout -q 6f077f8
Resolved https://github.com/pvigier/perlin-numpy to commit 6f077f8
Preparing metadata (setup.py) ... done
Collecting git+https://github.com/fbcotter/pytorch_wavelets (from -r requirements.txt (line 46))
Cloning https://github.com/fbcotter/pytorch_wavelets to /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-a0yl7grc
Running command git clone --filter=blob:none --quiet https://github.com/fbcotter/pytorch_wavelets /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-a0yl7grc
Resolved https://github.com/fbcotter/pytorch_wavelets to commit 9a0c507f04f43c5397e384bb6be8340169b2fd9a
Preparing metadata (setup.py) ... done
Collecting git+https://github.com/pixray/aphantasia@7e6b3bb (from -r requirements.txt (line 49))
Cloning https://github.com/pixray/aphantasia (to revision 7e6b3bb) to /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-jbsijre8
Running command git clone --filter=blob:none --quiet https://github.com/pixray/aphantasia /private/var/folders/01/sn57hs8566145w17svn1c9780000gn/T/pip-req-build-jbsijre8
WARNING: Did not find branch or tag '7e6b3bb', assuming revision or ref.
Running command git checkout -q 7e6b3bb
Resolved https://github.com/pixray/aphantasia to commit 7e6b3bb
Preparing metadata (setup.py) ... done
ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0, 1.12.0, 1.12.1, 1.13.0)
ERROR: No matching distribution found for torch==1.9.0+cu102
(3.8) cody@Codys-MBP pixray % python --version
Python 3.8.5