GiusTex / EdgeGPT

Extension for Text Generation Webui based on EdgeGPT, a reverse engineered API of Microsoft's Bing Chat AI
125 stars 5 forks source link

modules not found #31

Closed sorrrl closed 1 year ago

sorrrl commented 1 year ago

Describe the enhancement

Exception has occurred: ModuleNotFoundError No module named 'modules.shared'; 'modules' is not a package AttributeError: module 'modules' has no attribute 'path'

During handling of the above exception, another exception occurred:

File "C:\Users\User\Desktop\EdgeGPT\script.py", line 5, in import modules.shared as shared ModuleNotFoundError: No module named 'modules.shared'; 'modules' is not a package

Additional Context

No response

GiusTex commented 1 year ago

Can you answer the questions? You can find them in new issues (you can start one and not saving it, just to see the questions' text). image image image

leviuswafula commented 1 year ago

check for possible errors mr.python

GiusTex commented 1 year ago

check for possible errors

I found some (No module named 'modules.shared'), I just wanted more info if possible, before starting searching the problem

sorrrl commented 1 year ago

check for possible errors

I found some (No module named 'modules.shared'), I just wanted more info if possible, before starting searching the problem

root@WIN-DRPAT2EGLO4:~/bot/EdgeGPT# python script.py Traceback (most recent call last): File "/root/bot/EdgeGPT/script.py", line 5, in import modules.shared as shared ModuleNotFoundError: No module named 'modules'