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
Are you having trouble installing it on Linux?On Feb 3, 2024, at 6:29 AM, Franky1 ***@***.***> wrote:
@cgohlke Could you also provide linux wheels?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
@cgohlke Could you also provide linux wheels?你能提供 linux 的 wheel 文件吗?
Thanks to cgohlke's GitHub Action. Based on his workflow, I built wheel files for ta-lib across all platforms (Windows amd64, Win32, linux x64, MacOS x86_64, and MacOS arm64) from python3.6 to python3.13(https://github.com/quantmew/talib-prebuilt).
Activity
Ariel64 commentedon Apr 18, 2023
I found one already built, but it will need verifying:
https://www.jianshu.com/p/f60adb869364 which provides ta_lib-0.4.25-cp311-cp311-win_amd64.whl
cgohlke commentedon Apr 25, 2023
FWIW, I set up a GitHub action to build wheels for Windows at https://github.com/cgohlke/talib-build
zhangxxyz commentedon May 5, 2023
soleilinvesting commentedon May 25, 2023
@cgohlke Thanks for your work on this, but what do you do with this?
cgohlke commentedon May 25, 2023
Install wheels from the Releases or clone the repo and build your own wheels.
quantfreedom commentedon Oct 14, 2023
you are the best @cgohlke ... i love youuuuuuuuuuu ... going to link people to your repo whenever anyone asks
Franky1 commentedon Feb 3, 2024
@cgohlke Could you also provide linux wheels?
mrjbq7 commentedon Feb 3, 2024
jstzwj commentedon Jan 6, 2025
Thanks to cgohlke's GitHub Action. Based on his workflow, I built wheel files for ta-lib across all platforms (Windows amd64, Win32, linux x64, MacOS x86_64, and MacOS arm64) from python3.6 to python3.13(https://github.com/quantmew/talib-prebuilt).
mrjbq7 commentedon Jan 6, 2025
@jstzwj i would love to get that upstreamed so that this project can release wheels properly.
jstzwj commentedon Jan 8, 2025
@mrjbq7 I created a PR #699 containing a new workflow to build wheels for these platforms and architectures.