You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the release of UE 5.7, Epic updated the internal environment. Unreal Engine 5.7.3 uses Python 3.12.x as its internal scripting base.
This confirms why your earlier build failed: you were attempting to use Python 3.14, which is still ahead of the engine's current integration and lacks the necessary pre-built binaries.
So for better compatibility... use Python 3.12.x
It might explain some of the problems I've been having.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Unreal Engine 5.7.3 & Python
With the release of UE 5.7, Epic updated the internal environment. Unreal Engine 5.7.3 uses Python 3.12.x as its internal scripting base.
This confirms why your earlier build failed: you were attempting to use Python 3.14, which is still ahead of the engine's current integration and lacks the necessary pre-built binaries.
So for better compatibility... use Python 3.12.x
It might explain some of the problems I've been having.
Beta Was this translation helpful? Give feedback.
All reactions