-
Notifications
You must be signed in to change notification settings - Fork 39
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
Segfault on Fedora 31 #21
Comments
I just built the tool from source and it works fine. |
I have the same issue on Fedora 31 with the delivered binary.
At least packages sip and upx and gdk-pixbuf2 must be added. ModuleNotFoundError: No module named 'PyQt5.sip' Kind of a nightmare ... Please fix. BR, |
Indeed, sadly PyInstaller builds are a nightmare on Linux. I tried using staticx but failed miserably. Maybe migrating to appimage/snap or some other similar technology might be a good idea, as these start to get some wider adoption. Patches are welcome.
|
Hi, [tom@TR airrohr-firmware-flasher]$ make dist And when I finally try to execute make run, I get a segmentation fault ... [tom@TR airrohr-firmware-flasher]$ make run Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb. make: *** [Makefile:28: run] Aborted (Speicherauszug erstellt) There is no xcb package I could install ... BR, Thomas |
@tom-r could you please try to reformat your comment? This is difficult to read at the moment. |
done ... |
I hace checked the install instructions. They should now work with Fedora 31. Can you test this? |
Hi, BR, |
the given fedora 31 binary is working, I can flash the esp8266. [tom@TR airrohr-firmware-flasher]$ mkvirtualenv -p "$(which python3)" airrohr-firmware-flasher [tom@TR airrohr-firmware-flasher]$ make deps [tom@TR airrohr-firmware-flasher]$ make dist [tom@TR airrohr-firmware-flasher]$ make run [[tom@TR airrohr-firmware-flasher]$ dist/airrohr-flasher |
Please try this without a virtual environment.
|
+1 on Ubuntu 20.10. |
@rscircus what is the +1 for? For the problem or the solution? |
Attempted to download the prebuilt binary and run it but got this error:
The text was updated successfully, but these errors were encountered: