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
import os
import platform
import sys
from uuid import uuid4
import streamlit as st
from loguru import logger
current_dir = os.getcwd()
sys.path.append(os.path.join(current_dir, 'MoneyPrinterTurbo'))
from app.config import config
是否已存在类似问题?
当前行为
下载的Windows版本压缩包,解压出来的目录结构如上,点击start 运行报错如下:
预期行为
正常启动
重现步骤
下载windows压缩包,解压后点击update更新正常,使用start 启动浏览器报错
堆栈追踪/日志
Python 版本
我电脑安装的python版本是 3.12.6
操作系统
windows10
MoneyPrinterTurbo 版本
v1.2.1
其他信息
无
The text was updated successfully, but these errors were encountered: