This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Dima.Tisnek
Recipients Dima.Tisnek, ned.deily, ronaldoussoren, xtreak
Date 2019-09-18.01:03:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568768598.83.0.679142173695.issue37657@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-09-18 01:03:18Dima.Tisneksetrecipients: + Dima.Tisnek, ronaldoussoren, ned.deily, xtreak
2019-09-18 01:03:18Dima.Tisneksetmessageid: <1568768598.83.0.679142173695.issue37657@roundup.psfhosted.org>
2019-09-18 01:03:18Dima.Tisneklinkissue37657 messages
2019-09-18 01:03:18Dima.Tisnekcreate