hansec / fortran-language-server

Fortran Language Server for the Language Server Protocol
MIT License
295 stars 57 forks source link

Can't upgrade to 1.10.3 #146

Closed PaulOxxx1 closed 4 years ago

PaulOxxx1 commented 4 years ago

I don't know whether this issue comes from the Fortran-Language-Server code or whether my system isn't properly configured. I can uninstall and install version 1.10.2 without a problem.

Screenshot 2019-10-29 at 09 19 07
plevold commented 4 years ago

I get the same error message on my system. I think it sounds like an error with the way it is packaged, but I could be wrong as know very little about packaging Python code :)

Here's some information about my installation:

$ pip --version
pip 1.5.6 from /opt/continuum/anaconda3.4/lib/python3.4/site-packages (python 3.4)
hansec commented 4 years ago

Sorry about that, this is most likely due to an old version of setuptools. The README now has information on how to fix this error (courtesy of @phil-blain). If you run into issues with that fix or it doesn't work for you let me know.

plevold commented 4 years ago

Worked perfectly for me. By the way, thanks for maintaining this tool. Dealing with Fortran code is so much more pleasant when using it!