adyen-examples / adyen-python-online-payments

Accept payments on your Python/Flask based website with cards, wallets, and key local payment methods
MIT License
42 stars 32 forks source link

uuid not pip installable #14

Closed AdyenPedro closed 2 years ago

AdyenPedro commented 2 years ago

I have had an issue where I was not able to install uuid via pip install... however, I was able to remove the uuid line from requirements.txt, and everything was then completely fine when running the the setup.sh. It appears uuid may be included with Python anyway.

The error from setup.sh:

Could not find a version that satisfies the requirement uuid==1.30 (from -r requirements.txt (line 3)) (from versions: ) No matching distribution found for uuid==1.30 (from -r requirements.txt (line 3))

gcatanese commented 2 years ago

Thanks for raising this Pedro, you might be right. I am going to look at it shortly

gcatanese commented 2 years ago

@AdyenPedro I have dropped the module, thank you for flagging this