You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded linter-python (3.1.2), along with any other dependencies that were required, and then installed pylama (7.7.1). I then installed pylama-pylint for good measure. Executable path set to /usr/bin/pylama.
I could see the GUI had been modified, with a little section on the bottom bar that always insists there are no problems with my code. In fact, the package doesn't detect anything, under any conditions (i.e. no linting occurs). This is despite the absence of any error messages from the package.
Downgrading both linter and linter_ui_default to 2.2.0 and 1.7.1 respectively, as suggested here, has also not helped. Though it also doesn't cause any error messages.
Naturally, re-upgrading these packages via Atoms' GUI package manager took me back to square one.
I'm very much shooting from the hip, and am a little lost. Any advice would be appreciated.
Notes:
Depencies installed (as per Atoms' blue pop-up boxes):linter; linter-ui-default, intentions.
Executable Path: set to /usr/bin/pylama after running find / -name pylama so I'm assuming it's correct. Alternatives are /usr/share/doc/pylama or /usr/lib/python3/dist-packages/pylama which didn't look right.
The text was updated successfully, but these errors were encountered:
Ubuntu 20.04.1 LTS
Atom 1.53.0, Hydrogen 2.14.6, hydrogen-python 0.0.8
Python 3.8.5
I downloaded
linter-python
(3.1.2), along with any other dependencies that were required, and then installedpylama
(7.7.1). I then installedpylama-pylint
for good measure. Executable path set to/usr/bin/pylama
.I could see the GUI had been modified, with a little section on the bottom bar that always insists there are no problems with my code. In fact, the package doesn't detect anything, under any conditions (i.e. no linting occurs). This is despite the absence of any error messages from the package.
I ran
apm install [email protected]
(as per question #58), which didn't fix the problem.Downgrading both
linter
andlinter_ui_default
to 2.2.0 and 1.7.1 respectively, as suggested here, has also not helped. Though it also doesn't cause any error messages.Naturally, re-upgrading these packages via Atoms' GUI package manager took me back to square one.
I'm very much shooting from the hip, and am a little lost. Any advice would be appreciated.
Notes:
Depencies installed (as per Atoms' blue pop-up boxes):
linter
;linter-ui-default
,intentions
.Executable Path: set to
/usr/bin/pylama
after runningfind / -name pylama
so I'm assuming it's correct. Alternatives are/usr/share/doc/pylama
or/usr/lib/python3/dist-packages/pylama
which didn't look right.The text was updated successfully, but these errors were encountered: