Forums

Whiteliste Amazon Paapi & Install Module

Hi, I am trying to excute a script that combines the APIs of Amazon & OpenAI. If not already whitelisted, can you please add these?

Amazon: https://webservices.amazon.com/paapi5/documentation/

OpenAI: https://beta.openai.com/docs/introduction

Also I have trouble installing the Amazon Papi Module.

I create a new virtual environment but the error I get back when installing

pip install --user python-amazon-paapi --upgrade

is

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-2_ETbu/setuptools/

Can somebody help?

That's not a whitelist issue. Installing the module does not use the whitelist. You're installing the module into Python 2.7, not into your virtuelenv. Remove the --user when your virtualenv is activated and make sure that your virtualenv was created for a version of Python that the module supports.

I just found that out :)

Here is another API that would be great if it was whitelisted:

https://www.deepl.com/en/docs-api/

thank you!

That's already on the whitelist.