TA-Lib / ta-lib-python

Python wrapper for TA-Lib (http://ta-lib.org/).
http://ta-lib.github.io/ta-lib-python
Other
9.49k stars 1.74k forks source link

can not install ta-lib #484

Closed gitlong closed 2 years ago

gitlong commented 2 years ago

mac, M1-MAX, OSX 12.0, did everything, export to brew and pip update, then

. python3.8 -m pip install --no-cache-dir ta-lib then it said

ERROR: Failed building wheel for ta-lib Failed to build ta-lib ERROR: Could not build wheels for ta-lib, which is required to install pyproject.toml-based projects

pranjii commented 2 years ago

Suffering same issue everywhere including windows and google colab

mrjbq7 commented 2 years ago

Perhaps my attempts at using a pyproject.toml caused some problems.

I just deleted that file and made a new 0.4.23 release.

Can you try again?

mrjbq7 commented 2 years ago

@pranjii and @gitlong did the new release fix this for you?

Azam999 commented 2 years ago

@pranjii and @gitlong did the new release fix this for you?

Nope, still doesn't work

Azam999 commented 2 years ago

All versions give the same error

Arin626 commented 2 years ago

Had the same issues on one of my Macs. Has possibly something to do that the Command Line Tools on MacOS are not installed or up-to-date and the building failed. Try the following in the Terminal:

xcode-select --install

If that doesn't work try to reset them:

sudo xcode-select --reset

mrjbq7 commented 2 years ago

Closing all installation issues, if someone has a specific problem please open a new one.