You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: