microsoft / muzic

Muzic: Music Understanding and Generation with Artificial Intelligence
MIT License
4.49k stars 438 forks source link

Incorrect torch version in requirements #202

Open SoftologyPro opened 2 months ago

SoftologyPro commented 2 months ago

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 commented 2 months ago

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