-
-
Notifications
You must be signed in to change notification settings - Fork 153
Getting error urllib3.exceptions.SSLError: [Errno 2] No such file or directory
running example script
#113
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
Comments
Can you give more information on your setup? Specifically
|
Anything wrong? |
Yeah. I'm afraid the workers created in the Kubernetes cluster will need to be able to connect back to your laptop via your IP address. There is an assumption that you are running This does raise a few questions for the project, but nothing which will help you immediately:
Sorry! |
@jacobtomlinson Hey, I was under the impression that you use this lib to create and control the cluster from your laptop, no? so your code creates the cluster, connects to it and dispatches remote tasks to it and shows you the result. |
The library creates a scheduler locally to where you run the library and some workers remotely in the kubernetes cluster. But they need to be able to communicate with each other. The easiest way to do this is by having your session in the kubernetes cluster too. It's common to use this in conjunction with zero to jupyterhub or a derivative like Pangeo. We are keen to enhance it to make the scheduler remote too, which would resolve the issue. But aren't there with it yet. |
Would be very nice to be able to run the library locally and control a remote cluster. |
It's on the roadmap! 😄 |
I'm going to close this in favour of #84. |
Script
Error
Environment:
python: 3.7
os: Ubuntu 18.0.4
The text was updated successfully, but these errors were encountered: