polakowo / vectorbt

Find your trading edge, using the fastest engine for backtesting, algorithmic trading, and research.

Home Page:https://vectorbt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing vectorbt on Google Colab

avrenli2 opened this issue · comments

Hello,
Currently, Google Colab returns an error message when we install vectorbt (it seems to be related to the version of numpy).
Is there a way to fix it?
Thank you,

!pip install vectorbt  #this one kinda works after restarting the session, but not so well
!pip install -U vectorbt
!pip install -U "vectorbt[full]"