rawrawr
Deployment failed after migrating
build seems to be complaining about the version of python... is there a way I can set a lower version?... tried the env
NIXPACKS_PYTHON_VERSION
but no go there...
33.42 Node.js configure: Found Python 3.11.5...
33.42 Please use python3.10 or python3.9 or python3.8 or python3.7 or python3.6 or python3.5 or python2.7.
33.96 error: builder for '/nix/store/hh8n2lf9hxvjrp2rgp6542acrcyg153i-nodejs-14.21.3.drv' failed with exit code 1
33.99 error: 1 dependencies of derivation '/nix/store/hr6azazr0rnipm5vda93z8fql7d6q20a-bf744fe90419885eefced41b3e5ae442d732712d-env.drv' failed to build
-----
Dockerfile:8
-------------------
6 |
7 | COPY .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix
8 | >>> RUN nix-env -if .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix && nix-collect-garbage -d
9 |
10 |
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c nix-env -if .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix && nix-collect-garbage -d" did not complete successfully: exit code: 100
Error: Docker build failed32 replies
Deployment failed after migrating
it looks like my variables were looking fine, I added a new temp variable to get the service to redeploy and I got "Error deploying to changed environments"
Of concern is now the other variables are now hashed or something i.e.
==AB12CD34...
32 replies