SkyTNT / midi-model

Midi event transformer for music generation
Apache License 2.0
113 stars 16 forks source link

Issue with shm.dll of torch moduel #15

Open EricGao1005 opened 4 months ago

EricGao1005 commented 4 months ago

Hello SkyTNT,

I tried to clone the GIT project and open ti through VSCode, installed required modules but I got an error while running App.py, can you kindly look and advise it? Thanks in advance.

python app.py

Traceback (most recent call last): File "C:\midi-model\app.py", line 7, in import torch File "C:\Users\test\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\torch__init__.py", line 141, in raise err OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\test\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\torch\lib\shm.dll" or one of its dependencies.