Doric
Doric copied to clipboard
Dependency problem via pip
With Python 3.10.6 i had a problem installing Doric via pip, on the dependency "pytorch".
I solved the problem downloading the .whl archive from pypi and changing the METADATA file at line 14, from:
Requires-Dist: pytorch
to:
Requires-Dist: torch
Then I recreated the .whl and installed with pip from local, and it works.