timka7060
timka7060
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Will have to try it later
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Yes, I just installed 9.1.1270 and it works . Thank you very much 😃
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
First time building vim from source worked nicely. I tried building it before many times, but would get compile issues. Much simpler using the termux repo tools: https://wiki.termux.com/wiki/Building_packages
vim --version VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Apr 03 2025 01:06:50) Included patches: 1-1251
vim --version VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Apr 03 2025 01:06:50) Included patches: 1-1251
Now python also works 😃
vim --cmd 'python3 print(123)' --cmd ':qa!' 123
vim --cmd 'python3 print(123)' --cmd ':qa!' 123
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Thanks. Meanwhile for now I'm installing Vim from source
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
Would I need to build vim from source code or can I somehow install it via pkg?
pkg install vim=9.1.1251

Checking availability of current mirror: [*] https://is.mirror.flokinet.net/termux/termux-main: ok
Reading package lists... Done Building dependency tree... Done
Reading state information... Done Package vim is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Version '9.1.1251' for 'vim' was not found
pkg install vim=9.1.1251

Checking availability of current mirror: [*] https://is.mirror.flokinet.net/termux/termux-main: ok
Reading package lists... Done Building dependency tree... Done
Reading state information... Done Package vim is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Version '9.1.1251' for 'vim' was not found
16 replies
TTermux
Created by timka7060 on 4/2/2025 in #support
Vim cannot load python3 due to outdated symbol table
It seems that I need the 9.1.1251 version in order to use python3 in vim.
16 replies