TA-Lib / ta-lib-python

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

hello please help me #629

Closed Lazymve closed 10 months ago

Lazymve commented 11 months ago

im trying to install ta-lib on a windows 11 comp but every time i do theres an error

│ exit code: 1

╰─> [13 lines of output]

running bdist_wheel

running build

running build_py

creating build

creating build\lib.win-amd64-cpython-311

creating build\lib.win-amd64-cpython-311\talib

copying talib[abstract.py](https://abstract.py/) -> build\lib.win-amd64-cpython-311\talib

copying talib[deprecated.py](https://deprecated.py/) -> build\lib.win-amd64-cpython-311\talib

copying talib[stream.py](https://stream.py/) -> build\lib.win-amd64-cpython-311\talib

copying talib__init__.py -> build\lib.win-amd64-cpython-311\talib

running build_ext

building 'talib._ta_lib' extension

error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.

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

im on widows 11 have python 11 and have the c++ build tools installed

mrjbq7 commented 11 months ago

Did you follow the directions in the README?

On Sat, Dec 9, 2023 at 5:26 PM Lazymve @.***> wrote:

im trying to install ta-lib on a windows 11 comp but every time i do theres an error

│ exit code: 1

╰─> [13 lines of output]

running bdist_wheel

running build

running build_py

creating build

creating build\lib.win-amd64-cpython-311

creating build\lib.win-amd64-cpython-311\talib

copying talibabstract.py -> build\lib.win-amd64-cpython-311\talib

copying talibdeprecated.py -> build\lib.win-amd64-cpython-311\talib

copying talibstream.py -> build\lib.win-amd64-cpython-311\talib

copying talibinit.py -> build\lib.win-amd64-cpython-311\talib

running build_ext

building 'talib._ta_lib' extension

error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/

[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.

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

im on widows 11 have python 11 and have the c++ build tools installed

— Reply to this email directly, view it on GitHub https://github.com/TA-Lib/ta-lib-python/issues/629, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAF5A2J4A2E2GYG5PEBC63YIUFU3AVCNFSM6AAAAABAOF23ZSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTIMJXGEYDANQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mrjbq7 commented 10 months ago

Closing old issue.