MessagingAPI-SDK-python icon indicating copy to clipboard operation
MessagingAPI-SDK-python copied to clipboard

Unable to install from pypi

Open mr-love opened this issue 4 years ago • 2 comments

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

mr-love avatar Mar 29 '21 02:03 mr-love

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

slinkymanbyday avatar Oct 01 '21 07:10 slinkymanbyday

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

zhanganderson avatar May 09 '24 22:05 zhanganderson