telstra / MessagingAPI-SDK-python

Telstra Messaging SDK - Python Library
https://dev.telstra.com
Apache License 2.0
24 stars 3 forks source link

Unable to install from pypi #6

Open mr-love opened 3 years ago

mr-love commented 3 years ago

When using pip 21.0.1 I am unable to install this package.

pip install Telstra-Messaging

WARNING: 
Requested Telstra-Messaging from https://files.pythonhosted.org/packages/f7/b6/51054e127830df6a06791dcc895ee03ca8087a542cadf269c9ed66de64ca/Telstra_Messaging-1.0.6.1.tar.gz#sha256=e5185836ead2dfb0f0fd0ca542ff8cb05cdba06565f204b6bf85c45bd0eec564 has inconsistent version: filename has '1.0.6.1', but metadata has '1.0.6'
ERROR: Could not find a version that satisfies the requirement Telstra-Messaging
ERROR: No matching distribution found for Telstra-Messaging
slinkymanbyday commented 3 years ago

I have gone to installing it from the git URL with pip :(

zhanganderson commented 6 months ago

Please reinstall telstra-messaging as following: pip uninstall telstra.messaging pip install telstra.messaging