vectorbt
vectorbt copied to clipboard
installing vector[full] will download all versions of ccxt
Following the manual, if I do
pip -U install "vectorbt[full]"
The installation will try to download ALL ccxt
versions:
At the time I'm writing this issue, it is still downloading... more than 1G of ccxt
(each 2.5M)
I have to kill the process as it seems never-ending...
@polakowo Is this package still maintained?
@xarthurx ccxt has some conflicting requirements with other packages, that's why pip searches for the optimal version. Install the base vectorbt and then manually install any packages that you actually need.
Yes, I still do smaller bug fixes and merge pull requests. But I won't develop any new features, everything is coming to vbt pro.