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'
I have
git+https://github.com/jookies/smpp.twisted
in arequirements.txt
file and when trying to install on debian11, pip refuses to install the package: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 issmpp.twisted
?