TA-Lib / ta-lib-python

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

TA-Lib Installation error (Windows 11 64 bit, Python 3.11 64 bit, IDE Pycharm), Visual Studio 2022 #623

Closed kapiltulsan closed 7 months ago

kapiltulsan commented 7 months ago

Hi Team,

I am using Windows 11 64 bit, Python 3.11 64 bit, Ide Pycharm, Visual Studio 2022

I followed instuction given below (please note I have 2022 VS and not 2015)

  1. Download and Unzip ta-lib-0.4.0-msvc.zip
  2. Move the Unzipped Folder ta-lib to C:\
  3. Download and Install Visual Studio Community 2015 Remember to Select [Visual C++] Feature
  4. Build TA-Lib Library From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt] Move to C:\ta-lib\c\make\cdr\win32\msvc Build the Library nmake
  5. Then pip install ta-lib

But no success in installation, getting error in attached text file

TA-Lib Installation error.txt

mrjbq7 commented 7 months ago

That error indicates that it is not able to find the C library. You can see in setup.py the default location in Windows as well as a way to override that if you have a different location a few lines down:ta-lib-python/setup.py at master · TA-Lib/ta-lib-pythongithub.comAnother reason that it might not work is mixed architectures (32-bit Python and 64-bit library). On Nov 17, 2023, at 10:12 PM, kapiltulsan @.***> wrote: Hi Team, I am using Windows 11 64 bit, Pythin 3.11 64 bit, Ide Pycharm, Visual Studio 2022 I followed instuction given below (please note I have 2022 VS and not 2015)

Download and Unzip ta-lib-0.4.0-msvc.zip Move the Unzipped Folder ta-lib to C:\ Download and Install Visual Studio Community 2015 Remember to Select [Visual C++] Feature Build TA-Lib Library From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt] Move to C:\ta-lib\c\make\cdr\win32\msvc Build the Library nmake Then pip install ta-lib

But no success in installation, getting error in attached text file TA-Lib Installation error.txt

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

kapiltulsan commented 7 months ago

That error indicates that it is not able to find the C library. You can see in setup.py the default location in Windows as well as a way to override that if you have a different location a few lines down:ta-lib-python/setup.py at master · TA-Lib/ta-lib-pythongithub.comAnother reason that it might not work is mixed architectures (32-bit Python and 64-bit library). On Nov 17, 2023, at 10:12 PM, kapiltulsan @.> wrote: Hi Team, I am using Windows 11 64 bit, Pythin 3.11 64 bit, Ide Pycharm, Visual Studio 2022 I followed instuction given below (please note I have 2022 VS and not 2015) Download and Unzip ta-lib-0.4.0-msvc.zip Move the Unzipped Folder ta-lib to C:\ Download and Install Visual Studio Community 2015 Remember to Select [Visual C++] Feature Build TA-Lib Library From Windows Start Menu, Start [VS2015 x64 Native Tools Command Prompt] Move to C:\ta-lib\c\make\cdr\win32\msvc Build the Library nmake Then pip install ta-lib But no success in installation, getting error in attached text file TA-Lib Installation error.txt —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.>

Thanks issue is resolved, with help of other Post.

gooterpul commented 7 months ago

hay bro, i have same problem. can you tell me how you solved this problem??

kapiltulsan commented 7 months ago

Download from https://drive.google.com/file/d/1j5hniPPSAy8UtLGFDEaNNyYr78oLj3dC/view?usp=sharing

Install by following command python -m pip install .\Ta_lib-0.4.25-cp311-cp311-win_amd64.whl

Worked for me.

Regards, Kapil R. Tulsan http://www.linkedin.com/in/kapiltulsan

On Sun, Dec 10, 2023 at 8:30 PM gooterpul @.***> wrote:

hay bro, i have same problem. can you tell me how you solved this problem??

— Reply to this email directly, view it on GitHub https://github.com/TA-Lib/ta-lib-python/issues/623#issuecomment-1848989011, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIF4EYXHNOMO2FIGOM2MTDYIXFCBAVCNFSM6AAAAAA7QX3XA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBYHE4DSMBRGE . You are receiving this because you modified the open/close state.Message ID: @.***>

mrjbq7 commented 7 months ago

I really think you guys should build your own software instead of installing random wheels.We could also build wheels as part of this project, but it’s not hard to install these from source either. On Dec 10, 2023, at 7:47 PM, kapiltulsan @.***> wrote: Download from

https://drive.google.com/file/d/1j5hniPPSAy8UtLGFDEaNNyYr78oLj3dC/view?usp=sharing

Install by following command

python -m pip install .\Ta_lib-0.4.25-cp311-cp311-win_amd64.whl

Worked for me.

Regards,

Kapil R. Tulsan

http://www.linkedin.com/in/kapiltulsan

On Sun, Dec 10, 2023 at 8:30 PM gooterpul @.***> wrote:

hay bro, i have same problem.

can you tell me how you solved this problem??

Reply to this email directly, view it on GitHub

https://github.com/TA-Lib/ta-lib-python/issues/623#issuecomment-1848989011,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/ABIF4EYXHNOMO2FIGOM2MTDYIXFCBAVCNFSM6AAAAAA7QX3XA2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBYHE4DSMBRGE

.

You are receiving this because you modified the open/close state.Message

ID: @.***>

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>