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

track starlink-1743 #95

Open
benb0jangles opened this issue Nov 21, 2020 · 1 comment
Open

track starlink-1743 #95

benb0jangles opened this issue Nov 21, 2020 · 1 comment

Comments

@benb0jangles
Copy link

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

@benb0jangles
Copy link
Author

AttributeError: module 'asyncio' has no attribute 'run'

asyncio.run is new in Python 3.7 or above. jetson is using python 3.6.9
omnilib/aiomultiprocess#21 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant