Does anyone know how to install ta-lib?
I tried to install ta-lib, but I got the following:
#11 31.59 Building wheels for collected packages: TA-Lib
#11 31.59 Building wheel for TA-Lib (pyproject.toml): started
#11 32.74 Building wheel for TA-Lib (pyproject.toml): finished with status 'error'
#11 32.75 Failed to build TA-Lib
#11 32.75 error: subprocess-exited-with-error
#11 32.75
#11 32.75 × Building wheel for TA-Lib (pyproject.toml) did not run successfully.
#11 32.75 │ exit code: 1
#11 32.75 ╰─> [27 lines of output]
#11 32.75 <string>:77: UserWarning: Cannot find ta-lib library, installation may fail.
#11 32.75 ERROR: Failed building wheel for TA-Lib
#11 32.75 ERROR: Could not build wheels for TA-Lib, which is required to install pyproject.toml-based projects
My project ID is ad7c9bbc-1aa3-40e0-ba84-511487698898
7 Replies
Project ID:
ad7c9bbc-1aa3-40e0-ba84-511487698898
You might find these helpful:
- How do I install ta-lib?
⚠️ experimental feature
you'd need to use a dockerfile for this usecase, and there are plenty of sample dockerfiles for installing ta-lib and running a python project
Great, thank you, successfully installed!
and maybe for anyone else that might see this thread and have the same issue, do you think you could post your dockerfile?
Sure! Here you go:
@matifali done!
thank you! that will be of great help to anyone in the future!