so I want to use the legendary TA-Lib on Python.
brew install TA-Lib
worked.
But when I try to pipenv install TA-Lib
or even pip install TA-Lib
I get the following err:
command 'clang' failed with exit status 1
Can I use TA-Lib in my code from brew somehow? As it seems I cannot install it otherwise.