Version 5.5.0/5.5.1 have too strict urllib2 requirements
See original GitHub issueHi!
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:
- Created 6 years ago
- Reactions:5
- Comments:12 (4 by maintainers)
Top 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 >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
Many thanks for the
elasticsearch==5.5.2
release - working great now 😃Fantastic. Thank you for closing. 😃