-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fails to build on Ubuntu 20.10 #3
Comments
Full error message:
|
Honestly, this is veery alpha quality. It runs on mac on windows, but I know that I have some local modifications on both machines to make them work a little bit better for each platform. |
I updated the deps and added a package that seems to have vanished (pyBarcode). py2app is just for macos, use
to install dependencies, and then
to launch the app. |
Ok, got a bit further... On Linux I can start the App as you described above, but can not currently seem to talk to the rfcomm0 device. |
For mac, try the compiled binary. Does the device get listed? It should be using pyserial's list_ports_linux for the port list, but since #1 was reported, maybe that's not working? |
I tested build on Ubuntu 18.04, 20.04 and 22.04 with #37. Ubuntu 20.10 is EOL and should not be supported at this point. rfcomms connecting also works by now :) |
Not sure how to run / build this, I tried:
python3 setup.py py2app
and got
The text was updated successfully, but these errors were encountered: