MoneyPrinterTurbo icon indicating copy to clipboard operation
MoneyPrinterTurbo copied to clipboard

我使用conda部署,在Linux服务器上。 前面的步骤都过去了。执行sh webui.sh端口也启动起来了。但是浏览器输入地址访问就出现了下面的问题

Open mark988 opened this issue 1 month ago • 2 comments

是否已存在类似问题?

  • [X] 我已搜索现有问题

当前行为

ModuleNotFoundError: No module named 'app' Traceback: File "/root/anaconda3/envs/MoneyPrinterTurbo/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling result = func() File "/root/anaconda3/envs/MoneyPrinterTurbo/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec exec(code, module.dict) File "/root/MoneyPrinterTurbo/webui/Main.py", line 9, in from app.config import config

预期行为

正常显示

重现步骤

输入 http://39.101.175.96:8502/ 访问的时候报错Lee

堆栈追踪/日志

ModuleNotFoundError: No module named 'app' Traceback: File "/root/anaconda3/envs/MoneyPrinterTurbo/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling result = func() File "/root/anaconda3/envs/MoneyPrinterTurbo/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec exec(code, module.dict) File "/root/MoneyPrinterTurbo/webui/Main.py", line 9, in from app.config import config

Python 版本

Python 3.10.16

操作系统

linux

MoneyPrinterTurbo 版本

v1.2.2

其他信息

No response

mark988 avatar Jan 16 '25 08:01 mark988