Reload fails on Windows 10
Been running into issues with reload on Windows 10. This started a couple months ago, just now getting around to investigating. Worked fine previously, do not believe I may any substantive environmental changes - but something obvious changed. Update to dependencies did not help.
Similar issue (?): https://github.com/timothycrosley/hug/issues/574
Python details: Python 3.6.8 |Anaconda, Inc.| (default, Feb 21 2019, 18:30:04) [MSC v.1916 64 bit (AMD64)] on win32
Failure details: Reloading due to file change: C:\Users\me\sample.py Traceback (most recent call last): File "c:\users\me\anaconda3\envs\dlnd\lib\site-packages\hug\development_runner.py", line 84, in hug _start_api(api_module, host, port, no_404_documentation, False if silent else not ran) File "c:\users\me\anaconda3\envs\dlnd\lib\site-packages\hug\development_runner.py", line 42, in _start_api API(api_module).http.serve(host, port, no_404_documentation, show_intro) File "c:\users\me\anaconda3\envs\dlnd\lib\site-packages\hug\api.py", line 260, in serve httpd.serve_forever() File "c:\users\me\anaconda3\envs\dlnd\lib\socketserver.py", line 236, in serve_forever ready = selector.select(poll_interval) File "c:\users\me\anaconda3\envs\dlnd\lib\selectors.py", line 323, in select r, w, _ = self._select(self._readers, self._writers, [], timeout) File "c:\users\me\anaconda3\envs\dlnd\lib\selectors.py", line 314, in _select r, w, x = select.select(r, w, w, timeout) KeyboardInterrupt