Add Python3 support
See original GitHub issueAdd Python3 support project-wide
- Double-check everything works before sending the pull request
- Make sure you did not brake the Python2.7 support
- Check if Universal Wheels working correctly:
python setup.py bdist_wheel --universal
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
3. Configure Python — Python 3.11.1 documentation
Configure Options: List all./configure script options using: See also the Misc/SpecialBuilds.txt in the Python source distribution.
Read more >Installing Vim with Python3 support? - Stack Overflow
First, use brew to remove vim you should input brew uninstall vim .Then try to reinstall vim. For instance, if you wanted to...
Read more >Installing or building vim with +python3 support for Python 3.7 ...
Probably your default python3 is 3.6 . You need, then, tell the build process to use python3.7 . You can do that with...
Read more >IDE :: Compiling Vim with Python3 support - DEV Community
Compile Vim with Python3 support. git clone https://github.com/vim/vim.git cd vim/src ./configure --enable-python3interp make sudo make ...
Read more >T216022 Add python3 support for ElectionBot
I'd love if @Rxy could help me. My Python coding is horrible, and the tools.stewardbots project is a total and absolute mess of...
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
@Tardog I would recommend steps 0 and 1 of http://python-future.org/futurize_cheatsheet.html Then see if step 2 is needed or not. This is a safe approach that avoids a lot of tedious changes.
Is there already someone working on Python 3 support? If not: I would like to take a crack on this.