I'm trying to install TA-Lib module on my 3.6 Python, but i'm facing many problems. First of all, i already made sure that it's the x32 version. I have two versions of python installed, 2.7 and 3.6.
Here is what i tried:
pip install ta-lib
I got the error error: command 'cl.exe' failed: No such file or directory.
After that, i tried downloading it from here, but after running pip install TA_Lib-0.4.15-cp36-cp36m-win32.whl
, i got the following error: requirement 'TA_Lib-0.4.15-cp36-cp36m-win32.whl' looks like a filename, but the file does not exist.
Did anyone else experience a similar problem or knows how to solve it? Thanks in advance