vectorbt icon indicating copy to clipboard operation
vectorbt copied to clipboard

Suggestion on install issue with TA-Lib

Open hunter-san opened this issue 3 years ago • 1 comments

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.

hunter-san avatar Nov 22 '21 17:11 hunter-san

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.

polakowo avatar Nov 22 '21 18:11 polakowo