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 library dependent file issue #180

Open
Abhisheknakka opened this issue Apr 27, 2024 · 2 comments
Open

Torch library dependent file issue #180

Abhisheknakka opened this issue Apr 27, 2024 · 2 comments

Comments

@Abhisheknakka
Copy link

Abhisheknakka commented Apr 27, 2024

issue with fbgeem dependent file in torch library issue.

import torch
Traceback (most recent call last):
File "<pyshell#0>", line 1, in
import torch
File "C:\Users\nsnai\AppData\Local\Programs\Python\Python311\Lib\site-packages\torch_init_.py", line 141, in
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\nsnai\AppData\Local\Programs\Python\Python311\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
Capture

@Abhisheknakka Abhisheknakka changed the title Torch library issue Torch library dependent file issue Apr 27, 2024
@ossamamahjour
Copy link

ossamamahjour commented Aug 11, 2024

@Abhisheknakka did you get any news answers regarding this issue

@waldyd
Copy link

waldyd commented Aug 21, 2024

Modifying requirements.txt worked for me:

numpy==1.24.3
openai-whisper==20230314
Wave==0.0.2
openai==0.27.6
customtkinter==5.1.3
PyAudioWPatch==0.2.12.5
--extra-index-url https://download.pytorch.org/whl/cu117
torch==2.3.1

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

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