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
result:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/benji/antenny/nyansat/host/shell/main.py", line 463, in
sys.exit(main())
File "/home/benji/antenny/nyansat/host/shell/main.py", line 457, in main
nyanshell.cmdloop()
File "/usr/lib/python3.6/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python3.6/cmd.py", line 217, in onecmd
return func(arg)
File "/home/benji/antenny/nyansat/host/shell/errors.py", line 28, in wrapper
func(*args, **kwargs)
File "/home/benji/antenny/nyansat/host/shell/main.py", line 326, in do_track
self.client.track(sat_name)
File "/home/benji/antenny/nyansat/host/shell/errors.py", line 13, in wrapper
func(*args, **kwargs)
File "/home/benji/antenny/nyansat/host/shell/antenny_client.py", line 135, in track
asyncio.run(self._start_track(sat_name, (latitude, longitude)))
AttributeError: module 'asyncio' has no attribute 'run'
command:
track starlink-1743
result:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/benji/antenny/nyansat/host/shell/main.py", line 463, in
sys.exit(main())
File "/home/benji/antenny/nyansat/host/shell/main.py", line 457, in main
nyanshell.cmdloop()
File "/usr/lib/python3.6/cmd.py", line 138, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python3.6/cmd.py", line 217, in onecmd
return func(arg)
File "/home/benji/antenny/nyansat/host/shell/errors.py", line 28, in wrapper
func(*args, **kwargs)
File "/home/benji/antenny/nyansat/host/shell/main.py", line 326, in do_track
self.client.track(sat_name)
File "/home/benji/antenny/nyansat/host/shell/errors.py", line 13, in wrapper
func(*args, **kwargs)
File "/home/benji/antenny/nyansat/host/shell/antenny_client.py", line 135, in track
asyncio.run(self._start_track(sat_name, (latitude, longitude)))
AttributeError: module 'asyncio' has no attribute 'run'
any ideas?
Setup:
Jetson Nano arm64
Ubuntu 18.4.5
Python 3.6.9
The text was updated successfully, but these errors were encountered: