We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing a fresh version of all dependencies and hangupsbot itself, this error is given when attempting to run hangupsbot.
hangupsbot.
Traceback (most recent call last): File "/usr/local/bin/hangupsbot", line 11, in load_entry_point('HangupsBot==1.7.1', 'console_scripts', 'hangupsbot')() File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 490, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2854, in load_entry_point return ep.load() File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2445, in load return self.resolve() File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2451, in resolve module = import(self.module_name, fromlist=['name'], level=0) File "/usr/local/lib/python3.8/dist-packages/HangupsBot-1.7.1-py3.8.egg/hangupsbot/main.py", line 90 asyncio.async( ^ SyntaxError: invalid syntax
Using python 3.8.2, asyncio 0.4.1 ( also tried the most recent version 3.4.3) and appdirs 1.4.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing a fresh version of all dependencies and hangupsbot itself, this error is given when attempting to run
hangupsbot.
Traceback (most recent call last):
File "/usr/local/bin/hangupsbot", line 11, in
load_entry_point('HangupsBot==1.7.1', 'console_scripts', 'hangupsbot')()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2854, in load_entry_point
return ep.load()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2445, in load
return self.resolve()
File "/usr/lib/python3/dist-packages/pkg_resources/init.py", line 2451, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python3.8/dist-packages/HangupsBot-1.7.1-py3.8.egg/hangupsbot/main.py", line 90
asyncio.async(
^
SyntaxError: invalid syntax
Using python 3.8.2, asyncio 0.4.1 ( also tried the most recent version 3.4.3) and appdirs 1.4.4
The text was updated successfully, but these errors were encountered: