-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ory build fails with: -m: command not found
#2542
Comments
@sarsharma Hope you don't mind me tagging you explicitly. It looks like there is supposed to be a GithubAction that automatically assigns you, but that currently fails: |
Hi @bblommers
Please note that buster based images and |
Hi @sarsharma, thank you for the reply - I can confirm that it does work with both the images you mentioned. Is there any documentation on what each tagged build contains? A tag called |
Hi @bblommers, there should be no issues with using githubactions image locally. This is the single build image we have decided to maintain going forward, we will update our docs accordingly. |
Great, thank you for the information @sarsharma! |
Bug Report
Using the
full-debian-bullseye
docker image, I'm not able to build a simple Python app, as it fails with the message:-m: command not found
Build log
Reproduction steps
Start the oryx image:
Create a simple app:
Run the build process:
Debug
The relevant lines in the build script, what's actually causing the error
-m command not found
:So it looks like the variable
$python
is not set.This problem also occurs with the
full-debian-buster
image.When running this against the
latest
image, I ran into #2162, which is why I attempted it using the newer buster/bullseye images.The text was updated successfully, but these errors were encountered: