"'dcs3spp' via pylons-discuss" <[email protected]> writes:
> Thanks Lele, much appreciated. You're welcome! > My package has the name pyramid_core. It looks as though pip is > automatically converting the underscore character to a hyphen. > After some googling, this error can be caused by pycache files.... Yes, that origins to a "normalization" step applied by pip and warehouse (see https://www.python.org/dev/peps/pep-0503/#normalized-names). > Apologies for another question, but does your requirements.txt files > contain the same dependencies as your setup.py files? It's a superset: I usually put only strict dependencies in my setup.py, then in the requirements.txt I put all common ones, so that I can split the installation in two steps, to better use the cache used by docker when building the images. ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [email protected] | -- Fortunato Depero, 1929. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/87ef82incu.fsf%40metapensiero.it. For more options, visit https://groups.google.com/d/optout.
