ArtLabss / tennis-tracking

Open-source Monocular Python HawkEye for Tennis
https://www.artlabs.tech
The Unlicense
392 stars 95 forks source link

no version of Torch #16

Closed nyck33 closed 1 year ago

nyck33 commented 2 years ago

Describe the bug Make new conda env with Python=3.8, run pip install -r requirements.txt and get

ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions: 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2, 1.11.0)
ERROR: No matching distribution found for torch==1.9.0+cu102

Is cu for cuda? In which case can I run this with another CPU only version of Torch?

shukkkur commented 1 year ago

Sorry for late response, have you figured it?

nyck33 commented 1 year ago

No, I have moved on since.