Bug 2313956 - Error: Required vim compiled with +python3
Summary: Error: Required vim compiled with +python3
Keywords:
Status: CLOSED DUPLICATE of bug 2311860
Alias: None
Product: Fedora
Classification: Fedora
Component: vim
Version: 41
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Zdenek Dohnal
QA Contact: Fedora Extras Quality Assurance
URL: https://x0.at/LIiQ.png
Whiteboard: https://discussion.fedoraproject.org...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-21 07:26 UTC by RudraB
Modified: 2024-09-21 14:19 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-09-21 14:19:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description RudraB 2024-09-21 07:26:33 UTC
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.

Comment 1 RudraB 2024-09-21 14:19:41 UTC

*** This bug has been marked as a duplicate of bug 2311860 ***


Note You need to log in before you can comment on or make changes to this bug.