szymonmaszke / torchlayers

Shape and dimension inference (Keras-like) for PyTorch layers and neural networks
https://szymonmaszke.github.io/torchlayers/
MIT License
568 stars 46 forks source link

No matching distribution found for torch>=1.3.0 #13

Closed ImYoungUn closed 3 years ago

ImYoungUn commented 3 years ago

my torch version is 1.8.1+cpu but does this issue means my torch version is below 1.3.0?

ERROR: Could not find a version that satisfies the requirement torch>=1.3.0 (from torchlayers) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch>=1.3.0

. . . I created new venv and it worked! thanks