Search Issue Tracker
Fixed in 2019.1
Votes
0
Found in
2017.1.0f3
Issue ID
938826
Regression
No
WebGL build fails, conflicting with existing Emscripten&Python installation
Python binary path added to Environment Variable Path on Windows causes conflict with WebGL Build Tools
1. What happened
When attempting to make WebGL build i got the following error:
File "C:\tools\python\lib\site.py", line 176
file=sys.stderr)
^
SyntaxError: invalid syntax
2. How we can reproduce it using the example you attached
a. Set path to a custom Python installation, such that python.exe is in the path and accessible from e.g. the command line (edit system environment variables > system variables > Path > add e.g. ;c:\tools\python;)
b. Launch Unity Editor after the change to the path variable.
c. Make a WebGL build
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Nodes in the Vertex block are deleted when the edge connected to the Node is deleted
- Changes to instanced detail mesh material don't immediately apply
- Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
- [Profiler] Scrubbing through filtered frames or sorting their data replaces the displayed data with duplicated data entries
- Errors are thrown and Sub Emitter is not reparented when trying to reparent Sub Emitters of Prefabs
Add comment