amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
585 stars 730 forks source link

AccessTokenResponse #1572

Closed fatihozgms closed 2 years ago

fatihozgms commented 3 years ago

I am getting an error like following. Is there anyone who can show me where I'm doing wrong?

ImportError: cannot import name 'AccessTokenClient' from partially initialized module 'sp_api.auth' (most likely due to a circular import) (/Users/xxx/Desktop/mws/venv/lib/python3.9/site-packages/sp_api/auth/init.py)

python version = 3.9

Marketplace = United Arab Emirates os.environ["SP_AWS_REGION"] = "eu-west-1" request_url = 'https://sandbox.sellingpartnerapi-eu.amazon.com'

OAuth Login URI = NoURI OAuth Redirect URI = NoURI

stefnats commented 3 years ago

@fatihozgms it looks like this might be an issue with your python wrapper. I suggest you open an issue in their github repo.

github-actions[bot] commented 2 years ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.