samirsalman / AmazonOffers-TelegramBot

This project is a Telegram Bot connected to a Telegram Channel that checks Amazon offers and send them to your Channel.
144 stars 48 forks source link

ModuleNotFoundError: No module named 'paapi5_python_sdk.models' #25

Open Buggher opened 2 years ago

Buggher commented 2 years ago

Someone can help me to start bot ? I have installed all package manually becouse the command ""bash script.sh"" dont work on windows. After install i start bot with python bot.py but the terminal sends me this error :

C:\Users\thebu\OneDrive\Desktop\AmazonOffers-TelegramBot-main>python bot.py Traceback (most recent call last): File "C:\Users\thebu\OneDrive\Desktop\AmazonOffers-TelegramBot-main\bot.py", line 4, in from amazon_api import search_items File "C:\Users\thebu\OneDrive\Desktop\AmazonOffers-TelegramBot-main\amazon_api.py", line 2, in from paapi5_python_sdk.models.partner_type import PartnerType ModuleNotFoundError: No module named 'paapi5_python_sdk.models'

enea1982 commented 2 years ago

or same error from me too you have solved?