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.

Request for Python 3 support

See original GitHub issue

I love this tool, especially the image diff capabilities! I wish it had Python 3 support. I can install it with python3 -m pip install webdiff, but the code isn’t Python 3 compatible.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
daytonbcommented, Mar 23, 2017

Python 2

If you do have python2 on your system, you can install it with the python2 pip and it will use python2. The best way to ensure which version of Python you’ve installed it on is by using pip as a module as follows:

$ python2 -m pip install webdiff

Install webdiff with the above command and when you run webdiff or git webdiff it will work.

Python 3

Alternatively, if you apply the patches in my pull request you could install it for python3 but not with pip trying to install from pypi.org. If you have more questions feel free to ask them.

0reactions
daytonbcommented, May 24, 2017

As of release 0.13.0, webdiff supports Python3. You should be able to pip install it in Python2 or Python3.

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTTP Requests in Python 3 - Twilio
Requests is a favorite library in the Python community because it is concise and easy to use. Requests is powered by urllib3 and...
Read more >
Requests: HTTP for Humans™ — Requests 2.28.1 ...
Requests is an elegant and simple HTTP library for Python, built for human beings. ... Requests officially supports Python 3.7+, and runs great...
Read more >
Requests - PyPI
Requests officially supports Python 3.7+. Supported Features & Best–Practices. Requests is ready for the demands of building robust and reliable HTTP–speaking ...
Read more >
How to PIP Install Requests Python Package - ActiveState
You can use pip to install a specific version of the Requests module into a Virtualenv environment for Python 2 or Venv for...
Read more >
Python's Requests Library (Guide)
Python's Requests Library (Guide) ; Make requests using the most common HTTP methods ; Customize your requests' headers and data, using the query...
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