rakuri255/UltraSinger

Torch error in fbgemm.dll - version 0.0.12 / Windows / CPU

jc0rn3t opened this issue · 2 comments

Recently updated to the latest (0.0.12) version.
Since then I'm getting the following error when trying to create a USDX package.

(.venv) C:\Users\Tmp\Documents\GitHub\UltraSinger\src>py UltraSinger.py -i https://youtu.be/M7uRWmsbvyI
Traceback (most recent call last):
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\src\UltraSinger.py", line 13, in <module>
    from modules.Audio.separation import separate_vocal_from_audio
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\src\modules\Audio\separation.py", line 5, in <module>
    import demucs.separate
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\demucs\separate.py", line 12, in <module>
    from dora.log import fatal
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\__init__.py", line 66, in <module>
    from .explore import Explorer, Launcher
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\explore.py", line 27, in <module>
    from .shep import Shepherd, Sheep
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\shep.py", line 25, in <module>
    from .distrib import get_distrib_spec
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\dora\distrib.py", line 14, in <module>
    import torch
  File "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\torch\__init__.py", line 148, in <module>
    raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\Tmp\Documents\GitHub\UltraSinger\.venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

does this fix it?
pip install --upgrade librosa resampy

got the same error for CUDA version. Tried your fix but have the same result: OSError: [WinError 126] Das angegebene Modul wurde nicht gefunden. Error loading "C:\Users\Johnathy\UltraSinger-main.venv\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.