Skip to content
New issue

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

wxpython version? #76

Open
leochan007 opened this issue Mar 20, 2024 · 6 comments
Open

wxpython version? #76

leochan007 opened this issue Mar 20, 2024 · 6 comments
Labels
question Further information is requested

Comments

@leochan007
Copy link

which version of wxpython should be used?

i build failed with version 4.2.0 4.2.1 on kali linuxe(debian based)

@leochan007 leochan007 added the question Further information is requested label Mar 20, 2024
@Charmve
Copy link
Member

Charmve commented May 14, 2024

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

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
Copy link

yoursbh commented Jul 26, 2024

最新的仓库中没有dev文件夹,请问能不能上传一下这两个whl文件?

@Charmve
Copy link
Member

Charmve commented Jul 30, 2024

@yoursbh 更新了 可以同步下

@Charmve
Copy link
Member

Charmve commented Jul 30, 2024

更新一个 百度网盘的下载链接

链接: https://pan.baidu.com/s/1pVmQxm8njh7IIPkZz9QOTQ?pwd=vsch 提取码: vsch

@Charmve
Copy link
Member

Charmve commented Aug 9, 2024

同步更新到仓库中了 https://github.com/UFund-Me/Qbot/tree/main/dev

上传了window、linux、mac三个平台的wheel

@Charmve
Copy link
Member

Charmve commented Sep 24, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants