facebookresearch / access

Code to reproduce the experiments from the paper.
Other
101 stars 36 forks source link

requirement "torch==1.2.0" unfound #22

Closed NicolasMICAUX closed 3 years ago

NicolasMICAUX commented 3 years ago
ERROR: Could not find a version that satisfies the requirement torch==1.2.0 (from access)
ERROR: No matching distribution found for torch==1.2.0

impossible to install a version below 1.4.0 with pip.

louismartin commented 3 years ago

Hi thanks for the issue. Pytorch version was downgraded in PR https://github.com/facebookresearch/access/pull/21 related to issue https://github.com/facebookresearch/access/issues/20. Let me investigate.

louismartin commented 3 years ago

I updated the torch version to 1.4, feel free to reopen if you have other issues.