-
Notifications
You must be signed in to change notification settings - Fork 13
from .async import check_async ^ SyntaxError: invalid syntax #102
Comments
Do you use Python >= 3.7? |
I have this issue as well, and my python version is 3.7.1 . |
Works fine after reverting back to Python 3.6 |
As of python 3.7, Issue is the relative import of |
This comment has been minimized.
This comment has been minimized.
Same issue with Python 3.7.3 |
This issue is caused by the bundled version of You can either:
I personally use the second option as you aren't tied down to the out of date bundled version. |
Second option is way better! thanks @Arcanemagus Folks before changing pylama settings to "External". Go to cmd and pip install pylama. Ciao! |
Traceback (most recent call last): File "C:\Users\AlcidesNeto.atom\packages\linter-pylama\bin\pylama.py", line 12, in from pylama.main import shell File "C:\Users\AlcidesNeto.atom\packages\linter-pylama\bin\pylama\main.py", line 10 from .async import check_async ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: