Closed DavidPesta closed 6 years ago
This looks like a zc.buildout bug to me.
On the other hand, why try to install argparse
on Python 3.6, when argparse
is part of the standard library since 2.7? Maybe you can discover whichever package depends on argparse and ask the maintainer to fix that?
Meanwhile I suggest using virtualenv + pip to install zodbbrowser, until this mess is resolved.
For the record I cannot reproduce on Ubuntu 17.10, if I run buildout in a virtualenv:
virtualenv -p python3.6 .venv
.venv/bin/python bootstrap.py
bin/buildout
I'm closing this because it's a zc.buildout bug with existing workarounds.
virtualenv + pip is a great idea! I'll try that later today. Thanks!
Ubuntu 16.04 $ python3.6 bootstrap.py $ bin/buildout