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

How do you run this?? #27

Open
harri-renney-kaze opened this issue Nov 19, 2024 · 1 comment
Open

How do you run this?? #27

harri-renney-kaze opened this issue Nov 19, 2024 · 1 comment

Comments

@harri-renney-kaze
Copy link

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:

  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,

@harri-renney-kaze
Copy link
Author

Okay I can run it with python script main.py inside spacelab-decoder/

But yes, not sure why launching the program normally has the above issue but I am not familiar setting python projects up for distribution.

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