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
ubuntu20.04 python3.8
There are some errors when I run ogcserver...
Traceback (most recent call last): File "/usr/local/bin/ogcserver", line 4, in import('pkg_resources').run_script('ogcserver==0.1.1', 'ogcserver') File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 1469, in run_script script_code = compile(script_text, script_filename, 'exec') File "/usr/local/lib/python3.8/dist-packages/ogcserver-0.1.1-py3.8.egg/EGG-INFO/scripts/ogcserver", line 48 print "Listening at %s:%s...." % (host,port) ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
It looks like the print function's error.
Sorry, something went wrong.
No branches or pull requests
ubuntu20.04
python3.8
There are some errors when I run ogcserver...
Traceback (most recent call last):
File "/usr/local/bin/ogcserver", line 4, in
import('pkg_resources').run_script('ogcserver==0.1.1', 'ogcserver')
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 666, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py", line 1469, in run_script
script_code = compile(script_text, script_filename, 'exec')
File "/usr/local/lib/python3.8/dist-packages/ogcserver-0.1.1-py3.8.egg/EGG-INFO/scripts/ogcserver", line 48
print "Listening at %s:%s...." % (host,port)
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: