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
One of machines had python binary named python (instead of python3). I looked into source code and discovered CARGO_ZIGBUILD_PYTHON_PATH, then used it, cargo zigbuild worked properly.
Also, the error due to not-finding python is reported as
One of machines had python binary named python (instead of python3). I looked into source code and discovered
CARGO_ZIGBUILD_PYTHON_PATH
, then used it, cargo zigbuild worked properly.Also, the error due to not-finding python is reported as
Two suggestions:
CARGO_ZIGBUILD_PYTHON_PATH
(I was not able to find docs about this)The text was updated successfully, but these errors were encountered: