Closed sorrrl closed 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).
check for possible errors mr.python
check for possible errors
I found some (No module named 'modules.shared'
), I just wanted more info if possible, before starting searching the problem
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
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