vectorbt icon indicating copy to clipboard operation
vectorbt copied to clipboard

installing vector[full] will download all versions of ccxt

Open xarthurx opened this issue 2 years ago • 3 comments

Following the manual, if I do

pip -U install "vectorbt[full]"

The installation will try to download ALL ccxt versions: image

At the time I'm writing this issue, it is still downloading... more than 1G of ccxt (each 2.5M)

xarthurx avatar Apr 07 '22 21:04 xarthurx

I have to kill the process as it seems never-ending...

xarthurx avatar Apr 07 '22 21:04 xarthurx

@polakowo Is this package still maintained?

xarthurx avatar Apr 12 '22 14:04 xarthurx

@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.

polakowo avatar Apr 12 '22 14:04 polakowo