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

Is this works on python 2.7? #17

Open
kjur opened this issue Nov 27, 2020 · 2 comments
Open

Is this works on python 2.7? #17

kjur opened this issue Nov 27, 2020 · 2 comments
Assignees

Comments

@kjur
Copy link

kjur commented Nov 27, 2020

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?

@jcjones
Copy link
Contributor

jcjones commented Nov 27, 2020

The setup.py defines a minimum version of Python 3.7; older Setuptools doesn't understand the minimum version field, sadly.

@jcjones jcjones closed this as completed Nov 27, 2020
@jcjones
Copy link
Contributor

jcjones commented Nov 27, 2020

Actually, let's make sure that's up front in the README.

@jcjones jcjones reopened this Nov 27, 2020
@jcjones jcjones self-assigned this Nov 27, 2020
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

2 participants