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.

impyla does not support Python 3.7

See original GitHub issue

Python 3.7 introduced a change which made async a reserved keyword

>>> from impala.dbapi import connect
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "../.venv/lib/python3.7/site-packages/impala/dbapi.py", line 28, in <module>
    import impala.hiveserver2 as hs2
  File "../.venv/lib/python3.7/site-packages/impala/hiveserver2.py", line 340
    async=True)
        ^
SyntaxError: invalid syntax
Python 3.7.0
impyla==0.14.1

Issue Analytics

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

github_iconTop GitHub Comments

7reactions
ddonetskovcommented, Nov 8, 2018

Just to confirm that I’ve faced the same issue with Python 3.7.1 and impyla 0.14.1.

3reactions
dknuppcommented, Mar 18, 2019

Alpha release 0.15a1 is now up on pypi for anyone to try out. pip install impyla==0.15a1

Read more comments on GitHub >

github_iconTop Results From Across the Web

impyla - PyPI
Python client for HiveServer2 implementations (e.g., Impala, Hive) for distributed query engines. For higher-level Impala functionality, including a Pandas-like ...
Read more >
Pip thrift and impyla not installing on Linux - Stack Overflow
I'm trying to get pip (3.6) to install the packages thrift-sasl, thrift-py and impyla, on CentOS 6, and I keep getting this error....
Read more >
Is there a working Python Hive library that connects to a ...
I have tried using the following Python libraries to connect to a kerberised Hive instance: PyHive Impyla Pyhs2. None of them seem to...
Read more >
Packages for 64-bit Windows with Python 3.7
Name Version Summary / License _libgcc_mutex 0.1 Mutex for libgcc and libgcc‑ng / None aiofiles 0.7.0 File support for asyncio / Apache 2.0 alembic 1.8.1 A...
Read more >
impyla Changelog - PyUp.io
PyUp actively tracks 464,792 Python packages for vulnerabilities to keep your ... Fix an issue where datetime or date is not correctly quoted...
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