You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2025年1月16日(星期四) 下午4:37
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [harry0703/MoneyPrinterTurbo] 我使用conda部署,在Linux服务器上。 前面的步骤都过去了。执行sh webui.sh端口也启动起来了。但是浏览器输入地址访问就出现了下面的问题 (Issue #571)
#563 和这个问题是一样吧
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
是否已存在类似问题?
当前行为
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
The text was updated successfully, but these errors were encountered: