rtt_t2编译使用
pip install pyinstaller
The version you just installed should uninstalled:
python -m pip uninstall PySimpleGUI
python -m pip cache purge
Then install the latest from the private server:
python -m pip install –upgrade –extra-index-url https://PySimpleGUI.net/install PySimpleGUI
You can also force a reinstall using this command and it’ll install the latest regardless of what you have installed currently
python -m pip install –force-reinstall –extra-index-url https://PySimpleGUI.net/install PySimpleGUI
python rtt_t2.py
pip install pylink
pip install pyqtgraph
pip install requests keyboard
pysimplegui5.0版本开始收费,最后的免费版本是4.60.5,所以尝试安装此版本。以下4种方法安装都失败了:
pip3 install -i https://YOUR_API_KEY.pypimirror.stablebuild.com/2024-06-30/ pysimplegui==4.60.5
pip3 install -i https://pypimirror.stablebuild.com/2024-06-30/pysimplegui pysimplegui==4.60.5
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ pysimplegui==4.60.5
pip3 install -i https://mirrors.sustech.edu.cn/pypi/web/simple pysimplegui==4.60.5
最后尝试下载离线包安装成功,下载地址为:https://dashboard.stablebuild.com/pypi-deleted-packages/pkg/pysimplegui/4.60.5
安装命令为:pip install d:\Downloads\PySimpleGUI-4.60.5.0.tar.gz