danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 738 forks source link

six version is restrictive #369

Closed mattdornfeld closed 4 years ago

mattdornfeld commented 5 years ago

error: six 1.12.0 is installed but six==1.10.0 is required by {'cbpro'}

Londo-Mollari commented 4 years ago

Are you installing with pip or with a clone of the repository?

mattdornfeld commented 4 years ago

It breaks with pip. I was able to get it working my installing directly from repo. Seems like the version in pypi is slightly different from what’s in github.

On Tue, Aug 6, 2019 at 5:53 PM Londo notifications@github.com wrote:

Are you installing with pip or with a clone of the repository?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/danpaquin/coinbasepro-python/issues/369?email_source=notifications&email_token=ABA5EVVCM2EPDTDIBCJRNWLQDHXEVA5CNFSM4H4LBZFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3WSKWQ#issuecomment-518858074, or mute the thread https://github.com/notifications/unsubscribe-auth/ABA5EVUQI4YIXMG2QKHH6BDQDHXEVANCNFSM4H4LBZFA .

Mat-C-uk commented 4 years ago

Not sure if this is whats causing my issue, but struggling to get six 1.10.0 or as the requirement file 1.11.0 installed. Please see my errors as reported in 373 here https://github.com/danpaquin/coinbasepro-python/issues/373

emirdora commented 4 years ago

It breaks with pip. I was able to get it working my installing directly from repo. Seems like the version in pypi is slightly different from what’s in github.

I second that. It's indeed too restrictive and also what's deploy does not seem to be what's in github master.

Also, no release tags and no activity for a while (I guess this is summer holidays :)). If this is the official python API, I'm going to use that. So happy to help with this kind of stuff (not just saying, I can do stuff). If this isn't the officially supported library for python, is there such a thing? Are Coinbase people working on it (or community)?

Thanks for the work done already anyway.