

For example, I used pip3 install TA-Lib(which worked), but than when I installed flask(as I have 3.7 and 3.9) Flask kept failing until I specified pip3.9 install ta-Lib and pip3.9 install flask. if you just use pip3 install, it will use the lower version of python installed, than other modules may need to be specified at that module. For instance pip3.7 install TA-Lib or pip3.9. Mentioned this bellow, but here is the fix for anyone in the future:ģ-1) if you have multiple version of python on your system (i.e, 3.7 and 3.9) you must specify the version you want.

Update: I tried installing with Python 3.7.9 and this also does not workĮrror starts with- ERROR: Command errored out with exit status 1: and runs 30 to 40 lines.ĭoes any of you have a fix for this? Is it the Python version I am running or a 32vs64 bit issue? Tried on system pip3 install TA-Lib (Big ASS RED ERROR) Ran on ENV pip install TA-Lib (BIG ASS RED ERROR) Running iOS BigSur with Python 3.9.1 64bit.

Whats up everyone, hoping someone has an ideas as I have tried everything I can find to make this work.
