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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: