danpaquin / coinbasepro-python

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

Cannot create PublicClient with Python 3.10 #468

Open adebsa2401 opened 2 years ago

adebsa2401 commented 2 years ago

Hi, I wanna use this wrapping of coinbase pro api in an application written using python 3.10. But I got an issue while creating a PublicClient. This seems to be related to the python version cause when I made tests in a python 3.9 env everything works fine. An update will be welcome so. Thanks