Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Exception "Win32Exception" on Ubuntu GitHub Actions

Discussion in 'Linux' started by benzuk, Jan 4, 2021.

  1. benzuk

    benzuk

    Joined:
    Mar 11, 2014
    Posts:
    117
    Hi,

    I'm trying to build WebGL build with GitHub Actions on Ubuntu. I have seen that: https://forum.unity.com/threads/starting-to-build-for-webgl-from-ubuntu-20-04.905507/

    I tried to run these commands but not sure. It seems the latest python is already installed.

    Does anyone know how to fix it? Maybe someone tried to build WebGL using GitHub Actions on Ubuntu and can share their solution?

    Here is my log and more details on this exception: https://github.com/benukhanov/maple-fighters/runs/1646228848?check_suite_focus=true#step:4:6592

    Thanks!
     
  2. KevinWelton

    KevinWelton

    Joined:
    Jul 26, 2018
    Posts:
    239
    Looks like you need to create the /usr/bin/python symlink. I will send feedback to the WebGL guys.