I use mise to use Vim 9.1 for testing a Vim plugin I am developing/maintaining. Recently it has stopped working, and I believe it is because I use the ubuntu-latest image and that this recently upgraded from 22.04 to 24.04.
The error can be seen here, copied for convenience:
/home/runner/.local/share/mise/installs/vim/latest/bin/vim: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory
make: [Makefile:14: sysinfo] Error 127 (ignored)
**** SYSTEM INFORMATION ****
make -C test-bibfiles
/home/runner/.local/share/mise/installs/vim/latest/bin/vim: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory
make[1]: *** [Makefile:14: test_revtex] Error 127
make: *** [Makefile:18: test-bibfiles] Error 2
Error: Process completed with exit code 2.
I believe I could just downgrade to ubuntu 22.04, but I first want to hear if this either 1) is a bug, or 2) a problem that I can easily fix on my end.
I use
mise
to use Vim 9.1 for testing a Vim plugin I am developing/maintaining. Recently it has stopped working, and I believe it is because I use theubuntu-latest
image and that this recently upgraded from 22.04 to 24.04.The error can be seen here, copied for convenience:
My workflow description is here.
I believe I could just downgrade to ubuntu 22.04, but I first want to hear if this either 1) is a bug, or 2) a problem that I can easily fix on my end.