-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rebuild: ModuleNotFoundError: No module named 'zeroconf._utils.ipaddress' #9
Comments
Hi, I've built the binary on my Pop OS 22.04 LTS machine which has glibc version 2.35. I'm aware this will cause issues for users using a distro with an older glib version.
Honestly, I have no idea why this issue is related to zeroconf. I believe you will have to setup the environment to build from source, until I set up a GitHub action that builds a binary on an older Ubuntu version. |
Strange, as baseline |
|
I don't think it's a pymobobiledevice3 issue. It's a pyinstaller problem, particularly the way it handles app binary packaging, thus causing the glibc error. |
Did the hack to circumvent flet
|
I think you're using a newer version of Flet. I've used the older Flet v0.19.0. I'll need to refactor and consider the various new Flet changes in the future. |
I believe you have to modify the spec file, as mentioned here: python-zeroconf/python-zeroconf#1385 |
Tried prebuilt binary but it failed due to GLib version.
So tried to rebuild, after installing pymobiledevice3 and adding all deps: resulting binary gives:
I have zeroconf installed:
Maybe a pymobiledevice3-side issue?
Thanks for any thought.
The text was updated successfully, but these errors were encountered: