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

paapi5_python_sdk.models not found #7

Closed annalamboglia closed 2 years ago

annalamboglia commented 3 years ago

Although I have installed the library it tells me that it cannot find the paapi5_python_sdk.models module, is it possible that there have been problems and that the library is out of date?

samirsalman commented 2 years ago

check your working directory path

junkscript commented 2 years ago

I have the same issue alt @annalamboglia, you find some resolution about this?

annalamboglia commented 2 years ago

No :(

samirsalman commented 2 years ago

You should check your python environment. I think you installed the package in another environment.

junkscript commented 2 years ago

@samirsalman can you please explane to us how to resolve this issue or explane us how check if is our directory path are correct? Thank you so much!

junkscript commented 2 years ago

@samirsalman can you please show me the server requirements or the python environment?

samirsalman commented 2 years ago

I release a minor update to easily install packages. Try to pull the directory and launch the bash script.sh command according to the new Readme. Let me know if it solves your issue.

Alex87a commented 2 years ago

@annalamboglia @junkscript have you managed to solve?

bernardomascellani commented 10 months ago

Hi, I have the same problem:

amazon_api.py", line 2, in from paapi5_python_sdk.models.partner_type import PartnerType ModuleNotFoundError: No module named 'paapi5_python_sdk.models'

How fix this? Thanks!