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.

Version 5.5.0/5.5.1 have too strict urllib2 requirements

See original GitHub issue

Hi!

Upgrading from 5.4.0 to either 5.5.0 or 5.5.1 causes our Travis run to start failing with:

$ pip check
elasticsearch 5.5.1 has requirement urllib3<1.22,>=1.21.1, but you have urllib3 1.22.

It looks like perhaps there was a rebasing issue, since #636 loosened the requirements but this isn’t present in 5.5.0/5.5.1, even though it’s on master?

Compare 5.5.0/5.5.1: https://github.com/elastic/elasticsearch-py/blob/5.5.0/setup.py#L15 https://github.com/elastic/elasticsearch-py/blob/5.5.1/setup.py#L15

…with master: https://github.com/elastic/elasticsearch-py/blob/4e6a05f614650a9802c704245a0380c842429870/setup.py#L15

Many thanks 😃

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
edmorleycommented, Jan 16, 2018

Many thanks for the elasticsearch==5.5.2 release - working great now 😃

0reactions
fxdgearcommented, Jan 16, 2018

Fantastic. Thank you for closing. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Need to install urllib2 for Python 3.5.1 - Stack Overflow
I want to use urllib2 module. I tried installing it but I was told that it's been split into urllib.request and urllib.error for...
Read more >
HOWTO Fetch Internet Resources Using The urllib Package ...
urllib.request is a Python module for fetching URLs (Uniform Resource Locators). It offers a very simple interface, in the form of the urlopen...
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