Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect torch version in requirements #202

Open
SoftologyPro opened this issue Jul 27, 2024 · 1 comment
Open

Incorrect torch version in requirements #202

SoftologyPro opened this issue Jul 27, 2024 · 1 comment

Comments

@SoftologyPro
Copy link

requirements.txt shows

torch==1.7.1

which is 4 years old now and gives this error

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?

@SoftologyPro
Copy link
Author

SoftologyPro commented Jul 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant