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

Compiling backpack firmware with 1.7.6 flatpak is missing pyserial #161

Open
froqstar opened this issue Sep 19, 2024 · 2 comments
Open

Compiling backpack firmware with 1.7.6 flatpak is missing pyserial #161

froqstar opened this issue Sep 19, 2024 · 2 comments

Comments

@froqstar
Copy link

When trying to compile the current backpack headtracker PR using configurator 1.7.6 flatpak (from flathub), it fails at the binary configuration step with

File "/home/froqstar/.var/app/org.expresslrs.ExpressLRSConfigurator/config/ExpressLRS Configurator/firmwares/binary/Backpack/python/serials_find.py", line 1, in <module>

    import serial
ModuleNotFoundError: No module named 'serial'

Full log:
ExpressLRSBuildLog_20240919183518664.txt

@pkendall64
Copy link
Contributor

Seems a bit weird that configurator hasn't installed pyserial!
You can manually install it with pip globally to get this working.

@froqstar
Copy link
Author

Thanks, I tried that but it isn't working. Maybe because the host OS is using python 3.13 but the flatpak runtime is using 3.11 (I think, it's missing from the attached logs but says so at the start of the compilation step).

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

2 participants