-
Notifications
You must be signed in to change notification settings - Fork 52
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
pixi run build failed - fresh ubuntu <strike>22.04</strike>24.04 #1281
Comments
Hi @pieper , thanks for reporting the issues you encountered. It is unexpected that it would be complaining about a missing python because it should be using the python pixi provides in the .pixi folder.
This is due to a configuration issue, and maybe we can improve ITK-Wasm's configuration so it just works by default. To help diagnose the issue, what is the value of |
Hi Matt @thewtex - Thanks for your help with this. I agree, it will be great to get to a point where this just works.
There is none. All lines in that file are commented out. Details
exouser@itkwasm:~$ cat /etc/containers/registries.conf For more information on this configuration file, see containers-registries.conf(5).NOTE: RISK OF USING UNQUALIFIED IMAGE NAMESWe recommend always using fully qualified image names including the registryserver (full dns name), namespace, image name, and tag(e.g., registry.redhat.io/ubi8/ubi:latest). Pulling by digest (i.e.,quay.io/repository/name@digest) further eliminates the ambiguity of tags.When using short names, there is always an inherent risk that the image beingpulled could be spoofed. For example, a user wants to pull an image named
|
Avoid issues with unqualified-search-registries not set in /etc/containers/registries.conf, which is the default for some podman installations. Issue InsightSoftwareConsortium#1281.
@pieper Steve, thanks for the information and improving the experience! Please try out #1285 . And extra step is documented for getting started quickly -- the steps are now: ./src/docker/pull.sh
pixi run build
pixi run test
Yes, let's fix that, too, if we can. |
Hi @thewtex - After some time is started up and is now running, so I guess this is some kind of error in the progress reporting. I'll check back later to see how it goes. |
The network issue appears to have been transient, so when I ran again I encountered the python issue, so I broke that into a new issue #1289. |
The build made it further, but died again. Perhaps it's out of ram. The machine has 30GB and 8 cores, but no swap configured.
|
Running |
Tested on fresh ubuntu 22.04 machine.
Installed pixi and podman, both seemed to work.
Ran
pixi run build
which ran for a long time and then complained about missing python. Installed python 3.12.3 and restarted build. Ran for a long time and then gave this error:Ran again and it failed in the same place.
The text was updated successfully, but these errors were encountered: