question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python3 support problem

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
BlackIkeEaglecommented, Feb 3, 2020

which package of vim do you have installed, I just installed vim-nox and that one has +python3

0reactions
welblaudcommented, Feb 3, 2020

Thanks, with vim-nox it definitely works!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found