EtWnn / CryptoPrice

Library to retrieve price or candle history of crypto assets using multiple sources
MIT License
4 stars 1 forks source link

install error #35

Closed bltierney closed 2 years ago

bltierney commented 2 years ago

Your library looks to be exactly what I need! But when I try to install it, I get this error:

I get this error on install:

pip3 install python-CryptoPrice ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI. python-CryptoPrice depends on cbpro@ git+https://github.com/teleprint-me/coinbasepro-python.git@2.1.28

I dont need coinbase support (only binance and kucoin), so is there an easy way to remove that dependency?

EtWnn commented 2 years ago

Thank you for writing this issue! This went unoticed on my side

The coinbasepro-python package was deleted and no official client library exists as of now. As such, the coinbase support was removed from this package.

Removal PR: #36 Merged on main: #38