modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.76k stars 651 forks source link

Modin cannot start behind firewall and VPN #2998

Open biggoffer opened 3 years ago

biggoffer commented 3 years ago
Stack trace ``` Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 22:45:29) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license()" for more information. >>> ================ RESTART: D:\Python\aprogram\Callion\callion3.py =============== Warning (from warnings module): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\modin\error_message.py", line 81 warnings.warn( UserWarning: Dask execution environment not yet initialized. Initializing... To remove this warning, run the following python code before doing dataframe operations: from distributed import Client client = Client() distributed.utils - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\utils.py", line 656, in log_errors yield File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None distributed.core - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' distributed.utils - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\utils.py", line 656, in log_errors yield File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None distributed.core - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback functools.partial(>, exception=TypeError('addresses should be strings or tuples, got None')>) Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 743, in _run_callback ret = callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 767, in _discard_future_result future.result() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 443, in _on_exit await self.scheduler.unregister(address=self.worker_address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 861, in send_recv_from_rpc result = await send_recv(comm=comm, op=key, **kwargs) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 660, in send_recv raise exc.with_traceback(tb) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' distributed.utils - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\utils.py", line 656, in log_errors yield File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None distributed.core - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback functools.partial(>, exception=TypeError('addresses should be strings or tuples, got None')>) Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 743, in _run_callback ret = callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 767, in _discard_future_result future.result() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 443, in _on_exit await self.scheduler.unregister(address=self.worker_address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 861, in send_recv_from_rpc result = await send_recv(comm=comm, op=key, **kwargs) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 660, in send_recv raise exc.with_traceback(tb) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' distributed.utils - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\utils.py", line 656, in log_errors yield File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None distributed.core - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback functools.partial(>, exception=TypeError('addresses should be strings or tuples, got None')>) Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 743, in _run_callback ret = callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 767, in _discard_future_result future.result() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 443, in _on_exit await self.scheduler.unregister(address=self.worker_address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 861, in send_recv_from_rpc result = await send_recv(comm=comm, op=key, **kwargs) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 660, in send_recv raise exc.with_traceback(tb) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' ================================ RESTART: Shell ================================ >>> ```

System information

Describe the problem

Source code / logs

devin-petersohn commented 3 years ago

Hi @biggoffer, does pip install -U modin[dask] solve the issue?

biggoffer commented 3 years ago

let me check...

biggoffer commented 3 years ago

nopes....it is stuck in loop..

Stack trace ``` C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\python.exe D:/Python/aprogram/Callion/callion3.py UserWarning: Dask execution environment not yet initialized. Initializing... To remove this warning, run the following python code before doing dataframe operations: from distributed import Client client = Client() distributed.utils - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\utils.py", line 656, in log_errors yield File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None distributed.core - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback functools.partial(>, exception=TypeError('addresses should be strings or tuples, got None')>) Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 743, in _run_callback ret = callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 767, in _discard_future_result future.result() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 443, in _on_exit await self.scheduler.unregister(address=self.worker_address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 861, in send_recv_from_rpc result = await send_recv(comm=comm, op=key, **kwargs) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 660, in send_recv raise exc.with_traceback(tb) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\core.py", line 513, in handle_comm result = await result File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 2205, in remove_worker address = self.coerce_address(address) File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\scheduler.py", line 4943, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' tornado.application - ERROR - Exception in callback > Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process' distributed.utils - ERROR - addresses should be strings or tuples, got None Traceback (most recent call last): File "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\utils.py", line 656, in log_errors ```
devin-petersohn commented 3 years ago

@biggoffer this is an issue with the Dask compute engine. Are you comfortable using Ray? It's experimental in Windows but should still work:

