Doric icon indicating copy to clipboard operation
Doric copied to clipboard

Dependency problem via pip

Open alessandrogilli opened this issue 1 year ago • 0 comments

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.

alessandrogilli avatar Jul 27 '23 16:07 alessandrogilli