ebay-oauth-python-client icon indicating copy to clipboard operation
ebay-oauth-python-client copied to clipboard

Is this package compatible with Python version 3.9.7, if not, what version ?

Open eporto2021 opened this issue 4 years ago • 4 comments
trafficstars

We tried to install typing extensions with version 3.9.7 but it did not allow us to.

eporto2021 avatar Oct 29 '21 03:10 eporto2021

For me it did not worked aswell.

s0573382 avatar Oct 29 '21 10:10 s0573382

The version in this repo is Python 2. I did a Python 3 port and refactored it, and your welcome to it. https://github.com/matecsaj/ebay_rest/blob/main/src/ebay_rest/token.py.

matecsaj avatar Oct 29 '21 22:10 matecsaj

Having the same issue. Kind of embarrassing that eBay has an SDK that isn't accessible after Python 2 which has been end of support for four years at this point.

springfielddatarecovery avatar Sep 06 '22 23:09 springfielddatarecovery

@springfielddatarecovery I recommend trying the ebay_rest library created and maintained by @matecsaj

eporto2021 avatar Sep 12 '22 23:09 eporto2021