pip install modin[ray]
biggoffer commented 3 years ago
Stack trace ``` C:\Users\adnan>pip install modin[ray] Collecting modin[ray] Using cached modin-0.9.1-py3-none-win32.whl (579 kB) Requirement already satisfied: packaging in c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages (from modin[ray]) (20.4) Requirement already satisfied: numpy<1.20,>=1.16.5 in c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages (from modin[ray]) (1.19.1) Requirement already satisfied: pandas==1.2.3 in c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages (from modin[ray]) (1.2.3) Using cached modin-0.9.0-py3-none-win32.whl (606 kB) Using cached modin-0.8.3-py3-none-win32.whl (564 kB) Collecting pandas==1.1.5 Using cached pandas-1.1.5-cp38-cp38-win32.whl (7.9 MB) Collecting modin[ray] Using cached modin-0.8.2-py3-none-win32.whl (533 kB) Collecting pandas==1.1.4 Using cached pandas-1.1.4-cp38-cp38-win32.whl (7.9 MB) Collecting modin[ray] Using cached modin-0.8.1.1-py3-none-win32.whl (538 kB) Collecting pandas==1.1.2 Using cached pandas-1.1.2-cp38-cp38-win32.whl (8.2 MB) Collecting pyarrow<0.17 Using cached pyarrow-0.16.0.tar.gz (5.7 MB) Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-73hadt02\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel cwd: None Complete output (294 lines): Ignoring numpy: markers 'python_version < "3.7"' don't match your environment Collecting cython>=0.29 Using cached Cython-0.29.23-cp38-cp38-win32.whl (1.6 MB) Collecting numpy==1.16.0 Using cached numpy-1.16.0.zip (5.1 MB) Collecting setuptools Using cached setuptools-56.0.0-py3-none-any.whl (784 kB) Collecting setuptools_scm Using cached setuptools_scm-6.0.1-py3-none-any.whl (27 kB) Collecting wheel Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB) Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed. Installing collected packages: setuptools, wheel, setuptools-scm, numpy, cython Running setup.py install for numpy: started Running setup.py install for numpy: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-7bc7l9od\\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\\setup.py'"'"'; __file__='"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-7bc7l9od\\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\adnan\AppData\Local\Temp\pip-record-7flcy_me\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-73hadt02\overlay' --compile --install-headers 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-73hadt02\overlay\Include\numpy' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-7bc7l9od\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\ Complete output (273 lines): Running from numpy source directory. Note: if you need reliable uninstall behavior, then install with pip instead of using `setup.py install`: - `pip install .` (from a git repo or downloaded source release) - `pip install numpy` (last NumPy release on PyPi) C:\Users\adnan\AppData\Local\Temp\pip-install-7bc7l9od\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="? return is_string(s) and ('*' in s or '?' is s) blas_opt_info: blas_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries mkl_rt not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE blis_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries blis not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE openblas_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries openblas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']' customize GnuFCompiler Could not locate executable g77 Could not locate executable f77 customize IntelVisualFCompiler Could not locate executable ifort Could not locate executable ifl customize AbsoftFCompiler Could not locate executable f90 customize CompaqVisualFCompiler Could not locate executable DF customize IntelItaniumVisualFCompiler Could not locate executable efl customize Gnu95FCompiler Could not locate executable gfortran Could not locate executable f95 customize G95FCompiler Could not locate executable g95 customize IntelEM64VisualFCompiler customize IntelEM64TFCompiler Could not locate executable efort Could not locate executable efc customize PGroupFlangCompiler Could not locate executable flang don't know how to compile Fortran code on platform 'nt' NOT AVAILABLE atlas_3_10_blas_threads_info: Setting PTATLAS=ATLAS No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries tatlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_3_10_blas_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries satlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_blas_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries f77blas,cblas,atlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE accelerate_info: NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-7bc7l9od\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\numpy\distutils\system_info.py:625: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() blas_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries blas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-7bc7l9od\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\numpy\distutils\system_info.py:625: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. self.calc_info() blas_src_info: NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-7bc7l9od\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\numpy\distutils\system_info.py:625: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. self.calc_info() NOT AVAILABLE 'svnversion' is not recognized as an internal or external command, operable program or batch file. non-existing path in 'numpy\\distutils': 'site.cfg' lapack_opt_info: lapack_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries mkl_rt not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE openblas_lapack_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries openblas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE openblas_clapack_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries openblas,lapack not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_3_10_threads_info: Setting PTATLAS=ATLAS No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries tatlas,tatlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries tatlas,tatlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries tatlas,tatlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE atlas_3_10_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries satlas,satlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries satlas,satlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries satlas,satlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries ptf77blas,ptcblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries ptf77blas,ptcblas,atlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries ptf77blas,ptcblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE atlas_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries f77blas,cblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries f77blas,cblas,atlas not found in C:\ No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries f77blas,cblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE lapack_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries lapack not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-7bc7l9od\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\numpy\distutils\system_info.py:625: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() lapack_src_info: NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-7bc7l9od\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\numpy\distutils\system_info.py:625: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() NOT AVAILABLE c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running install running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources creating build creating build\src.win32-3.8 creating build\src.win32-3.8\numpy creating build\src.win32-3.8\numpy\distutils building library "npymath" sources No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ ---------------------------------------- ERROR: Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-7bc7l9od\\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\\setup.py'"'"'; __file__='"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-7bc7l9od\\numpy_6acf3e5c24834477bc3cb95fa99ac2fa\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\adnan\AppData\Local\Temp\pip-record-7flcy_me\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-73hadt02\overlay' --compile --install-headers 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-73hadt02\overlay\Include\numpy' Check the logs for full command output. ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/3e/00/4e099e2f1992c555771090b5971c59751fc152c68270a31bfeabd114c068/pyarrow-0.16.0.tar.gz#sha256=bb6bb7ba1b6a1c3c94cc0d0068c96df9498c973ad0ae6ca398164d339b704c97 (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-73hadt02\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'cython >= 0.29' 'numpy==1.14.5; python_version<'"'"'3.7'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"'' setuptools setuptools_scm wheel Check the logs for full command output. Using cached pyarrow-0.15.1.tar.gz (5.9 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpp5g4_1ns' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_7c4e3153fcaa4e03a38219ed5ecfe06c Complete output (42 lines): Traceback (most recent call last): File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in main() File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 133, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools\build_meta.py", line 166, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools\build_meta.py", line 258, in run_setup super(_BuildMetaLegacyBackend, File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools\build_meta.py", line 150, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 572, in setup( File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools\__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools\dist.py", line 434, in __init__ _Distribution.__init__(self, { File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 292, in __init__ self.finalize_options() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools\dist.py", line 743, in finalize_options ep(self) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools\dist.py", line 750, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools_scm\integration.py", line 24, in version_keyword dist.metadata.version = _get_version(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 173, in _get_version parsed_version = _do_parse(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 119, in _do_parse parse_result = _call_entrypoint_fn(config.absolute_root, config, config.parse) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 54, in _call_entrypoint_fn return fn(root) File "setup.py", line 545, in parse_git return parse(root, **kwargs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools_scm\git.py", line 115, in parse require_command("git") File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-67wsdakg\overlay\Lib\site-packages\setuptools_scm\utils.py", line 142, in require_command raise OSError("%r was not found" % name) OSError: 'git' was not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/e0/e6/d14b4a2b54ef065b1a2c576537abe805c1af0c94caef70d365e2d78fc528/pyarrow-0.15.1.tar.gz#sha256=7ad074690ba38313067bf3bbda1258966d38e2037c035d08b9ffe3cce07747a5 (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpp5g4_1ns' Check the logs for full command output. Using cached pyarrow-0.14.0.tar.gz (436 kB) ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-f196fawu\\pyarrow_56119a48af934c3c8f8502c6b206e80d\\setup.py'"'"'; __file__='"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-f196fawu\\pyarrow_56119a48af934c3c8f8502c6b206e80d\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\adnan\AppData\Local\Temp\pip-pip-egg-info-701bcnl7' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_56119a48af934c3c8f8502c6b206e80d\ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_56119a48af934c3c8f8502c6b206e80d\setup.py", line 29, in from Cython.Distutils import build_ext as _build_ext ModuleNotFoundError: No module named 'Cython' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/6c/75/e87ad78b3a0d1250984331e59648fac43218f00599fd570318447178c650/pyarrow-0.14.0.tar.gz#sha256=8f34e76b03e1c4f73c8cf31b6ed9c89bc909d34657b96271a0c45c59b4decc3d (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pyarrow-0.13.0.tar.gz (4.8 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpbfcbni09' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_c451d975e04b486db3943bd2f4cfd5bc Complete output (42 lines): Traceback (most recent call last): File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in main() File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 133, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools\build_meta.py", line 166, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools\build_meta.py", line 258, in run_setup super(_BuildMetaLegacyBackend, File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools\build_meta.py", line 150, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 555, in setup( File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools\__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools\dist.py", line 434, in __init__ _Distribution.__init__(self, { File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 292, in __init__ self.finalize_options() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools\dist.py", line 743, in finalize_options ep(self) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools\dist.py", line 750, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools_scm\integration.py", line 24, in version_keyword dist.metadata.version = _get_version(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 173, in _get_version parsed_version = _do_parse(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 119, in _do_parse parse_result = _call_entrypoint_fn(config.absolute_root, config, config.parse) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 54, in _call_entrypoint_fn return fn(root) File "setup.py", line 528, in parse_git return parse(root, **kwargs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools_scm\git.py", line 115, in parse require_command("git") File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-4tccdi2r\overlay\Lib\site-packages\setuptools_scm\utils.py", line 142, in require_command raise OSError("%r was not found" % name) OSError: 'git' was not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/1d/fc/f0b0a6c6c2c9f63c776ece2a0b0c069890b4214d4c2d712a6088fe8d42cd/pyarrow-0.13.0.tar.gz#sha256=1bf34856831af53e2eb5178fb04301ff000bbb8fe0a7e7a7723abf7fe355eeef (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpbfcbni09' Check the logs for full command output. Using cached pyarrow-0.12.1.tar.gz (625 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpvbjdp0tn' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_ccb7d480fbc9433a93f96f28ed464520 Complete output (42 lines): Traceback (most recent call last): File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in main() File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 133, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools\build_meta.py", line 166, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools\build_meta.py", line 258, in run_setup super(_BuildMetaLegacyBackend, File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools\build_meta.py", line 150, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 531, in setup( File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools\__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools\dist.py", line 434, in __init__ _Distribution.__init__(self, { File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 292, in __init__ self.finalize_options() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools\dist.py", line 743, in finalize_options ep(self) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools\dist.py", line 750, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools_scm\integration.py", line 24, in version_keyword dist.metadata.version = _get_version(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 173, in _get_version parsed_version = _do_parse(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 119, in _do_parse parse_result = _call_entrypoint_fn(config.absolute_root, config, config.parse) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 54, in _call_entrypoint_fn return fn(root) File "setup.py", line 505, in parse_git return parse(root, **kwargs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools_scm\git.py", line 115, in parse require_command("git") File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-msy0ziek\overlay\Lib\site-packages\setuptools_scm\utils.py", line 142, in require_command raise OSError("%r was not found" % name) OSError: 'git' was not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/43/f9/457938a5025244eb073bee7cfcb4d5c767ce125a9bebdff94f4c25cfb356/pyarrow-0.12.1.tar.gz#sha256=10db6e486c918c3af999d0114a22d92770687e3a6607ea3f14e6748854824c2a (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpvbjdp0tn' Check the logs for full command output. Using cached pyarrow-0.12.0.tar.gz (625 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpbxjbl6oo' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_a0dabbb2e61045ad8812efc5bb48743b Complete output (42 lines): Traceback (most recent call last): File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in main() File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 133, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools\build_meta.py", line 166, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools\build_meta.py", line 258, in run_setup super(_BuildMetaLegacyBackend, File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools\build_meta.py", line 150, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 531, in setup( File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools\__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools\dist.py", line 434, in __init__ _Distribution.__init__(self, { File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 292, in __init__ self.finalize_options() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools\dist.py", line 743, in finalize_options ep(self) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools\dist.py", line 750, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools_scm\integration.py", line 24, in version_keyword dist.metadata.version = _get_version(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 173, in _get_version parsed_version = _do_parse(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 119, in _do_parse parse_result = _call_entrypoint_fn(config.absolute_root, config, config.parse) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 54, in _call_entrypoint_fn return fn(root) File "setup.py", line 505, in parse_git return parse(root, **kwargs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools_scm\git.py", line 115, in parse require_command("git") File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-m66rk1da\overlay\Lib\site-packages\setuptools_scm\utils.py", line 142, in require_command raise OSError("%r was not found" % name) OSError: 'git' was not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/79/ac/e6b64c8fc35525267dfe0afa470b505b8b7ef7e4b58a0012effcad72135b/pyarrow-0.12.0.tar.gz#sha256=554fdd3e228f4a0e098e06ac6bf47ab54749b1a659931a57eab3065a329f8768 (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpbxjbl6oo' Check the logs for full command output. Using cached pyarrow-0.11.1.tar.gz (597 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpnqtv57o5' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_5773e755e0c448e98d253c3792ce6bfe Complete output (42 lines): Traceback (most recent call last): File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in main() File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 133, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools\build_meta.py", line 166, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools\build_meta.py", line 258, in run_setup super(_BuildMetaLegacyBackend, File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools\build_meta.py", line 150, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 546, in setup( File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools\__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools\dist.py", line 434, in __init__ _Distribution.__init__(self, { File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 292, in __init__ self.finalize_options() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools\dist.py", line 743, in finalize_options ep(self) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools\dist.py", line 750, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools_scm\integration.py", line 24, in version_keyword dist.metadata.version = _get_version(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 173, in _get_version parsed_version = _do_parse(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 119, in _do_parse parse_result = _call_entrypoint_fn(config.absolute_root, config, config.parse) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 54, in _call_entrypoint_fn return fn(root) File "setup.py", line 520, in parse_git return parse(root, **kwargs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools_scm\git.py", line 115, in parse require_command("git") File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-u0av_ums\overlay\Lib\site-packages\setuptools_scm\utils.py", line 142, in require_command raise OSError("%r was not found" % name) OSError: 'git' was not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/e5/22/136c8dabf16e4df804391a932cc9ea8ad1887d447b64aec2259b1e67445d/pyarrow-0.11.1.tar.gz#sha256=43681c4550108bf2e9b45fe3b6ffba2383a5ce6ac3abbe5c50d505904efd6f01 (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpnqtv57o5' Check the logs for full command output. Using cached pyarrow-0.11.0.tar.gz (602 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpy96f7wra' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_0ee6166d64ae4496ad2656b2879cea06 Complete output (42 lines): Traceback (most recent call last): File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 280, in main() File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 133, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools\build_meta.py", line 166, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools\build_meta.py", line 258, in run_setup super(_BuildMetaLegacyBackend, File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools\build_meta.py", line 150, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 546, in setup( File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools\__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools\dist.py", line 434, in __init__ _Distribution.__init__(self, { File "c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 292, in __init__ self.finalize_options() File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools\dist.py", line 743, in finalize_options ep(self) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools\dist.py", line 750, in _finalize_setup_keywords ep.load()(self, ep.name, value) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools_scm\integration.py", line 24, in version_keyword dist.metadata.version = _get_version(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 173, in _get_version parsed_version = _do_parse(config) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 119, in _do_parse parse_result = _call_entrypoint_fn(config.absolute_root, config, config.parse) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools_scm\__init__.py", line 54, in _call_entrypoint_fn return fn(root) File "setup.py", line 520, in parse_git return parse(root, **kwargs) File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools_scm\git.py", line 115, in parse require_command("git") File "C:\Users\adnan\AppData\Local\Temp\pip-build-env-wb5bz7n4\overlay\Lib\site-packages\setuptools_scm\utils.py", line 142, in require_command raise OSError("%r was not found" % name) OSError: 'git' was not found ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/1d/b6/c4e63f8bdb175d2223df26ddf12e2a0ba3fa347890128b5f128cb3f72589/pyarrow-0.11.0.tar.gz#sha256=07a6fd71c5d7440f2c42383dd2c5daa12d7f0a012f1e88288ed08a247032aead (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip\_vendor\pep517\_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\adnan\AppData\Local\Temp\tmpy96f7wra' Check the logs for full command output. Using cached pyarrow-0.10.0.tar.gz (2.1 MB) ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-f196fawu\\pyarrow_4fcda0de2c4747719c4b4c8466ec9d57\\setup.py'"'"'; __file__='"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-f196fawu\\pyarrow_4fcda0de2c4747719c4b4c8466ec9d57\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\adnan\AppData\Local\Temp\pip-pip-egg-info-vl8pzpam' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_4fcda0de2c4747719c4b4c8466ec9d57\ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_4fcda0de2c4747719c4b4c8466ec9d57\setup.py", line 29, in from Cython.Distutils import build_ext as _build_ext ModuleNotFoundError: No module named 'Cython' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/c0/a0/f7e9dfd8988d94f4952f9b50eb04e14a80fbe39218520725aab53daab57c/pyarrow-0.10.0.tar.gz#sha256=b93c6d9dd0c18202995d0f50cd88cefed0fe3cb6e6f780b8f2083464099b282b (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Using cached pyarrow-0.9.0.tar.gz (8.5 MB) ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-f196fawu\\pyarrow_810395a5c46447d09b32f3e7c6f8b8d9\\setup.py'"'"'; __file__='"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-f196fawu\\pyarrow_810395a5c46447d09b32f3e7c6f8b8d9\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\adnan\AppData\Local\Temp\pip-pip-egg-info-7512m_j4' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_810395a5c46447d09b32f3e7c6f8b8d9\ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "C:\Users\adnan\AppData\Local\Temp\pip-install-f196fawu\pyarrow_810395a5c46447d09b32f3e7c6f8b8d9\setup.py", line 29, in from Cython.Distutils import build_ext as _build_ext ModuleNotFoundError: No module named 'Cython' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/be/2d/11751c477e4e7f4bb07ac7584aafabe0d0608c170e4bff67246d695ebdbe/pyarrow-0.9.0.tar.gz#sha256=7db8ce2f0eff5a00d6da918ce9f9cfec265e13f8a119b4adb1595e5b19fd6242 (from https://pypi.org/simple/pyarrow/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Collecting modin[ray] Using cached modin-0.8.1-py3-none-win32.whl (537 kB) Using cached modin-0.8.0-py3-none-win32.whl (387 kB) Collecting pandas==1.0.5 Using cached pandas-1.0.5-cp38-cp38-win32.whl (7.6 MB) Collecting modin[ray] Using cached modin-0.7.4-py3-none-win32.whl (334 kB) Using cached modin-0.7.3-py3-none-win32.whl (301 kB) Collecting pandas==1.0.3 Using cached pandas-1.0.3-cp38-cp38-win32.whl (7.6 MB) Collecting modin[ray] Using cached modin-0.7.2-py3-none-any.whl (242 kB) Collecting pandas==1.0.1 Using cached pandas-1.0.1-cp38-cp38-win32.whl (7.8 MB) Collecting modin[ray] Using cached modin-0.7.1-py3-none-any.whl (243 kB) Collecting pandas==0.25.3 Using cached pandas-0.25.3-cp38-cp38-win32.whl (8.1 MB) Collecting modin[ray] Using cached modin-0.7.0-py3-none-any.whl (241 kB) Using cached modin-0.6.3-py3-none-any.whl (234 kB) Using cached modin-0.6.2-py3-none-any.whl (231 kB) Collecting pandas==0.25.1 Using cached pandas-0.25.1.tar.gz (12.6 MB) Collecting modin[ray] Using cached modin-0.6.1-py3-none-any.whl (230 kB) Using cached modin-0.6.0-py3-none-any.whl (227 kB) WARNING: modin 0.6.0 does not provide the extra 'ray' Using cached modin-0.5.4-py3-none-any.whl (228 kB) WARNING: modin 0.5.4 does not provide the extra 'ray' Using cached modin-0.5.3-py3-none-any.whl (218 kB) WARNING: modin 0.5.3 does not provide the extra 'ray' Using cached modin-0.5.2-py3-none-any.whl (216 kB) WARNING: modin 0.5.2 does not provide the extra 'ray' Using cached modin-0.5.1-py3-none-any.whl (216 kB) WARNING: modin 0.5.1 does not provide the extra 'ray' Using cached modin-0.5.0-py3-none-any.whl (213 kB) WARNING: modin 0.5.0 does not provide the extra 'ray' Using cached modin-0.4.0-py3-none-any.whl (184 kB) WARNING: modin 0.4.0 does not provide the extra 'ray' Using cached modin-0.3.1-py3-none-any.whl (164 kB) WARNING: modin 0.3.1 does not provide the extra 'ray' Using cached modin-0.3.0-py3-none-any.whl (154 kB) WARNING: modin 0.3.0 does not provide the extra 'ray' Using cached modin-0.2.5-py3-none-any.whl (133 kB) WARNING: modin 0.2.5 does not provide the extra 'ray' Collecting pandas==0.23.4 Using cached pandas-0.23.4.tar.gz (10.5 MB) Collecting modin[ray] Using cached modin-0.2.4-py3-none-any.whl (130 kB) WARNING: modin 0.2.4 does not provide the extra 'ray' Collecting redis==2.10.6 Downloading redis-2.10.6-py2.py3-none-any.whl (64 kB) |████████████████████████████████| 64 kB 44 kB/s Collecting modin[ray] Using cached modin-0.2.3-py3-none-any.whl (131 kB) WARNING: modin 0.2.3 does not provide the extra 'ray' Using cached modin-0.2.2-py3-none-any.whl (130 kB) WARNING: modin 0.2.2 does not provide the extra 'ray' Using cached modin-0.2.0-py3-none-any.whl (115 kB) WARNING: modin 0.2.0 does not provide the extra 'ray' Collecting strip-hints Using cached strip-hints-0.1.9.tar.gz (30 kB) Collecting modin[ray] Using cached modin-0.1.2-py3-none-any.whl (104 kB) WARNING: modin 0.1.2 does not provide the extra 'ray' Collecting pandas==0.22 Using cached pandas-0.22.0.tar.gz (11.3 MB) Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-75nwro5v\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Cython 'numpy==1.9.3; python_version=='"'"'3.5'"'"'' 'numpy==1.12.1; python_version=='"'"'3.6'"'"'' 'numpy==1.13.1; python_version>='"'"'3.7'"'"'' cwd: None Complete output (186 lines): Ignoring numpy: markers 'python_version == "3.5"' don't match your environment Ignoring numpy: markers 'python_version == "3.6"' don't match your environment Collecting wheel Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB) Collecting setuptools Using cached setuptools-56.0.0-py3-none-any.whl (784 kB) Collecting Cython Using cached Cython-0.29.23-cp38-cp38-win32.whl (1.6 MB) Collecting numpy==1.13.1 Using cached numpy-1.13.1.zip (5.0 MB) Using legacy 'setup.py install' for numpy, since package 'wheel' is not installed. Installing collected packages: wheel, setuptools, numpy, Cython Running setup.py install for numpy: started Running setup.py install for numpy: finished with status 'error' ERROR: Command errored out with exit status 1: command: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-rcdgafj4\\numpy_a3d1f8cb862c43668f43654e2d81d75e\\setup.py'"'"'; __file__='"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-rcdgafj4\\numpy_a3d1f8cb862c43668f43654e2d81d75e\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\adnan\AppData\Local\Temp\pip-record-0ap0_v4u\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-75nwro5v\overlay' --compile --install-headers 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-75nwro5v\overlay\Include\numpy' cwd: C:\Users\adnan\AppData\Local\Temp\pip-install-rcdgafj4\numpy_a3d1f8cb862c43668f43654e2d81d75e\ Complete output (166 lines): Running from numpy source directory. Note: if you need reliable uninstall behavior, then install with pip instead of using `setup.py install`: - `pip install .` (from a git repo or downloaded source release) - `pip install numpy` (last NumPy release on PyPi) C:\Users\adnan\AppData\Local\Temp\pip-install-rcdgafj4\numpy_a3d1f8cb862c43668f43654e2d81d75e\numpy\distutils\misc_util.py:469: SyntaxWarning: "is" with a literal. Did you mean "=="? return is_string(s) and ('*' in s or '?' is s) blas_opt_info: blas_mkl_info: libraries mkl_rt not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE blis_info: libraries blis not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE openblas_info: libraries openblas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_3_10_blas_threads_info: Setting PTATLAS=ATLAS libraries tatlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_3_10_blas_info: libraries satlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-rcdgafj4\numpy_a3d1f8cb862c43668f43654e2d81d75e\numpy\distutils\system_info.py:572: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() blas_info: libraries blas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-rcdgafj4\numpy_a3d1f8cb862c43668f43654e2d81d75e\numpy\distutils\system_info.py:572: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. self.calc_info() blas_src_info: NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-rcdgafj4\numpy_a3d1f8cb862c43668f43654e2d81d75e\numpy\distutils\system_info.py:572: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. self.calc_info() NOT AVAILABLE 'svnversion' is not recognized as an internal or external command, operable program or batch file. 'svnversion' is not recognized as an internal or external command, operable program or batch file. non-existing path in 'numpy\\distutils': 'site.cfg' F2PY Version 2 lapack_opt_info: lapack_mkl_info: libraries mkl_rt not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE openblas_lapack_info: libraries openblas not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE atlas_3_10_threads_info: Setting PTATLAS=ATLAS libraries tatlas,tatlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries tatlas,tatlas not found in C:\ libraries lapack_atlas not found in C:\ libraries tatlas,tatlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE atlas_3_10_info: libraries satlas,satlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries satlas,satlas not found in C:\ libraries lapack_atlas not found in C:\ libraries satlas,satlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries ptf77blas,ptcblas,atlas not found in C:\ libraries lapack_atlas not found in C:\ libraries ptf77blas,ptcblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE atlas_info: libraries f77blas,cblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\lib libraries f77blas,cblas,atlas not found in C:\ libraries lapack_atlas not found in C:\ libraries f77blas,cblas,atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs libraries lapack_atlas not found in c:\users\adnan\appdata\local\programs\python\python38-32\libs NOT AVAILABLE lapack_info: libraries lapack not found in ['c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\lib', 'C:\\', 'c:\\users\\adnan\\appdata\\local\\programs\\python\\python38-32\\libs'] NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-rcdgafj4\numpy_a3d1f8cb862c43668f43654e2d81d75e\numpy\distutils\system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() lapack_src_info: NOT AVAILABLE C:\Users\adnan\AppData\Local\Temp\pip-install-rcdgafj4\numpy_a3d1f8cb862c43668f43654e2d81d75e\numpy\distutils\system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() NOT AVAILABLE c:\users\adnan\appdata\local\programs\python\python38-32\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running install running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building py_modules sources creating build creating build\src.win32-3.8 creating build\src.win32-3.8\numpy creating build\src.win32-3.8\numpy\distutils building library "npymath" sources No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/ ---------------------------------------- ERROR: Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-rcdgafj4\\numpy_a3d1f8cb862c43668f43654e2d81d75e\\setup.py'"'"'; __file__='"'"'C:\\Users\\adnan\\AppData\\Local\\Temp\\pip-install-rcdgafj4\\numpy_a3d1f8cb862c43668f43654e2d81d75e\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\adnan\AppData\Local\Temp\pip-record-0ap0_v4u\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-75nwro5v\overlay' --compile --install-headers 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-75nwro5v\overlay\Include\numpy' Check the logs for full command output. ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/08/01/803834bc8a4e708aedebb133095a88a4dad9f45bbaf5ad777d2bea543c7e/pandas-0.22.0.tar.gz#sha256=44a94091dd71f05922eec661638ec1a35f26d573c119aa2fad964f10a2880e6c (from https://pypi.org/simple/pandas/). Command errored out with exit status 1: 'c:\users\adnan\appdata\local\programs\python\python38-32\python.exe' 'c:\users\adnan\appdata\local\programs\python\python38-32\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\adnan\AppData\Local\Temp\pip-build-env-75nwro5v\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Cython 'numpy==1.9.3; python_version=='"'"'3.5'"'"'' 'numpy==1.12.1; python_version=='"'"'3.6'"'"'' 'numpy==1.13.1; python_version>='"'"'3.7'"'"'' Check the logs for full command output. Collecting modin[ray] Using cached modin-0.1.1-py3-none-any.whl (102 kB) WARNING: modin 0.1.1 does not provide the extra 'ray' Using cached modin-0.1.0-py3-none-any.whl (173 kB) WARNING: modin 0.1.0 does not provide the extra 'ray' Using cached modin-0.0.2-py3-none-any.whl (97 kB) WARNING: modin 0.0.2 does not provide the extra 'ray' ERROR: Cannot install modin[ray]==0.0.2, modin[ray]==0.1.0, modin[ray]==0.1.1, modin[ray]==0.1.2, modin[ray]==0.2.0, modin[ray]==0.2.2, modin[ray]==0.2.3, modin[ray]==0.2.4, modin[ray]==0.2.5, modin[ray]==0.3.0, modin[ray]==0.3.1, modin[ray]==0.4.0, modin[ray]==0.5.0, modin[ray]==0.5.1, modin[ray]==0.5.2, modin[ray]==0.5.3, modin[ray]==0.5.4, modin[ray]==0.6.0, modin[ray]==0.6.1, modin[ray]==0.6.2, modin[ray]==0.6.3, modin[ray]==0.7.0, modin[ray]==0.7.1, modin[ray]==0.7.2, modin[ray]==0.7.3, modin[ray]==0.7.4, modin[ray]==0.8.0, modin[ray]==0.8.1, modin[ray]==0.8.1.1, modin[ray]==0.8.2, modin[ray]==0.8.3, modin[ray]==0.9.0 and modin[ray]==0.9.1 because these package versions have conflicting dependencies. The conflict is caused by: modin[ray] 0.9.1 depends on ray<1.2.0 and >=1.0.0; extra == "ray" modin[ray] 0.9.0 depends on ray<1.2.0 and >=1.0.0; extra == "ray" modin[ray] 0.8.3 depends on ray>=1.0.0; extra == "ray" modin[ray] 0.8.2 depends on ray>=1.0.0; extra == "ray" modin[ray] 0.8.1.1 depends on pyarrow<0.17; extra == "ray" modin[ray] 0.8.1 depends on pyarrow<0.17; extra == "ray" modin[ray] 0.8.0 depends on ray==0.8.6; extra == "ray" modin[ray] 0.7.4 depends on ray==0.8.6; extra == "ray" modin[ray] 0.7.3 depends on pyarrow<0.17; extra == "ray" modin[ray] 0.7.2 depends on ray==0.8.0; extra == "ray" modin[ray] 0.7.1 depends on ray==0.8.0; extra == "ray" modin[ray] 0.7.0 depends on ray==0.8.0; extra == "ray" modin[ray] 0.6.3 depends on ray==0.7.3; extra == "ray" modin[ray] 0.6.2 depends on ray==0.7.3; extra == "ray" modin[ray] 0.6.1 depends on ray==0.7.3; extra == "ray" modin[ray] 0.6.0 depends on ray==0.7.3 modin[ray] 0.5.4 depends on ray==0.7.1 modin[ray] 0.5.3 depends on ray==0.7 modin[ray] 0.5.2 depends on ray==0.7 modin[ray] 0.5.1 depends on ray==0.7 modin[ray] 0.5.0 depends on ray==0.6.6 modin[ray] 0.4.0 depends on ray==0.6.2 modin[ray] 0.3.1 depends on ray==0.6.2 modin[ray] 0.3.0 depends on ray==0.6.2 modin[ray] 0.2.5 depends on ray==0.6.0 modin[ray] 0.2.4 depends on ray==0.5.3 modin[ray] 0.2.3 depends on ray==0.5.3 modin[ray] 0.2.2 depends on ray==0.5.3 modin[ray] 0.2.0 depends on ray==0.5.3 modin[ray] 0.1.2 depends on pandas==0.22 modin[ray] 0.1.1 depends on pandas==0.22 modin[ray] 0.1.0 depends on pandas==0.22 modin[ray] 0.0.2 depends on pandas==0.22 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip attempt to solve the dependency conflict ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies ```
biggoffer commented 3 years ago

