Cheers Lele ok thanks for the tip re requirements.txt and setup.py dependencies.
At the moment I am battling with changing over to pip 19. Once sorted will then try the ideas out .... Again thanks or your help, much appreciated :) Kind regards dcs3spp On Wednesday, 20 February 2019 13:46:52 UTC, Lele Gaifax wrote: > > "'dcs3spp' via pylons-discuss" > <[email protected] <javascript:>> 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] <javascript:> | -- 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/55c1d1f6-e6ac-4554-afa2-ed74fa405626%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
