it's inside the Container, not on the host. I have python installed and it works, but just not inside the container.
I've also tried to install it inside the Container using this command: "npm install xcode-build-tools". Did not work either.
p
plain-house-98998
01/05/2022, 9:05 AM
I recently tried to setup docker/sdk on m1, and did not get this error. Have You tried to reset everything? Is it always appearing?
I had to reset a few times before it made through, but in the end it succeeded
plain-house-98998
01/05/2022, 9:06 AM
Are You using standard images for all parts of the project?
c
cool-laptop-65413
01/05/2022, 1:26 PM
Yes, it was indeed caused by the image "spryker/php:8.0-alpine3.13" where there is no python preinstalled. We solved this by switching to "spryker/php:8.0-alpine3.12" for now