wxpython version?
leochan007 opened this issue · 7 comments
leochan007 commented
which version of wxpython should be used?
i build failed with version 4.2.0 4.2.1 on kali linuxe(debian based)
Charmve commented
Recommended:
python | wxpython | eg | |
---|---|---|---|
linux | 3.8 | 4.2.0 | wxPython-4.2.0-cp38-cp38-linux_x86_64.whl |
linux | 3.9 | 4.2.0 | wxPython-4.2.0-cp39-cp39-linux_x86_64.whl |
mac | 3.8 | 4.2.0 | wxPython-4.2.1-cp38-cp38-macosx_11_0_universal2.whl |
mac | 3.9 | 4.2.0 | wxPython-4.2.1-cp39-cp39-macosx_10_10_universal2.whl |
win | 3.8 | 4.2.0 | wxPython-4.2.1-cp38-cp38-win_amd64.whl |
wxPython、Ta-Lib 需要手动安装,pip wheel 在 dev/ 路径下。
参考文档:
wxPython
- linux: python3.8 -m pip install dev/wxPython-4.2.0-cp38-cp38-linux_x86_64.whl
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/ wxPython
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04/ wxPython - win: python3.8 -m pip install dev/wxPython-4.2.1-cp38-cp38-win_amd64.whl
- mac: brew install wxpython
Ta-Lib
https://github.com/cgohlke/talib-build/releases
- linux: python3.8 -m pip install dev/TA_Lib-0.4.28-cp38-cp38-linux_x86_64.whl
- win: python3.8 -m pip pip install dev/TA_Lib-0.4.21-cp38-cp38-win_amd64.whl
- mac:
which brew || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)
brew install ta-lib
pip install ta-lib
如果有需要,可以找我下载安装包
yoursbh commented
最新的仓库中没有dev文件夹,请问能不能上传一下这两个whl文件?
Charmve commented
更新一个 百度网盘的下载链接
链接: https://pan.baidu.com/s/1pVmQxm8njh7IIPkZz9QOTQ?pwd=vsch 提取码: vsch
Charmve commented
同步更新到仓库中了 https://github.com/UFund-Me/Qbot/tree/main/dev
上传了window、linux、mac三个平台的wheel