Python3 support problem
See original GitHub issueI still can’t make this work. On Debian, 10 I have:
vim --version | grep python
+comments +libcall -python +visualextra
+conceal +linebreak -python3 +viminfo
and
python -V
Python 3.7.3
but Vim complains:
:python3 is not available, vdebug will not be loaded.
Any idea?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Common migration problems — Supporting Python 3
The solution to these problems for Python 2.5 and later is to convert the imports to relative imports and add the __future__ import...
Read more >Porting Python 2 Code to Python 3 — Python 3.11.1 ...
A key point about supporting Python 2 & 3 simultaneously is that you can start today! Even if your dependencies are not supporting...
Read more >Installing Vim with Python3 support? - Stack Overflow
1.run the below on terminal brew reinstall python3 · 2.continue run on terminal brew uninstall vim · 3.run on terminal brew install vim...
Read more >Python 3 Support — Click Documentation (7.x)
Click supports Python 3, but like all other command line utility libraries, it suffers ... At the moment, Click suffers from a few...
Read more >python3 support or workaround · Issue #1353 - GitHub
you may want to remove some print "hello" lines in some modules of your project. The syntax causes an error in Python 3,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

which package of vim do you have installed, I just installed
vim-noxand that one has +python3Thanks, with vim-nox it definitely works!