PaddlePaddle 2.4.1 Removes python.so Dependency and Fixes Conda Execution Bug

What changed? In the 2.4.1 release, PaddlePaddle no longer depends on the python.so shared library. This removes a long‑standing runtime requirement that could cause crashes when the library was missing.

Why it matters (vendor claim): Users running PaddlePaddle inside Conda environments – and some other custom Python setups – reported execution failures because the interpreter could not locate python.so. By dropping this dependency, the 2.4.1 release restores stability across a broader range of deployment scenarios.

Impact: The fix is transparent to existing code; no API changes are introduced. Projects that previously hit the “cannot find python.so” error should now run without modification.

For a full list of changes, see the official release notes.