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
I confirm this bug while building a docker image with arm64 target.
1226.1 npm ERR! gyp ERR! find Python
1226.1 npm ERR! gyp ERR! find Python Python is not set from command line or npm configuration
1226.1 npm ERR! gyp ERR! find Python Python is not set from environment variable PYTHON
1226.1 npm ERR! gyp ERR! find Python checking if "python3" can be used
1226.1 npm ERR! gyp ERR! find Python - "python3" is not in PATH or produced an error
1226.1 npm ERR! gyp ERR! find Python checking if "python" can be used
1226.1 npm ERR! gyp ERR! find Python - "python" is not in PATH or produced an error
1226.1 npm ERR! gyp ERR! find Python
1226.1 npm ERR! gyp ERR! find Python **********************************************************
1226.1 npm ERR! gyp ERR! find Python You need to install the latest version of Python.
1226.1 npm ERR! gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
1226.1 npm ERR! gyp ERR! find Python you can try one of the following options:
1226.1 npm ERR! gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
1226.1 npm ERR! gyp ERR! find Python (accepted by both node-gyp and npm)
1226.1 npm ERR! gyp ERR! find Python - Set the environment variable PYTHON
1226.1 npm ERR! gyp ERR! find Python - Set the npm configuration variable python:
1226.1 npm ERR! gyp ERR! find Python npm config set python "/path/to/pythonexecutable"
1226.1 npm ERR! gyp ERR! find Python For more information consult the documentation at:
1226.1 npm ERR! gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
1226.1 npm ERR! gyp ERR! find Python **********************************************************
Specs
Expected Behavior
leon create birth --docker --develop
can install and create the docker imageActual Behavior
fails with: see Error Log
How Do We Reproduce?
Probably just happens on an M1 Mac due to the Arm CPU it could be that ubuntu base image is missing the python3 package
After adding it the npm installation part worked
Extra (like a sample repo to reproduce the issue, etc.)
The text was updated successfully, but these errors were encountered: