This isn't as much of an issue as it is a question honestly. It seems that I'm missing some essential piece of knowledge from the PyApp & Hatch integration, but I believe that I should be to generate standalone executables with it.
I'm unsure if this is an issue of Hatch or PyApp really, but to me it seems that Hatch could call PyApp in such a way that it includes all of the project's dependencies in the final executable, avoiding the need for network calls being made at all when executing the generated bundle. I've played around with app combinations of PYAPP env variables and still I can't get an executable that does no network calls at all.
Am I really missing something? I know there's an almost two year old issue and PR regarding improvements to this integration (#1423 & #1547), but I'm unsure if they regard this specific question that I have.
This isn't as much of an issue as it is a question honestly. It seems that I'm missing some essential piece of knowledge from the PyApp & Hatch integration, but I believe that I should be to generate standalone executables with it.
I'm unsure if this is an issue of Hatch or PyApp really, but to me it seems that Hatch could call PyApp in such a way that it includes all of the project's dependencies in the final executable, avoiding the need for network calls being made at all when executing the generated bundle. I've played around with app combinations of PYAPP env variables and still I can't get an executable that does no network calls at all.
Am I really missing something? I know there's an almost two year old issue and PR regarding improvements to this integration (#1423 & #1547), but I'm unsure if they regard this specific question that I have.