Hi,
I am trying to obtain a netlify preview of PR submitted to a GitHub repository:
https://github.com/carpentries-incubator/SDC-BIDS-dMRI/pull/222
Previews were working previously on a team member’s team:
Netlify App
This team member is no longer involved in the project, and I decided to import the project into my netlify team, under the name sdc-bids-dmri
:
Netlify App
However, the deploy of the PR at issue is failing:
Netlify App
with the following error:
5:48:29 PM: Starting to install dependencies
5:48:30 PM: /opt/build-bin/run-build-functions.sh: line 328: /opt/buildhome/pythonpython-3.10/bin/activate: No such file or directory
5:48:30 PM: Error setting python version from runtime.txt
the full trace being:
5:48:30 PM: Failed during stage 'Install dependencies': dependency_installation script returned non-zero exit code: 1
5:48:27 PM: build-image version: 73f16e520fdddf409be6f578c8c2c8941bdf32d3 (focal)
5:48:27 PM: buildbot version: 90ac05c3f28c9e1d686d93dcb23af6d6b5cc1396
5:48:27 PM: Fetching cached dependencies
5:48:27 PM: Failed to fetch cache, continuing with build
5:48:27 PM: Starting to prepare the repo for build
5:48:27 PM: No cached dependencies found. Cloning fresh repo
5:48:27 PM: git clone --filter=blob:none https://github.com/carpentries-incubator/SDC-BIDS-dMRI
5:48:28 PM: Preparing Git Reference refs/heads/main
5:48:29 PM: Starting to install dependencies
5:48:30 PM: /opt/build-bin/run-build-functions.sh: line 328: /opt/buildhome/pythonpython-3.10/bin/activate: No such file or directory
5:48:30 PM: Error setting python version from runtime.txt
Build and deploy settings were left to their default values when importing the project.
What am I missing to make the build preview succeed?
Thanks,