You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Could not find a version that satisfies the requirement torch==1.7.1 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.4.0)
ERROR: No matching distribution found for torch==1.7.1
Can you fix the torch version in requirements.txt?
The text was updated successfully, but these errors were encountered:
Other packages in the requirements.txt with specified older versions also fail under Windows.
Can someone update all of the requirements.txt file so the packages build and install correctly under Windows?
Build errors like
fatal error C1083: Cannot open include file: 'lber.h': No such file or directory
error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.40.33807\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
requirements.txt shows
torch==1.7.1
which is 4 years old now and gives this error
Can you fix the torch version in requirements.txt?
The text was updated successfully, but these errors were encountered: