Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSLCertVerificationError #70

Closed
leadscloud opened this issue Mar 23, 2020 · 6 comments
Closed

SSLCertVerificationError #70

leadscloud opened this issue Mar 23, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@leadscloud
Copy link

miyakogi/pyppeteer#219

@Mattwmaster58
Copy link
Member

For reference:

This is a problem of urllib3 (1.25).
Workaround is to use older version of it:

pip install -U "urllib3<1.25"

this works for me.

but

ERROR: pyppeteer2 0.2.2 has requirement urllib3<2.0.0,>=1.25.8, but you'll have urllib3 1.24.3 which is incompatible.

@Mattwmaster58
Copy link
Member

@Mattwmaster58
Copy link
Member

Mattwmaster58 commented Mar 23, 2020

What version of python are you using @leadscloud ? If 3.7 <= version < 3.7.4 then that could be your issue.

@Mattwmaster58 Mattwmaster58 added the bug Something isn't working label Mar 23, 2020
@leadscloud
Copy link
Author

Python 3.7.3, when i cancel first download, then i install pyppeteer2, when start download chromium, the error occur.

i use pip install -U "urllib3<1.25" to fix it.

but ERROR: pyppeteer2 0.2.2 has requirement urllib3<2.0.0,>=1.25.8, but you'll have urllib3 1.24.3 which is incompatible.

this warning not affect my use.

@Mattwmaster58
Copy link
Member

Check out this comment on the relevant urllib3 bug: urllib3/urllib3#1682 (comment)

It's a bug in Python 3.7.3 and earlier. Please upgrade Python and report if the issue persists.

@leadscloud
Copy link
Author

very tanks. solved!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants