Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receiving SyntaxError on call to Asyncio.async #34

Open
Evanlec opened this issue Apr 1, 2019 · 2 comments
Open

Receiving SyntaxError on call to Asyncio.async #34

Evanlec opened this issue Apr 1, 2019 · 2 comments

Comments

@Evanlec
Copy link

Evanlec commented Apr 1, 2019

When I attempt to run qhangouts (I'm on Archlinux) I get this:

[el@arch64:~/react-assessment]$ qhangups 
Traceback (most recent call last):
  File "/usr/bin/qhangups", line 11, in <module>
    load_entry_point('QHangups==1.8.1', 'gui_scripts', 'qhangups')()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load
    return self.resolve()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.7/site-packages/qhangups/__main__.py", line 204
    asyncio.async(
                ^
SyntaxError: invalid syntax

Referring to this line:

asyncio.async(

@keithzg
Copy link

keithzg commented Jan 25, 2020

Running into the same issue, on admittedly a weird platform to be trying to run QHangups on: SailfishOS! Running Python 3.7.2, and my traceback looks identical to the one above.

@felmur
Copy link

felmur commented May 2, 2020

Python 3.8.2, running into the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants