polakowo/vectorbt

Installing vectorbt on Google Colab

avrenli2 opened this issue · 1 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]"