Python 3 support
See original GitHub issueIssue
I installed this lovely plugin and thought autocomplete wasn’t working until I realised that the library was only installed with pip3
. I set the plugin to python 3 using let g:jedi#force_py_version = 3
but got this error:
I did some research and thought perhaps compiling vim withpython3
will solve the issue but I got an error saying the plugin requires vim to be compiled with python
. I couldn’t get vim to compile with both versions as it seems only one can exist on a macbook so I’m not sure where to go from here.
Question: How do I get the plugin to work with python 3? I’m happy to change force_py_version
on a per project basis if necessary.
Steps to reproduce
Versions
- jedi-vim: master
- Vim / Neovim: Vim 8.0.124
- Python: 3
Issue Analytics
- State:
- Created 7 years ago
- Comments:9
Top Results From Across the Web
Status of Python Versions - Python Developer's Guide
Supported Versions#. Dates shown in italic are scheduled and can be adjusted. Branch. Schedule. Status. First release. End of life. Release manager. main....
Read more >Python - endoflife.date
Release Released Security Support
3.11 1 month and 3 weeks ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2...
3.10...
Read more >Is there official guide for Python 3.x release lifecycle?
Is there an official guide on how long Python 3.x gets support, backports, etc.? I couldn't find any information about Python release ...
Read more >Python 3 Support — Click Documentation (7.x)
Click supports Python 3, but like all other command line utility libraries, it suffers from the Unicode text model in Python 3. All...
Read more >Which Python Versions Does ActiveState Support?
Python 3 Versions ; Python 3.8, 10/14/2019, Maintained & Supported ; Python 3.7, 06/27/2018, Maintained & Supported ; Python 3.6, 12/23/2016, Licensing Only ......
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 FreeTop 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
Top GitHub Comments
The error I get.
@fayimora Have you set
$VIRTUAL_ENV
? Search the existing issues, IIRC it was discussed here a few times already.