noyoshi / smart-sketch

đź–Ś photorealistic drawings from simple sketches using NVIDIA's GauGAN
GNU General Public License v3.0
233 stars 35 forks source link

Cannot install torch #12

Closed vzakharov closed 5 years ago

vzakharov commented 5 years ago

When I try to pip3 install -r requirements.txt, I get this:


  Could not find a version that satisfies the requirement torch>=1.0.0 (from -r requirements.txt (line 19)) (from versions: 0.1.2, 0.1.2.post1)
No matching distribution found for torch>=1.0.0 (from -r requirements.txt (line 19))```

Any ideas?
vzakharov commented 5 years ago

Perhaps you meant pytorch?

vzakharov commented 5 years ago

Okay, installed separately via conda. Note that a couple of other modules were also “not found”, namely dill and scipy

ajayyy commented 5 years ago

scipy should exist: https://www.scipy.org

vzakharov commented 5 years ago

It does exist, but is not installed automatically (had to run a separate conda isntall for this)