This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
error when install in atom #113
Comments
You're using Python 3.7 |
this linter not work with python 3.7? |
maybe should be useful add in readme the python version requirements |
This works perfectly fine in Python 3.7, you just need to go into the settings and change it to use The customized bundled version of |
Looks like this is actually a duplicate issue. |
Duplicate of #102 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I install pylma in atom, and when I save .py file I got this error:
Traceback (most recent call last): File "/home/matheus/.atom/packages/linter-pylama/bin/pylama.py", line 12, in from pylama.main import shell File "/home/matheus/.atom/packages/linter-pylama/bin/pylama/main.py", line 10 from .async import check_async ^ SyntaxError: invalid syntax
What happen??
I'm usigin python 3.7.2
$ python -V
$ Python 3.7.3
The text was updated successfully, but these errors were encountered: