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

error #37

Open
NyxBenders opened this issue Aug 28, 2024 · 8 comments
Open

error #37

NyxBenders opened this issue Aug 28, 2024 · 8 comments

Comments

@NyxBenders
Copy link

PS C:\Users\Ryan\Desktop\clean\bubble ia> & C:/Users/Ryan/AppData/Local/Programs/Python/Python311/python.exe "c:/Users/Ryan/Desktop/clean/bubble ia/bubbleblaster.py"
Traceback (most recent call last):
File "c:\Users\Ryan\Desktop\clean\bubble ia\bubbleblaster.py", line 14, in
import util
File "c:\Users\Ryan\Desktop\clean\bubble ia\util.py", line 3, in
import torch
File "C:\Users\Ryan\AppData\Local\Programs\Python\Python311\Lib\site-packages\torch_init_.py", line 148, in
raise err
OSError: [WinError 126] Não foi possível encontrar o módulo especificado. Error loading "C:\Users\Ryan\AppData\Local\Programs\Python\Python311\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

image

@Aeonss
Copy link
Owner

Aeonss commented Aug 28, 2024

I reuploaded the BubbleBlaster 2.0.2 and fixed the duplicate numpy error in requirements.txt. Try downloading and reinstalling the dependencies again

@NyxBenders
Copy link
Author

Thank you, but now when I open the .exe or .bat file, the CMD window appears and then it closes by itself. The program doesn't open.

@geocotne
Copy link

Same

@geocotne
Copy link

Its The Same Error i Checked it

@DearFox
Copy link

DearFox commented Sep 16, 2024

to see errors - add PAUSE to a new line at the very end of your .bat

And yes, I get it too:
Error loading "C:\Users\UserName\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

@DearFox
Copy link

DearFox commented Sep 16, 2024

exe version has the same error. True, the path to fbgemm.dll is different

@AerialAtom
Copy link

https://stackoverflow.com/questions/78114412/import-torch-how-to-fix-oserror-winerror-126-error-loading-fbgemm-dll-or-depen

The issue solved by simply downloading libomp140.x86_64.dll and place it in 'C:\Windows\System32'

@DearFox
Copy link

DearFox commented Oct 2, 2024

https://stackoverflow.com/questions/78114412/import-torch-how-to-fix-oserror-winerror-126-error-loading-fbgemm-dll-or-depen

The issue solved by simply downloading libomp140.x86_64.dll and place it in 'C:\Windows\System32'

Looks like a very strange solution to the problem. Besides, I don’t trust this site.
I hope the program developer will fix the error without having to download strange files from strange sites.

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

5 participants