-
Notifications
You must be signed in to change notification settings - Fork 88
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
TypeError: 'NoneType' object is not callable in Python 3.5 #83
Comments
I get the same errors in python 2.7 |
Seeing something similar [2019-11-06 17:12:56,929] launcher INFO SCOOP 0.7 1.1 on linux using Python 3.5.1 |Anaconda 4.0.0 (64-bit)| (default, Dec 7 2015, 11:16:01) [GCC 4.4.7 20120313 (Red Hat 4.4.7-1)], API: 1013 |
Got below error when trying to run with Python 3.5 or 3.7.
cat hosts
us.mydomain.com
au.mydomain.com
root@ip-172-26-1-210:~/pythonCode# python -m scoop --hostfile hosts -n 3 --external-hostname us.petersvpn.com scoop_try.py
[2019-08-25 10:25:58,539] launcher INFO SCOOP 0.7 1.1 on linux using Python 3.5.2 (default, Nov 12 2018, 13:43:14) [GCC 5.4.0 20160609], API: 1013
[2019-08-25 10:25:58,539] launcher INFO Deploying 3 worker(s) over 2 host(s).
[2019-08-25 10:25:58,539] launcher INFO Worker distribution:
[2019-08-25 10:25:58,539] launcher INFO us.mydomain.com: 1 + origin
[2019-08-25 10:25:58,540] launcher INFO au.mydomain.com: 1
[2019-08-25 10:26:00,978] main INFO Worker(s) launched using /bin/bash
data[0] 542, dataParallel[0] 542
Exception ignored in: <bound method Socket.del of <zmq.sugar.socket.Socket object at 0x7f57f9984a70>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 67, in del
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 105, in close
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/context.py", line 153, in _rm_socket
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Socket.del of <zmq.sugar.socket.Socket object at 0x7f57f9984ad8>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 67, in del
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 105, in close
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/context.py", line 153, in _rm_socket
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Socket.del of <zmq.sugar.socket.Socket object at 0x7f57f9984c10>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 67, in del
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 105, in close
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/context.py", line 153, in _rm_socket
TypeError: 'NoneType' object is not callable
[2019-08-25 10:26:02,327] launcher INFO Root process is done.
[2019-08-25 10:26:00,586] main INFO Worker(s) launched using /bin/bash
Exception ignored in: <bound method Socket.del of <zmq.sugar.socket.Socket object at 0x7ff077dcfc78>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 67, in del
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 105, in close
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/context.py", line 153, in _rm_socket
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Socket.del of <zmq.sugar.socket.Socket object at 0x7ff077dcfa70>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 67, in del
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 105, in close
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/context.py", line 153, in _rm_socket
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Socket.del of <zmq.sugar.socket.Socket object at 0x7ff077dcfb40>>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 67, in del
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 105, in close
File "/usr/local/lib/python3.5/dist-packages/zmq/sugar/context.py", line 153, in _rm_socket
TypeError: 'NoneType' object is not callable
[2019-08-25 10:26:04,841] launcher INFO Finished cleaning spawned subprocesses.
The text was updated successfully, but these errors were encountered: