Skip to main content
Topic: vim python support is broken (Read 196 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

vim python support is broken

Python support doesn't work for current vim 9.1.0785-1:

`:py3 pass` gives the following error:

```
E370: Could not load library libpython3.12.so.1.0: libpython3.12.so.1.0: cannot open shared object file: No such file or directory
E263: Sorry, this command is disabled, the Python library could not be loaded.
```

vim package needs to be rebuilt against python 3.13.1-1 in System.

Re: vim python support is broken

Reply #1
Exact same issue here!