La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.
Look at my #Python dev cred go down the drain:
-
Look at my #Python dev cred go down the drain:
- Package A setup.py requires Package B>=1.0
- Package B is released until v1.0 but there's a new commit in master that solves an unrelated problem (so it's kinda v1.0+) and I need to use this commitHow do I convince pip and setup.py that Package B (installed with git+https etc) is *actually* later than 1.0?
Can anybody help?
-