You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.
Trying to register a server with aetros-0.10.3.tar.gz in anaconda environment on python 3.6
(phd) C:\Users\floar>aetros server floAr/Pandora
Traceback (most recent call last):
File "d:\programs\anaconda3\envs\phd\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "d:\programs\anaconda3\envs\phd\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "D:\Programs\Anaconda3\envs\phd\Scripts\aetros.exe\__main__.py", line 9, in <module>
File "d:\programs\anaconda3\envs\phd\lib\site-packages\aetros\__init__.py", line 91, in main
code = command.main(cmd_args)
File "d:\programs\anaconda3\envs\phd\lib\site-packages\aetros\commands\ServerCommand.py", line 148, in main
signal.signal(signal.SIGUSR1, self.on_signusr1)
AttributeError: module 'signal' has no attribute 'SIGUSR1'
The text was updated successfully, but these errors were encountered:
Trying to register a server with aetros-0.10.3.tar.gz in anaconda environment on python 3.6
The text was updated successfully, but these errors were encountered: