amzn / amazon-pay-sdk-python

Amazon Pay Python SDK
Apache License 2.0
56 stars 39 forks source link

No matching distribution found for amazon_pay (using Python 3.4.2) #4

Open jeffreymara opened 7 years ago

jeffreymara commented 7 years ago
pip install amazon_pay
Collecting amazon_pay
  Could not find a version that satisfies the requirement amazon_pay (from versions: )
No matching distribution found for amazon_pay
neurobashing commented 7 years ago

The correct PyPI name is pay_with_amazon

junghoonshin1 commented 7 years ago

I was told by Amazon that pay_with_amazon is outdated and amazon_pay is correct.

I see the same issue as jeffreymara.

sudo pip3 install amazon_pay

Could not find a version that satisfies the requirement amazon_pay (from versions: ) No matching distribution found for amazon_pay