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
Verify that pyls is installed correctly: flatpak run --command=python3 io.atom.Atom -m pyls --help
Launch Atom: flatpak run io.atom.Atom
Open a python file
Observe no output in diagnostics
Open developer tools
See errors in terminal
Description:
Somewhat related to #2 I'm trying to see if I can get my development environment working with this Flatpak instead of the RPM from Atom's website.
All the installation steps seem to go fine, however, when I start Atom and open a Python file, the linter doesn't start up, and upon checking the development console, I have a huge log of python errors
I can't say for 100% certain that this is related to Flatpak, but I've never experienced a similar issue with installing natively, so I suspect that it is.
So far, I've tried running the flatpak app with --devel option as well, but that doesn't seem to make a difference.
Any help would be much appreciated, I'm hoping to be able to figure this out and then publish a tutorial for other interested users to follow.
Thanks!
The text was updated successfully, but these errors were encountered:
The full traceback is actually in there, but every line of the Python traceback is surrounded by about 10 other lines of logging.
When you decode that, it looks like a bug in python-language-server that was fixed some time after this was opened: palantir/python-language-server#769
Expected Behavior: ide-python works once pyls is installed
Actual Behavior: ide-python fails with a long error log
Steps to reproduce:
flatpak install flathub io.atom.Atom
flatpak run --command=apm io.atom.Atom install ide-python atom-ide-ui
flatpak run --command=pip3 io.atom.Atom install --user python-language-server[all]
flatpak run --command=python3 io.atom.Atom -m pyls --help
flatpak run io.atom.Atom
Description:
Somewhat related to #2 I'm trying to see if I can get my development environment working with this Flatpak instead of the RPM from Atom's website.
All the installation steps seem to go fine, however, when I start Atom and open a Python file, the linter doesn't start up, and upon checking the development console, I have a huge log of python errors
I can't say for 100% certain that this is related to Flatpak, but I've never experienced a similar issue with installing natively, so I suspect that it is.
So far, I've tried running the flatpak app with
--devel
option as well, but that doesn't seem to make a difference.Any help would be much appreciated, I'm hoping to be able to figure this out and then publish a tutorial for other interested users to follow.
Thanks!
The text was updated successfully, but these errors were encountered: