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
File "L:\ThirdParty\rust\rust-workdir\src\bootstrap\bootstrap.py", line 184, in default_build_triple
ostype = require(["uname", "-s"], exit=required).decode(default_encoding)
AttributeError: 'NoneType' object has no attribute 'decode'
In #71819, this code is added in bootstrap.py
And on windows, this error is emitted:
@jyn514 cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: