-
Notifications
You must be signed in to change notification settings - Fork 55
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
Canonical program is giving error! #200
Comments
I have experienced the same issue after updating from dispy '4.10.5' to '4.11.1'. I was using Python 3.7 and client and server nodes were on the same network. |
I'm using Python 3.8.0 |
Hi @sagardhakate , for now, you could downgrade dispy on both machines with the following statement: |
I am not concerned with dispyscheduler as I am using JobCluster instead of SharedJobCluster |
Is it necessary that node(server) (a.b.c.d) should get pinged from client(e.f.g.h) and vice-versa? Because server is out of the local network of client. |
They don't have to be pingable. I have client and server on different subnets so I can not ping the server from the client. Let's say that my client is 123.4.5.3 and my server is 123.4.8.5. I am using dispy version 4.10.5.
|
I followed the above steps till 'run the program'..but I am getting below error - Here in nodes, I gave server's IP address, whereas in ip_addr and ext_ip_addr, I have given client's IP address, as per your suggestion. I am using Python 3.8.0 Note |
You probably have multiple versions of python installed on your system and that other version is set higher in Path environment variable. When you type |
I am using same version of Python on both client and server i.e. 3.8.0. In Cmd as well it shows 3.8.0 |
I think that your python is not properly set up. Try unistalling it and I would recomend you to use annaconda python distribution. Install version 3.7 (during installation click on the option "Add Anaconda to my PATH environment variable"). After installation click Start and open Anaconda Prompt. Install dispy version 4.10.5 ( |
I have to follow above steps on Server as well? |
Followed all the above steps on both client and server as you mentioned,
|
Nothing comingup as ouput of compute in sample.py **Note - All the Firewall setting you suggested are as it is ** |
Finally it worked from office( from collegues' machine) ..but still it is not working from home network. |
I have started the dispynode on the node(server) which outside the network ( suppose IP address of node is a.b.c.d, where as client's IP address is e.f.g.h)
After running, the canonical program which has following code at cluster
cluster = dispy.JobCluster(compute, nodes = ['a.b.c.d'])
It is giving below error.
The text was updated successfully, but these errors were encountered: