Recenty, Github Action CI got this bootstrap error...
# general
c
Recenty, Github Action CI got this bootstrap error. I have seen something has been changed(link) in example-django ropo. Do I need to change something to fix this?
Copy code
Run mkdir .tmp
  mkdir .tmp
  ./pants --no-verify-config version
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.9.16/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.16/x64/lib
  
./pants: line 400: /home/runner/.cache/pants/setup/bootstrap-Linux-x86_64/2.13.0_py39/bin/python: No such file or directory
Error: Process completed with exit code 127.
b
If you're caching the pants cache, it links to python. If you use ubuntu-latest, it bumped to 22, which would have a different location
👍 1
c
Thanks for support! @bitter-ability-32190 I have changed it right away!