Replies: 1 comment
-
|
Hi @skousend, you pulled the base image with vectorbt but without optional dependencies. You need the full version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Just getting started with vectorbt here.
I started with the Docker install on my Ubuntu 20.04 system. The install instructions worked very well from the beginning.
After installing container with:
docker run --rm -p 8888:8888 -v "$PWD":/home/jovyan/work polakowo/vectorbtThe link provided at:
http://127.0.0.1:8888/....Worked for me and I had the Jupyter system running. Testing on the examples immediately resulted in the Yfinance module missing from the container after trying to run:
price = vbt.YFData.download('BTC-USD').get('Close')However this was quickly fixed by opening a Terminal from the jupyter launcher and entering:
python3 -m pip install YfinanceSo far the rest of the example code is running well and I'm exploring what vectorbt can do!
Beta Was this translation helpful? Give feedback.
All reactions