Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

error when install in atom #113

Closed
mattheusv opened this issue Apr 4, 2019 · 6 comments
Closed

error when install in atom #113

mattheusv opened this issue Apr 4, 2019 · 6 comments

Comments

@mattheusv
Copy link

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

@gmist
Copy link
Member

gmist commented Apr 4, 2019

What happen??

You're using Python 3.7

@mattheusv
Copy link
Author

this linter not work with python 3.7?

@mattheusv
Copy link
Author

maybe should be useful add in readme the python version requirements

@Arcanemagus
Copy link
Member

This works perfectly fine in Python 3.7, you just need to go into the settings and change it to use External for the version of Pylama. Make sure that Pylama has been installed on your system first before switching to that.

The customized bundled version of pylama is unfortunately the problem here, not the integration itself.

@Arcanemagus
Copy link
Member

Looks like this is actually a duplicate issue.

@Arcanemagus
Copy link
Member

Duplicate of #102

@Arcanemagus Arcanemagus marked this as a duplicate of #102 Apr 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants