Ariel64

Results 7 comments of Ariel64

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

I have the same problem: "fatal error C1083: Cannot open include file: 'ta_libc.h': No such file or directory error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2" I've...

I found a workaround - this site: https://www.jianshu.com/p/f60adb869364 the author has uploaded a .whl file for Python3.11 and Ta-Lib: ta_lib-0.4.25-cp311-cp311-win_amd64.whl pip install ta_lib-0.4.25-cp311-cp311-win_amd64.whl pip install ta-lib pip uninstall numpy pip...

If I knew how to create one (or could find the instructions) I'd build it myself, but there's a few of us struggling with this issue and no solution "out...

I don't know - if you could provide a guide that would help a lot of people who (like me) have never used Visual Studio Native Tools...

> It's in the README. > > 1. Download Visual Studio Community > 2. Download ta-lib src > 3. run nmake I've tried doing that - and still get the...

> Okay, on a fresh Windows 10 computer. > > I'm following the directions in the readme. > > 1. I have Visual Studio Community 2022. > 2. download ta-lib-0.4.0-msvc.zip,...