-
Notifications
You must be signed in to change notification settings - Fork 333
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
pyppeteer OSError: [WinError 6] The handle is invalid #518
Comments
I also see this:
I wonder if it's related to this issue: https://bugs.python.org/issue26832 |
I had the same issue with sklearn2pmml (working in python-console, not in RStudio) |
@iuiu1234 |
Having the same problem right now |
I´m having the same error when running
And it didn´t work with some help? |
See https://stackoverflow.com/a/43606682/1342082 for a potential resolution. |
Hi guys,
I have the following script that runs perfectly in python from the command line, but not when I run it from the python script in R or when I use
source_python()
I keep getting the following error and I was wandering how is this possible.
OSError: [WinError 6] The handle is invalid
Cheers
The text was updated successfully, but these errors were encountered: