Christian Klinger
Christian Klinger
The namespace stuff itself is a really nice thing but "it fly's a bit under radar". I thought always it would be a nice idea to add an Adapter to...
i guess the setup.py of collective.recipe.template should be fixed. The use_2to3 is no longer supported in new setuptools versions.
yes you are right i was to quick i recently had the same issue with c.r.omelette
You can try to run buildout -N it does not look for new versions....
maybe you can try -vvv and see where it gets slow
which one?
can you show me your section i guess you use zc.recipe.egg? i will try it then
Hey, first thanks for your help. I guess i found the Problem. Ok let me try to summarize. in buildout we have this _get_matching_dist_in_location function. As i see it checks...
Hm, @gotcha can you gimme a pip list i want to see what version of setuptools and pip you have after you created the virtualenv with python3.9. Maybe i have...
Hm it still does not work here. The problem is here: ``` 1858 def _get_matching_dist_in_location(dist, location): 1859 """ 1860 Check if `locations` contain only the one intended dist. 1861 Return...