Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
When runningmake -j install, it is possible for thepython3 symlink to be installed before all standard library modules are installed. If an external program tries to run Python at this moment it can lead to an execution error.
We are getting sporadic build errors at OpenWrt (openwrt/packages#19241) and believe this to be the cause, that during the build for "host" Python (Python that runs on the buildbot), another package being built tries to run a script using this Python because thepython3 symlink is in place.
Your environment
- CPython versions tested on: 3.10
- Operating system and architecture: Linux, not sure exactly which distribution