fix: drop netifaces (unbuildable), harden build install #9
Reference in New Issue
Block a user
Delete Branch "fix/netifaces-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the ModuleNotFoundError: PySide6 crash in the packaged exe. netifaces broke
pip install -e .(no wheel, needs MSVC); replaced with socket-based LAN IP detection and made pip failures fatal + added a runtime-import smoke check.