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
How do you run this program? Building from source or the release .deb leads to the following when I run: spacelab-decoder
It returns:
File "/usr/local/bin/spacelab-decoder", line 33, in <module>
sys.exit(load_entry_point('spacelab-decoder==0.4.0', 'gui_scripts', 'spacelab-decoder')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: main() missing 1 required positional argument: 'args'
I just want to load the program and decode floripasat-1 signal.
(Also when building I get
Searching for gi
Reading https://pypi.org/simple/gi/
No local packages or working download links found for gi
error: Could not find suitable distribution for Requirement.parse('gi')
But I just removed the gi requirement. Would this cause the crash? I have python3-gi installed.
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
How do you run this program? Building from source or the release .deb leads to the following when I run:
spacelab-decoder
It returns:
I just want to load the program and decode floripasat-1 signal.
(Also when building I get
But I just removed the gi requirement. Would this cause the crash? I have python3-gi installed.
Thanks,
The text was updated successfully, but these errors were encountered: