Search Issue Tracker
Fixed in 2021.2.X
Votes
1
Found in
Issue ID
1305719
Regression
No
[Linux] WebGL builds fail if the /usr/bin/python symlink is not present
On a supported Linux config such as Ubuntu 2018.4:
1) Check if /usr/bin/python symlink exists.
2) If it does, either delete it or rename it.
3) Do a WebGL build of a project.
Result: Build fails because the WebGL IL2CPP build can't find /usr/bin/python.
Expected: Check for /usr/bin/python2 or /usr/bin/python3 symlinks if /usr/bin/python isn't present, since either works.
DON'T FORGET TO RESTORE YOUR /usr/bin/python SYMLINK!
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
unity_ACA5D91CD3689F2863A3
Dec 12, 2021 14:17
Found on web ..might help
quizcure.com/python/modulenotfounderror-no-module-named-exceptions
github.com/micropython/micropython/issues/1616