coinbasepro-python icon indicating copy to clipboard operation
coinbasepro-python copied to clipboard

'pip install cbpro' does not install the same version as 'pip install git+git://github.com/danpaquin/coinbasepro-python.git'

Open laredotornado opened this issue 4 years ago • 4 comments

I noticed that running

pip install cbpro

seems to install an older version than installing

pip install git+git://github.com/danpaquin/coinbasepro-python.git

Specifically, the "AuthenticatedClient"'s "get_fees" method is present when installing the latter command but not the former. Both claim to install version 1.1.4.

laredotornado avatar Dec 11 '21 18:12 laredotornado

So how do I install the correct version of cibpro or do i downgrade python

brainlessguille avatar Feb 22 '22 19:02 brainlessguille

+1

duybaovan avatar Jul 11 '23 02:07 duybaovan

+1

ninooo123 avatar Oct 22 '23 16:10 ninooo123

I noticed that running


pip install cbpro

seems to install an older version than installing


pip install git+git://github.com/danpaquin/coinbasepro-python.git

Specifically, the "AuthenticatedClient"'s "get_fees" method is present when installing the latter command but not the former. Both claim to install version 1.1.4.

ninooo123 avatar Oct 27 '23 21:10 ninooo123