'paapi5_python_sdk.models not found

I was trying to set up a bot for Amazon offers. However, when starting the bot, despite having installed all the requirements, I am returned the following error messages:

Traceback (most recent call last):
File "bot.py", line 4, in <module> from amazon_api import search_items

File "/ home / Alex / Desktop / AmazonOffers-TelegramBot
main / amazon_api.py ", line 2, in <module> from paapi5_python_sdk.models.partner_type import PartnerType ModuleNotFoundError: No module named 'paapi5_python_sdk.models'

How can I resolve this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source