modin[ray] worked after uninstalling 32 bit python 3.8 and clean install of python 3.7 but now... i m getting this:

C:\Users\adnan\AppData\Local\Programs\Python\Python37\python.exe D:/Python/aprogram/Callion/callion3.py
2021-04-22 00:51:34,595 INFO services.py:1173 -- View the Ray dashboard at http://127.0.0.1:8265
UserWarning: sort_values defaulting to pandas implementation.
To request implementation, send an email to feature_requests@modin.org.
vnlitvinov commented 3 years ago

@biggoffer I've added small bit of formatting to your messages here, I hope you don't mind.

As for the last message - this is just a warning that sort_values is not yet fully optimized in Modin (thus it's not as performant as it should be), but it should not be a blocker.

EscleineDaher commented 3 years ago

Hello, I had the same issue and after following the guide, i download ray. Right after using it, i called Ray like this : os.environ["MODIN_ENGINE"] = "ray" and i had this error, can you help me?

Stack trace ``` File "C:\ProgramData\Anaconda3\lib\site-packages\redis\connection.py", line 559, in connect sock = self._connect() File "C:\ProgramData\Anaconda3\lib\site-packages\redis\connection.py", line 615, in _connect raise err File "C:\ProgramData\Anaconda3\lib\site-packages\redis\connection.py", line 603, in _connect sock.connect(socket_address) TimeoutError: [WinError 10060] Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\2101550\OneDrive - DAHER\Bureau\Python\Lib\Win32&64 Python\Test++.py", line 116, in df = pd.DataFrame(list_time).add_prefix('Time') File "C:\Users\2101550\AppData\Roaming\Python\Python38\site-packages\modin\pandas\dataframe.py", line 89, in __init__ Engine.subscribe(_update_engine) File "C:\Users\2101550\AppData\Roaming\Python\Python38\site-packages\modin\config\pubsub.py", line 119, in subscribe callback(cls) File "C:\Users\2101550\AppData\Roaming\Python\Python38\site-packages\modin\pandas\__init__.py", line 117, in _update_engine initialize_ray() File "C:\Users\2101550\AppData\Roaming\Python\Python38\site-packages\modin\engines\ray\utils.py", line 157, in initialize_ray ray.init(**ray_init_kwargs) File "C:\ProgramData\Anaconda3\lib\site-packages\ray\_private\client_mode_hook.py", line 62, in wrapper return func(*args, **kwargs) File "C:\ProgramData\Anaconda3\lib\site-packages\ray\worker.py", line 793, in init _global_node = ray.node.Node( File "C:\ProgramData\Anaconda3\lib\site-packages\ray\node.py", line 230, in __init__ self.start_head_processes() File "C:\ProgramData\Anaconda3\lib\site-packages\ray\node.py", line 861, in start_head_processes self.start_redis() File "C:\ProgramData\Anaconda3\lib\site-packages\ray\node.py", line 675, in start_redis process_infos) = ray._private.services.start_redis( File "C:\ProgramData\Anaconda3\lib\site-packages\ray\_private\services.py", line 891, in start_redis primary_redis_client.set("NumRedisShards", str(num_redis_shards)) File "C:\ProgramData\Anaconda3\lib\site-packages\redis\client.py", line 1801, in set return self.execute_command('SET', *pieces) File "C:\ProgramData\Anaconda3\lib\site-packages\redis\client.py", line 898, in execute_command conn = self.connection or pool.get_connection(command_name, **options) File "C:\ProgramData\Anaconda3\lib\site-packages\redis\connection.py", line 1192, in get_connection connection.connect() File "C:\ProgramData\Anaconda3\lib\site-packages\redis\connection.py", line 563, in connect raise ConnectionError(self._error_message(e)) ConnectionError: Error 10060 connecting to 192.168.1.22:6379. Une tentative de connexion a échoué car le parti connecté n’a pas répondu convenablement au-delà d’une certaine durée ou une connexion établie a échoué car l’hôte de connexion n’a pas répondu. ```
vnlitvinov commented 3 years ago

@EscleineDaher I suggest you check your http_proxy/https_proxy environment variables. Ray uses HTTP to interconnect with some of its internal services, and it honours the proxy variables while connecting.

EscleineDaher commented 3 years ago

It's not possible to get rid of this part and just stay offline?

vnlitvinov commented 3 years ago

I don't exactly understand what you mean here.

What I meant was you can try unsetting http_proxy and https_proxy (like export http_proxy= in bash) before running Modin. Ray itself won't go to the Internet unless you ask for it, but if I set proxy variables I observe the stacktrace which looks very similar to yours.

EscleineDaher commented 3 years ago

I don't understand what you mean, i write export http_proxy before os.environ["MODIN_ENGINE"] = "ray" ? is that it? I've tried it and i have this error: runfile('C:/Users/2101550/OneDrive - DAHER/Bureau/Python/Lib/Win32&64 Python/Test++.py', wdir='C:/Users/2101550/OneDrive - DAHER/Bureau/Python/Lib/Win32&64 Python') File "C:\Users\2101550\OneDrive - DAHER\Bureau\Python\Lib\Win32&64 Python\Test++.py", line 14 export https_proxy ^ SyntaxError: invalid syntax

EscleineDaher commented 3 years ago

Apparently my issue should come from my VPN but I can't get rid of it. And now when i want to use dask, the same error pops up. I'm stuck with this issue and i don't know how to make modin work properly.

vnlitvinov commented 3 years ago

So, what I propose you do is to write the following in your test++.py at the very beginning:

import os
os.environ['MODIN_ENGINE'] = 'ray'
os.environ['http_proxy'] = ''
os.environ['https_proxy'] = ''
EscleineDaher commented 3 years ago

I've tried the code but the same error persists

vnlitvinov commented 3 years ago

In this case it could be firewall (or some antivirus software) which is blocking the connection. I don't think we can fix it from our end...

EscleineDaher commented 3 years ago

Both ray and dask are using proxy? There isn't a library to speed up python dataframes without this problem? Because the pandas dataframe is very slow for big files

abudden commented 1 year ago

I'm guessing this is the same problem that I'm facing (but do tell me if I'm wrong and I'll raise it as a separate issue).

I just installed modin as I thought it sounded very promising. I started by following the Getting Started guide. I made a few very minor changes to the sample code:

  1. I removed "ray.init()" as I haven't managed to install ray on my Windows machine yet:
C:\WINDOWS\system32>python -m pip install -U "ray[default]"
ERROR: Could not find a version that satisfies the requirement ray[default] (from versions: none)
ERROR: No matching distribution found for ray[default]
  1. I changed s3_path to 'taxi.csv' in both of the read_csv lines - it seemed a bit odd to use urlretrieve to download the CSV to a local folder and then get read_csv to read it from the URL rather than the pre-downloaded file.

  2. I added the http_proxy commands suggested above.

Resulting test script:

import modin.pandas as pd
import pandas
import os

import time

# This may take a few minutes to download
import urllib.request
# Commented out after first run
#s3_path = "https://modin-datasets.s3.amazonaws.com/testing/yellow_tripdata_2015-01.csv"
#urllib.request.urlretrieve(s3_path, "taxi.csv")

# Must be done after urlretrieve or the urlretrieve won't work
os.environ['http_proxy'] = ''
os.environ['https_proxy'] = ''

start = time.time()

# Changed from example code to use pre-downloaded file instead of s3_path
pandas_df = pandas.read_csv('taxi.csv', parse_dates=["tpep_pickup_datetime", "tpep_dropoff_datetime"], quoting=3)

end = time.time()
pandas_duration = end - start
print("Time to read with pandas: {} seconds".format(round(pandas_duration, 3)))

start = time.time()

# Changed from example code to use pre-downloaded file instead of s3_path
modin_df = pd.read_csv('taxi.csv', parse_dates=["tpep_pickup_datetime", "tpep_dropoff_datetime"], quoting=3)

end = time.time()
modin_duration = end - start
print("Time to read with Modin: {} seconds".format(round(modin_duration, 3)))

print("Modin is {}x faster than pandas at `read_csv`!".format(round(pandas_duration / modin_duration, 2)))

Pandas reads the CSV file in about 4 to 5 seconds (it varies from run to run). I then get this message on the prompt and then a delay of about 20 seconds:

UserWarning: Dask execution environment not yet initialized. Initializing...
To remove this warning, run the following python code before doing dataframe operations:

    from distributed import Client

    client = Client()

I then get a whole sequence of messages saying Time to read with pandas: 19.742 seconds (note "with pandas"???). That quickly disappears off the top of the screen as there are then loads of traceback errors:

Task exception was never retrieved
future: <Task finished name='Task-20' coro=<_wrap_awaitable() done, defined at c:\applications\development\languages\python\lib\asyncio\tasks.py:643> exception=RuntimeError('\n        An attempt has been made to start a new process before the\n        current process has finished its bootstrapping phase.\n\n        This probably means that you are not using fork to start your\n        child processes and you have forgotten to use the proper idiom\n        in the main module:\n\n            if __name__ == \'__main__\':\n                freeze_support()\n                ...\n\n        The "freeze_support()" line can be omitted if the program\n        is not going to be frozen to produce an executable.')>
Traceback (most recent call last):
  File "c:\applications\development\languages\python\lib\asyncio\tasks.py", line 650, in _wrap_awaitable
    return (yield from awaitable.__await__())
  File "c:\applications\development\languages\python\lib\site-packages\distributed\core.py", line 274, in _
    await self.start()
  File "c:\applications\development\languages\python\lib\site-packages\distributed\nanny.py", line 339, in start
    response = await self.instantiate()
  File "c:\applications\development\languages\python\lib\site-packages\distributed\nanny.py", line 422, in instantiate
    result = await self.process.start()
  File "c:\applications\development\languages\python\lib\site-packages\distributed\nanny.py", line 692, in start
    await self.process.start()
  File "c:\applications\development\languages\python\lib\site-packages\distributed\process.py", line 32, in _call_and_set_future
    res = func(*args, **kwargs)
  File "c:\applications\development\languages\python\lib\site-packages\distributed\process.py", line 186, in _start
    process.start()
  File "c:\applications\development\languages\python\lib\multiprocessing\process.py", line 121, in start
    self._popen = self._Popen(self)
  File "c:\applications\development\languages\python\lib\multiprocessing\context.py", line 336, in _Popen
    return Popen(process_obj)
  File "c:\applications\development\languages\python\lib\multiprocessing\popen_spawn_win32.py", line 45, in __init__
    prep_data = spawn.get_preparation_data(process_obj._name)
  File "c:\applications\development\languages\python\lib\multiprocessing\spawn.py", line 154, in get_preparation_data
    _check_not_importing_main()
  File "c:\applications\development\languages\python\lib\multiprocessing\spawn.py", line 134, in _check_not_importing_main
    raise RuntimeError('''
RuntimeError:
        An attempt has been made to start a new process before the
        current process has finished its bootstrapping phase.

        This probably means that you are not using fork to start your
        child processes and you have forgotten to use the proper idiom
        in the main module:

            if __name__ == '__main__':
                freeze_support()
                ...

        The "freeze_support()" line can be omitted if the program
        is not going to be frozen to produce an executable.
Task exception was never retrieved

That keeps on getting echoed until I kill the process with process explorer.

Not a very good introduction to modin so far - given that I can't get past the "Getting Started" tutorial, I've had to go back to plain old pandas and give up on modin.

This is on a Windows 10 PC, running python 3.10.6 and modin 0.15.3 (installed through conda-forge). The Windows 10 PC is behind a zscaler proxy: all external traffic must go through that proxy (but I don't understand why that would affect modin as it's presumably just running with local 127.0.0.1 type access).

YarShev commented 1 year ago

@abudden, your issue seems to be related to this topic https://modin.readthedocs.io/en/stable/getting_started/troubleshooting.html#error-when-using-dask-engine-runtimeerror-if-name-main. You should put your code under if __name__ == '__main__':.

abudden commented 1 year ago

@YarShev That definitely seemed to help, thank you. With the updated script (included below), I now get:

Time to read with pandas: 5.729 seconds
UserWarning: Dask execution environment not yet initialized. Initializing...
To remove this warning, run the following python code before doing dataframe operations:

    from distributed import Client

    client = Client()

Time to read with Modin: 8.884 seconds
Modin is 0.64x faster than pandas at `read_csv`!

Still not very impressive :-) & it feels like the Getting Started guide could do with an update to clarify all of this.

I think the slow-down is partly down to the Dask initialisation time: if I add those two lines suggested above, the time reduces to about 3 seconds with modin, so about twice as fast as pandas (of course this also involves a few seconds of extra delay to the initialisation time).

Updated script:

import modin.pandas as pd
import pandas
import os

import time

# This may take a few minutes to download
import urllib.request
if not os.path.exists('taxi.csv'):
    s3_path = "https://modin-datasets.s3.amazonaws.com/testing/yellow_tripdata_2015-01.csv"
    urllib.request.urlretrieve(s3_path, "taxi.csv")

os.environ['http_proxy'] = ''
os.environ['https_proxy'] = ''

if __name__ == "__main__":
    start = time.time()

    # Changed from example code to use pre-downloaded file instead of s3_path
    pandas_df = pandas.read_csv('taxi.csv', parse_dates=["tpep_pickup_datetime", "tpep_dropoff_datetime"], quoting=3)

    end = time.time()
    pandas_duration = end - start
    print("Time to read with pandas: {} seconds".format(round(pandas_duration, 3)))

    start = time.time()

    # Changed from example code to use pre-downloaded file instead of s3_path
    modin_df = pd.read_csv('taxi.csv', parse_dates=["tpep_pickup_datetime", "tpep_dropoff_datetime"], quoting=3)

    end = time.time()
    modin_duration = end - start
    print("Time to read with Modin: {} seconds".format(round(modin_duration, 3)))

    print("Modin is {}x faster than pandas at `read_csv`!".format(round(pandas_duration / modin_duration, 2)))
YarShev commented 1 year ago

@abudden, thanks for the update. Yes, we should probably add a note to the docs regarding the engine initialization time.

@mvashishtha, can you take this on?

vnlitvinov commented 1 year ago

@abudden a note on the proxy issues - this is usually caused by the fact that, while one sets up proxy for HTTP access, one does not make an exclusion for 127.0.0.1, and so when Ray (or Dask, it doesn't matter) tries to communicate its processes to each other using http://127.0.0.1:<port>/some/api/endpoint everything falls apart.

One workaround is disable proxies completely, like you did, another one could be defining a NO_PROXY variable that would allow un-proxied access to localhost/127.0.0.1. The real fix should be within the libraries (Ray and Dask in our case) so they would explicitly use un-proxied access for their localhost calls.

anmyachev commented 1 year ago

@vnlitvinov I can run Modin on Ray in a environment with proxy. Can we close this issue?

vnlitvinov commented 1 year ago

I think we have to make sure these problems (with proxies and the need of if __name__ == "__main__") are highlighted somewhere around "getting started" section of our docs. I see we already mention the Dask problem in there, but not the proxies.