vectorbt
vectorbt copied to clipboard
Suggestion on install issue with TA-Lib
Hi All,
I was having issues installing using pip install vectorbt[full]
. My install kept failing with the TA-Lib package. I fixed this by first running conda install -c conda-forge ta-lib
before installing vectorbt.
Just sharing in case others have this issue or if there is a change to be made in the installer.
Thanks @amswak.
Just a reminder for others: talib package requires TA-Lib library to be already installed (see here). If you have difficulties installing talib or don't intend to use this package, you can always install the vanilla version of vectorbt using pip install --upgrade vectorbt
and then install other dependencies (if you need them) manually using pip. Required and optional dependencies of vectorbt are listed here.