-
Notifications
You must be signed in to change notification settings - Fork 923
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
gateone.async import issue #730
Comments
same thing on archlinux |
same issue on debian 10 - python 3.7.3 |
Python 3.7.0 (default, Sep 14 2018, 15:27:31) That env yet this PB. |
Ran into the same issue, it would appear that |
I just opened the following pull request that addresses this issue. #748: Stop using reserved keywords |
@krypterro Would you mind giving us some context for why you just closed this issue? Is it somehow already resolved? |
Ubuntu 16.04 system, with Python3.7
root@admin:/home/krypterro/files/GateOne-master# gateone --help
Traceback (most recent call last):
File "/usr/local/bin/gateone", line 11, in
load_entry_point('gateone==1.2.0', 'console_scripts', 'gateone')()
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 487, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 2728, in load_entry_point
return ep.load()
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 2346, in load
return self.resolve()
File "/usr/local/lib/python3.7/site-packages/pkg_resources/init.py", line 2352, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/local/lib/python3.7/site-packages/gateone-1.2.0-py3.7.egg/gateone/core/server.py", line 404
from gateone.async import MultiprocessRunner, ThreadedRunner
^
SyntaxError: invalid syntax
root@admin:/home/krypterro/files/GateOne-master#
The text was updated successfully, but these errors were encountered: