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

Support python3 as interpreter for internal pylama #117

Open
mfonville opened this issue May 19, 2020 · 1 comment
Open

Support python3 as interpreter for internal pylama #117

mfonville opened this issue May 19, 2020 · 1 comment

Comments

@mfonville
Copy link

With python2 EOL and distro's not packaging python2 anymore (or deprecating it) and atom also finally dropping python2 as a requirement (today with 1.47.0) and python3 taking its place as default. linter-pylama fails if python is not installed, and if it does not refer to python2. Because if it points to python3 instead it gives the error:

Traceback (most recent call last): File "/home/xxx/.atom/packages/linter-pylama/bin/pylama.py", line 12, in from pylama.main import shell File "/home/xxx/.atom/packages/linter-pylama/bin/pylama/main.py", line 10 from .async import check_async ^ SyntaxError: invalid syntax

Could linter-pylama please support having python3 as interpreter for the internal pylama? either for python or with python3

@mfonville
Copy link
Author

mfonville commented May 20, 2020

(which seems to at least merge PR #112

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

1 participant