TA-Lib / ta-lib-python

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

Cannot install using setup.py #490

Closed rellyrell24 closed 2 years ago

rellyrell24 commented 2 years ago

I am getting an error where setup.py does not know about 'runtime_library_dirs' and is unable to set the search path.

Does anyone understand what is going on?

I followed the dependencies instructions for my windows 10 machine and it still giving same error message.

Attached is the output of python setup.py install

ta-lib-setuppy-output.txt

mrjbq7 commented 2 years ago

Sorry about that!

It might be fixed in c6cdea5f8dbd61d39a6c8db94669d86f5ff82100.

Can you verify that git master works for you?

I can do a new release if that fixes it.

rellyrell24 commented 2 years ago

I downloaded the new source code from master and made sure the dependencies were handled by running python setup.py install.

The command successfully executed, unlike before. Thanks for the fix!

I assume since the release is not on PyPI, then I would have to wait on that.

mrjbq7 commented 2 years ago

I released 0.4.24 just now with this fix, so you can PyPi install.