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

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

Open
jc0rn3t opened this issue Jul 31, 2024 · 2 comments
Open

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

jc0rn3t opened this issue Jul 31, 2024 · 2 comments

Comments

@jc0rn3t
Copy link

jc0rn3t commented Jul 31, 2024

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.
@rakuri255
Copy link
Owner

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

@Johnathy202
Copy link

Johnathy202 commented Aug 12, 2024

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.

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

3 participants