samirsalman / AmazonOffers-TelegramBot

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

error module #49

Open Presenze opened 9 months ago

Presenze commented 9 months ago

Hi, I'm having various problems, it gives me this error when I try to start the bot

DeprecationWarning: module 'sre_parse' is deprecated from sre_parse import CATEGORIES Traceback (most recent call last): File "C:\Users\UTENTE\AmazonOffers-TelegramBot\bot.py", line 4, in from amazon_api import search_items File "C:\Users\UTENTE\AmazonOffers-TelegramBot\amazon_api.py", line 2, in from paapi5_python_sdk.models.partner_type import PartnerType ModuleNotFoundError: No module named 'paapi5_python_sdk.models' PS C:\Users\UTENTE\AmazonOffers-TelegramBot>

even the telegram module says that it doesn't exist and yet it is installed, can you kindly help me, thanks