aarch64 ubuntu22.04
第一次运行正常后输入exit退出,然后重新python3 Chatmain.py后会出现以下问题版本是
pumilk@instance-20220719-0525:~/Linux/Source$ python3 Chatmain.py
Traceback (most recent call last):
File "/home/pumilk/Linux/Source/Chatmain.py", line 27, in <module>
import ChatLearning
ModuleNotFoundError: No module named 'ChatLearning'
将文件重新覆盖一次之后可以重新进入,但是运行结束后重新运行又会如此
pumilk@instance-20220719-0525:~/Linux/Source$ python3 Chatmain.py
Traceback (most recent call last):
File "/home/pumilk/Linux/Source/Chatmain.py", line 27, in <module>
import ChatLearning
ModuleNotFoundError: No module named 'ChatLearning'
pumilk@instance-20220719-0525:~/Linux/Source$ python3 Chatmain.py
.p
正在更新词库版本,270 -> 280 请勿中途退出
正在更新config, -> 280 请勿中途退出
正在更新config, -> 290 请勿中途退出
正在更新config, -> 295 请勿中途退出
正在更新config, -> 297 请勿中途退出
正在更新config, -> 298 请勿中途退出
欢迎使用ChatLearning应用 版本号: 2.9.8
输入help来查看指令列表吧!
/home/pumilk/Linux/Source/Chatmain.py:2093: DeprecationWarning: There is no current event loop
loop = asyncio.get_event_loop()