Open
Description
Environment
- Python 3.12.2
zeroconf.__version__
'0.132.2'- Windows 11
Description
Launching an exe created by PyInstaller results in:
Traceback (most recent call last):
File "main.py", line 35, in <module>
from zeroconf import ServiceBrowser, ServiceListener, Zeroconf
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "zeroconf\__init__.py", line 26, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "zeroconf\_core.py", line 32, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 419, in exec_module
File "zeroconf\_engine.py", line 38, in <module>
File "src\\zeroconf\\_listener.py", line 1, in init zeroconf._listener
File "src\\zeroconf\\_services\\info.py", line 1, in init zeroconf._services.info
ModuleNotFoundError: No module named 'zeroconf._utils.ipaddress'
[11808] Failed to execute script 'main' due to unhandled exception!
- The exact same error happens if using
import zeroconf
. - For some reason, the only file in the zeroconf/_utils folder is time.cp312-win_amd64.pyd (notice there is no ipaddress module there)
Related issues
- Issue compiling into exe with pyinstaller #1363 (seems to have a different cause & issue)
- WARNING: lib not found: api-ms-win-crt-*.dll pyinstaller/pyinstaller#4047 (I'll try this solution and say what happened if it helped)
Metadata
Metadata
Assignees
Labels
No labels