We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce the behavior:
Note: User could run cd scripts && python collect_info.py all under project directory to get system information and paste them here directly.
cd scripts && python collect_info.py all
Windows
Linux
MacOS
The text was updated successfully, but these errors were encountered:
运行main.py报的错
Sorry, something went wrong.
修改一下
# os.popen( # "python /usr/local/anaconda3/bin/python /Users/charmve/Qbot/auto_monitor.py" # ) script_name = "auto_monitor.py" script_path = os.path.join(os.path.dirname(__file__), script_name) os.popen(f"{sys.executable} {script_path}")
No branches or pull requests
🐛 Bug Description
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Screenshot
Environment
Note: User could run
cd scripts && python collect_info.py all
under project directory to get system informationand paste them here directly.
Windows
,Linux
,MacOS
):Additional Notes
The text was updated successfully, but these errors were encountered: