-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linkchecker does not work with requests 2.10.0 (fails with This program requires Python requests 2.2.0 or later.) #649
Comments
It incorrectly inspects the version of 2.10+ and thinks it is lower than 2.2. See: wummel/linkchecker#649
I am the maintainer of the Fedora linkchecker package, and this issue affects the forthcoming Fedora 24. See also https://bugzilla.redhat.com/show_bug.cgi?id=1337343. |
I see the same bug using Ubuntu 16.04 and the 9.3-1 deb. |
Having the same issue on Ubuntu 16.04 and 9.3-1. Same as @ssk2 |
Should be fixed with c2ce810. Can we have a new release soon please? |
+1 for this on Python 2.7.12 on OS X 10.11.6 with 9.3 |
+1 for a new release please |
+1 for new release. |
+1 for a new release :) |
Tick-tock .. any pull-requests with repairs waiting on this? |
+1 |
1 similar comment
+1 |
still does not work on osx. |
Let's start with what I'm running.
The issue
|
OSX SIERRA 10.12.3 Darwin derpasaurus 16.4.0 Darwin Kernel Version 16.4.0: Thu Dec 22 22:53:21 PST 2016; root:xnu-3789.41.3~3/RELEASE_X86_64 x86_64 2017-01-29 21:24:17 ⌚ derpasaurus in ~ 2017-01-29 21:25:19 ⌚ derpasaurus in ~ 2017-01-29 21:25:28 ⌚ derpasaurus in ~ |
+1 |
+1 |
Given that I would love to see a new release sooner rather than later, but a work around for anyone else landing on this is to just downgrade the
|
@wdschei Another way of doing it is to use .deb package provided to install linkchecker. It contains this fix. |
Thank you for the issue report. Sadly this project is dead, and a new team is around with https://github.com/linkcheck/linkchecker |
Trying to install linkchecker into a python 2.7 virtual env currently fails apparently do to incompatibility with the just released requests 2.10.0
See below for an installation into a fresh python 2.7 virtual env on OSX 10.11 (We have seen the same issue on Travis CI (Ubuntu 12.04)
The text was updated successfully, but these errors were encountered: