SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.

Home Page:https://github.com/SevaSk/ecoute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torch library dependent file issue

Abhisheknakka opened this issue · comments

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