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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >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
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.
Any ETA of “when we can”? One month after still no Python 3.7 support. And the fix is not very difficult.