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.

Make psq Python3.7 compatible

See original GitHub issue
 File "task.py", line 4, in <module>
    from psq import Queue
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/psq/__init__.py", line 24, in <module>
    from .broadcast_queue import BroadcastQueue
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/psq/broadcast_queue.py", line 20, in <module>
    from . import queue
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/psq/queue.py", line 37
    name='default', storage=None, extra_context=None, async=True):

async and await are now reserved keywords. https://docs.python.org/3/whatsnew/3.7.html

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
theacodescommented, Aug 29, 2018

No ETA. Please keep in mind that this is not an officially supported client library, it is a community-supported utility. The underlying Pub/Sub client library is officially supported and works with 3.7.

1reaction
VelizarVESSELINOVcommented, Aug 29, 2018

Any ETA of “when we can”? One month after still no Python 3.7 support. And the fix is not very difficult.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to PIP Install Requests Python Package - ActiveState
Click to PIP install Requests package and understand the alternative ways of working with Requests.
Read more >
What's New In Python 3.8 — Python 3.11.1 documentation
This article explains the new features in Python 3.8, compared to 3.7. ... Release builds and debug builds are now ABI compatible: defining...
Read more >
How to Install Python 3.7 on CentOS/RHEL 8 - TecAdmin
make altinstall is used to prevent replacing the default python binary file /usr/bin/python and create separate binary file.
Read more >
Using Python 3 in virtualenv - Stack Overflow
On one project, I need to use Python 3.4. I used brew install python3 to install it on my Mac. Now, how do...
Read more >
Apache Beam Python SDK Quickstart
Install pip. Install pip, Python's package manager. Check that you have version 7.0.0 or newer by running: pip --version.
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