Re: [pylons-discuss] Pyramid packaging

2021-01-26 Thread 'Jonathan Vanasco' via pylons-discuss
FWIW, Based on the stacktrace, I do not think this is the cause -- but it could be. There have been a few related bugs in setuptools and pip regarding the version parser and tag_build directives; the errors I've seen were not like this - but I saw 3 completely different errors from these over

Re: [pylons-discuss] Pyramid packaging

2021-01-26 Thread Jason Madden
> Am Di., 26. Jan. 2021 um 11:43 Uhr schrieb Thierry Florac : >> >> Well... >> It seems that the last release of zc.buildout is not compatible with the >> last setuptools release! >> I downgraded setuptools to 50.3.2 and everything seems OK... >> zc.buildout 3.0a2 should be compatible with

Re: [pylons-discuss] Pyramid packaging

2021-01-26 Thread 'Jürgen Gmach' via pylons-discuss
Am Di., 26. Jan. 2021 um 11:43 Uhr schrieb Thierry Florac : > > Well... > It seems that the last release of zc.buildout is not compatible with the last > setuptools release! > I downgraded setuptools to 50.3.2 and everything seems OK... > Could you report this on the buildout issue tracker?

Re: [pylons-discuss] Pyramid packaging

2021-01-26 Thread Chris May
I’ve been using pip-tools on my projects. I know several others who enjoy poetry. Chris May ch...@may.org https://everydaysuperpowers.dev/ (804) 304-5999 > On Jan 26, 2021, at 5:43 AM, Thierry Florac wrote: > >  > Well... > It seems that the last release of zc.buildout is not compatible

Re: [pylons-discuss] Pyramid packaging

2021-01-26 Thread Thierry Florac
Well... It seems that the last release of zc.buildout is not compatible with the last setuptools release! I downgraded setuptools to 50.3.2 and everything seems OK... Anyway, my initial question is still open: what packaging and deployment tools do you use to have a full and easy control of a

Re: [pylons-discuss] Pyramid packaging

2021-01-26 Thread Steve Piercy
pip 21.0 was released on 2021-01-23. It dropped support for Python 3.5. https://pip.pypa.io/en/latest/news/#id2 Perhaps try pinning pip to <21.0? You could also stop supporting Python 3.5, which was EOLed as of 2020-09-13. --steve On 1/26/21 1:27 AM, Thierry Florac wrote: > Hi, > > Sorry

[pylons-discuss] Pyramid packaging

2021-01-26 Thread Thierry Florac
Hi, Sorry if this is not a real Pyramid topic, but I'm looking for a few advices... I'm using zc.buildout for a very long time, with zc.recipe.egg, to build all my Python packages and also to handle all my deployment environments, and I've always been very happy with it! :) But since a few