So, it looks like my beloved https://orbstack.dev just made a change that forces me to use their local where a container called foo has the locally-resolvable host name foo.orb.local with constantly changing IPs.
Unfortunately, python-build-standalone Pythons can't resolve these. socket.gethostbyname() fails with
gaierror: [Errno 8] nodename nor servname provided, or not known
While it works on Homebrew & the official builds. Is there any chance for this ever working?
So, it looks like my beloved https://orbstack.dev just made a change that forces me to use their local where a container called
foohas the locally-resolvable host namefoo.orb.localwith constantly changing IPs.Unfortunately, python-build-standalone Pythons can't resolve these.
socket.gethostbyname()fails withWhile it works on Homebrew & the official builds. Is there any chance for this ever working?