Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test on KTH Ubuntu computers #31

Closed
slarse opened this issue Jul 4, 2018 · 5 comments
Closed

Test on KTH Ubuntu computers #31

slarse opened this issue Jul 4, 2018 · 5 comments

Comments

@slarse
Copy link
Collaborator

slarse commented Jul 4, 2018

Same as #29 , #30

@slarse slarse added this to the First version of CLI milestone Jul 4, 2018
@slarse slarse added this to To do in Core via automation Jul 4, 2018
@slarse slarse added this to To do in CLI via automation Jul 4, 2018
@slarse
Copy link
Collaborator Author

slarse commented Jul 11, 2018

It seems to work fine, except that there is an exception in the asyncio event loop as it closes. Doesn't affect the functionality of the tool, but it is annoying. Seems like it's a bug with an old version of Python 3.5.

@slarse
Copy link
Collaborator Author

slarse commented Jul 18, 2018

The exception looks like this:

Exception ignored in: <bound method BaseEventLoop.__del__ of <_UnixSelectorEventLoop running=False closed=True debug=False>>
Traceback (most recent call last):
  File "/usr/lib/python3.5/asyncio/base_events.py", line 431, in __del__
  File "/usr/lib/python3.5/asyncio/unix_events.py", line 58, in close
  File "/usr/lib/python3.5/asyncio/unix_events.py", line 139, in remove_signal_handler
  File "/usr/lib/python3.5/signal.py", line 47, in signal
TypeError: signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object

@slarse
Copy link
Collaborator Author

slarse commented Jul 18, 2018

Seems like a bug in older Python versions:

python/asyncio#396

Can't reproduce on my own machine running 3.6.5

@slarse
Copy link
Collaborator Author

slarse commented Aug 22, 2018

Still get that weird error, but other than that it all seems to work fine. It does not appear to be a problem in Python 3.5.4 and newer.

@slarse slarse removed this from the Finished CLI milestone Aug 22, 2018
@slarse
Copy link
Collaborator Author

slarse commented Sep 23, 2018

Nothing more to do with this. It works, but the computers need a newer version of Python to resolve the error message.

@slarse slarse closed this as completed Sep 23, 2018
Core automation moved this from To do to Done Sep 23, 2018
CLI automation moved this from To do to Done Sep 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
CLI
  
Done
Core
  
Done
Development

No branches or pull requests

1 participant