In F41, the launching vim from terminal shows error: Error: Required vim compiled with +python3 In vim, :py3 import sys; print(sys.version) is giving error: E448: Could not load library function _PyObject_NextNotImplemented This behaviour is breaking the popular vim plugins like ultisnips unusable. Reproducible: Always Steps to Reproduce: 1. Install vim-X11 2. Launch vim/gvim from terminal 3. in vim, put the command: :py3 import sys; print(sys.version) Actual Results: Popular plugins are not working Expected Results: :py3 import sys; print(sys.version) should give the python version I guess, vim is compiled with python 3.12. But, in F41B, the default python is 3.13-rc02.
*** This bug has been marked as a duplicate of bug 2311860 ***