[issue37657] ERROR: grip 4.5.2 requires docopt>=0.4.0, which is not installed.
Dima Tisnek
report at bugs.python.org
Tue Sep 17 21:03:18 EDT 2019
Dima Tisnek <dimaqq at gmail.com> added the comment:
I've just got it again, when running `Install Certificates.command` after installing Python 3.8.0b4.
Yes I do have Python 3.7 installed and had earlier 3.8 builds installed.
Could it be referenced by `pip`? Or `certifi` itself? I can't find any references...
I can reproduce this at will with:
`python -E -s -m pip install --upgrade certifi --force`
The `-E -s -m pip` is taken from the cert script, and `--force` is added so that pip doesn't short circuit.
Could it be that `grip` is installed badly and that even with `-E -s` it's somehow loaded?
----------
status: pending -> open
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37657>
_______________________________________
More information about the Python-bugs-list
mailing list