Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Does not work with python 3.7 #88

Closed
miyakogi opened this issue Jul 3, 2018 · 1 comment
Closed

Does not work with python 3.7 #88

miyakogi opened this issue Jul 3, 2018 · 1 comment

Comments

@miyakogi
Copy link
Owner

miyakogi commented Jul 3, 2018

Pyppeteer does not work with python 3.7 now, since current websockets module on PyPI does not work with python 3.7.

This problem is already fixed in github's master branch of websockets module, but it's not released yet.
If you want to use pyppeteer with python3.7 soon, use websockets module on github until it is released to PyPI.

pip install -U git+https://github.com/aaugustin/websockets
@miyakogi
Copy link
Owner Author

miyakogi commented Aug 6, 2018

Websockets Version 6.0 which supports python 3.7 is now available on PyPI.

@miyakogi miyakogi closed this as completed Aug 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant