michael
michael
Yes I do: python-language-server in /usr/local/lib/python3.5/dist-packages (0.19.0) future>=0.14.0 in /usr/local/lib/python3.5/dist-packages (from python-language-server) (0.16.0) jedi>=0.12 in /usr/local/lib/python3.5/dist-packages (from python-language-server) (0.12.0) pluggy in /usr/local/lib/python3.5/dist-packages (from python-language-server) (0.6.0) parso>=0.2.0 in /usr/local/lib/python3.5/dist-packages (from jedi>=0.12->python-language-server)...
Yes it works. It responds: ``` usage: __main__.py [-h] [--tcp] [--host HOST] [--port PORT] [--log-config LOG_CONFIG | --log-file LOG_FILE] [-v] Python Language Server optional arguments: -h, --help show this help...
I already reinstall all... :'(
Is it possible to install the version 0.10.0 on atom? --> Ok I did it. And everything work fine with this version
Didn't work for me. But i have atom 1.25.1, maybe the problem come from my version of atom...
I update my version of atom to 1.27.2, and nothing change. :'( The version 1.0.0 of ide-python doesn't work and the version 0.10.0 works..
Hello, Same issue. The downgrade explain by @stullekovski solve the problem... So the problem is in the last flatpak version
Problem seems to be solved for me.
Thank you very much! That solve my problem. :) I can close the issue, or I keep it open as long as the udev rule is not added to the...
Hello, I get the same issue. To solve it, I disabled the yunohost SSO in `/etc/nginx/conf.d/xxxxxxx.conf`I commented this lines : ``` [...] #include /etc/nginx/conf.d/security.conf.inc; [...] #access_by_lua_file /usr/share/ssowat/access.lua; [...] #include /etc/nginx/conf.d/yunohost_sso.conf.inc;...