Dima Tisnek added the comment:
I've nuked 3.8/.../site-packages and the problem is gone; confirmed by
reinstalling 3.8 from scratch.
It must've been something in the my environment, if/when I find what it was,
I'll open a bug in the respective package.
--
stage: -> resolved
status:
Dima Tisnek 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...
Ned Deily added the comment:
Sorry, I have no idea why you saw those messages. Neither grip nor docopt are
used directly by the python.org macOS installer and, after a quick glance, I
didn't see anywhere where the certifi package used them. Did you have an
earlier alpha or beta version of 3
Karthikeyan Singaravelan added the comment:
grip and docopt are not a part of standard library. I assume this issue is
related to Mac OS installer and tagging it as Mac OS issue for confirmation to
close it as third party issue.
--
components: +macOS
nosy: +ned.deily, ronaldoussoren,
New submission from Dima Tisnek :
I have Python-3.7.2 installed.
I've just installed Python3.8.0b2 on macOS,
and ran "Install Certificates.command".
The terminal output contained:
ERROR: grip 4.5.2 requires docopt>=0.4.0, which is not installed.
(certifi-2019.6.16 got installed correctly)
(Re-