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.

Add Python3 support

See original GitHub issue

Add 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:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cclausscommented, Oct 20, 2017

@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.

1reaction
Tardogcommented, Oct 18, 2017

Is there already someone working on Python 3 support? If not: I would like to take a crack on this.

Read more comments on GitHub >

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

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