jookies / smpp.twisted

Other
5 stars 4 forks source link

pip refuses to install due to _inconsistent name_ 'smpp-twisted3' vs 'smpp-twisted' #2

Open laf0rge opened 4 months ago

laf0rge commented 4 months ago

I have git+https://github.com/jookies/smpp.twisted in a requirements.txt file and when trying to install on debian11, pip refuses to install the package:

Discarding git+https://github.com/jookies/smpp.twisted: Requested smpp-twisted3 from git+https://github.com/jookies/smpp.twisted (from pySim==1.0) has inconsistent name: expected 'smpp-twisted', but metadata has 'smpp-twisted3'

This might be related to https://github.com/pypa/pip/issues/12038 ?

But in general, the question remains: Why does the metadata state smpp.twisted3 if the actual module name/prefix is smpp.twisted?

laf0rge commented 3 months ago

The issue still exists today (python 3.12.5 + pip 24.2)