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.

elasticsearch6 on pypi

See original GitHub issue

Can we cut an elasticsearch6 package for PyPI (similar to https://pypi.python.org/pypi/elasticsearch5)?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
fxdgearcommented, Feb 13, 2018

I’m sorry about difficulty there. ☹️

This repo follows the convention where pip install elasticsearch is for the most recent version of Elasticsearch.

When Elastic releases a new major version of Elasticsearch, we will update the package so that pip install elasticsearch will be for that new version.

We will also create a branch for the previous major version, and release a new package on PyPI for the previous major version.

So any release of elasticsearch6 will be at the time when Elasticsearch 7.x comes out. As of now, it’s not “imminent”.

0reactions
msukmanowskycommented, Feb 14, 2018

Understood, thanks for the clarification.

Read more comments on GitHub >

github_iconTop Results From Across the Web

elasticsearch6 - PyPI
Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries...
Read more >
elasticsearch6 6.8.0 clobbers previously installed elasticsearch
As of elasticsearch6==6.8.0 , install elasticsearch6 will clobber the existing ... I've released v6.8.1 to PyPI so this should be fixed.
Read more >
Top 5 elasticsearch6 Code Examples - Snyk
global vprint vprint = lambda *args, **kwargs: None # noqa: E731 es_version = get_elasticsearch_version(args.host, args.port) if es_version == "7": es_class ...
Read more >
Elasticsearch 6.8.2 documentation
Elasticsearch 6.x elasticsearch>=6.0.0,<7.0.0 # Elasticsearch 5.x elasticsearch>=5.0.0,<6.0.0 # Elasticsearch 2.x elasticsearch>=2.0.0,<3.0.0.
Read more >
elasticsearch6 6.8.2 - PythonFix.com
No elasticsearch6 pypi packages just yet. Errors. A list of common elasticsearch6 errors. Code Examples. Here are some elasticsearch6 code examples and snippets ......
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