Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Python 3.7.0b4 async keyword incompatibility #44

Closed
@mingwandroid

Description

@mingwandroid
import: 'elasticsearch_async'
Traceback (most recent call last):
  File "/opt/conda/conda-bld/elasticsearch-async_1525571278323/test_tmp/run_test.py", line 2, in <module>
    import elasticsearch_async
  File "/opt/conda/conda-bld/elasticsearch-async_1525571278323/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/elasticsearch_async/__init__.py", line 1, in <module>
    from .transport import AsyncTransport
  File "/opt/conda/conda-bld/elasticsearch-async_1525571278323/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/elasticsearch_async/transport.py", line 9, in <module>
    from .helpers import ensure_future
  File "/opt/conda/conda-bld/elasticsearch-async_1525571278323/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib/python3.7/site-packages/elasticsearch_async/helpers.py", line 3
    ensure_future = getattr(asyncio, 'ensure_future', asyncio.async)
                                                                  ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions