This repository was archived by the owner on Mar 16, 2024. It is now read-only.
依赖库src的安装错误 #68
Unanswered
xiaoBingge114514
asked this question in
Q&A
Replies: 1 comment
-
Sydney!!我好想你哇 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
edgeGPT版本太高运行不了,降级后是没有GPT的报错了,但是来了一个src的报错(大悲)
D:\Python\python.exe E:\Desktop\EdgeGPT\BingAI-Client-BingAI-Client1.7.1-zhengshiban-\EasyStart.py
假如您想高度自定义配置(如端口),请勿使用简单启动!
您的服务器将在 80 端口运行
是否对公网开放?(需要有公网ip)(y/n):n
E:\Desktop\EdgeGPT\BingAI-Client-BingAI-Client1.7.1-zhengshiban-\run>python ../BingServer.py
Traceback (most recent call last):
File "D:\Python\Lib\site-packages\EdgeGPT.py", line 11, in
from helpers.chathub.chathub import ChatHub
ModuleNotFoundError: No module named 'helpers.chathub'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\Desktop\EdgeGPT\BingAI-Client-BingAI-Client1.7.1-zhengshiban-\BingServer.py", line 9, in
import EdgeGPT
File "D:\Python\Lib\site-packages\EdgeGPT.py", line 17, in
from src.helpers.chathub.chathub import ChatHub
ModuleNotFoundError: No module named 'src'
进程已结束,退出代码0


我什么都试过了....例如重新安装pip。。。src还是装不上。。
Beta Was this translation helpful? Give feedback.
All reactions