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
Traceback:
File "/opt/miniconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "/opt/miniconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/Users/fulin/Downloads/MoneyPrinterTurbo/webui/Main.py", line 9, in
from app.config import config
Python 版本
v3.11
操作系统
macOS 15.1.1
MoneyPrinterTurbo 版本
v1.2.2
其他信息
No response
The text was updated successfully, but these errors were encountered:
It is highly likely that the issue lies with your PYTHON_PATH. I am uncertain about how your code editor is configured. app is a folder within the project.
It is recommended to re-clone the project, recreate the conda environment, navigate into the project directory, and then execute webui.sh.
Alternatively, navigate into the project folder and execute the following command:
streamlit run ./webui/Main.py --browser.serverAddress="0.0.0.0" --server.enableCORS=True --browser.gatherUsageStats=False
somehow i have to execute this to fix the error hmmm....
i'm using pyenv to install python 3.11.11 by the way not sure this is the root cause the env variable not set.
somehow i have to execute this to fix the error hmmm.... i'm using pyenv to install python 3.11.11 by the way not sure this is the root cause the env variable not set.
是否已存在类似问题?
当前行为
MacOS启动前端报错
#sh webui.sh
预期行为
打开前端
重现步骤
执行 sh webui.sh
堆栈追踪/日志
ModuleNotFoundError: No module named 'app'
Traceback:
File "/opt/miniconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "/opt/miniconda3/envs/MoneyPrinterTurbo/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "/Users/fulin/Downloads/MoneyPrinterTurbo/webui/Main.py", line 9, in
from app.config import config
Python 版本
v3.11
操作系统
macOS 15.1.1
MoneyPrinterTurbo 版本
v1.2.2
其他信息
No response
The text was updated successfully, but these errors were encountered: