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
I've installed this for python 2.7 and I got following error:
$ moz_crlite_query Traceback (most recent call last): File "/usr/local/bin/moz_crlite_query", line 5, in <module> from crlite_query.query_cli import main File "/usr/local/lib/python2.7/site-packages/crlite_query/__init__.py", line 26 def ensure_local(*, base_url, entry, local_path): ^ SyntaxError: invalid syntax
Is this works on python 2.7? Is this requires python3 or later?
The text was updated successfully, but these errors were encountered:
The setup.py defines a minimum version of Python 3.7; older Setuptools doesn't understand the minimum version field, sadly.
Sorry, something went wrong.
Actually, let's make sure that's up front in the README.
jcjones
No branches or pull requests
I've installed this for python 2.7 and I got following error:
Is this works on python 2.7? Is this requires python3 or later?
The text was updated successfully, but these errors were encountered: