-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fortls
2.2.6 upgrade difficulties
#78
Comments
Hi @JHenneberg thanks for reaching out. So I was under the impression that this should work on Windows. Does installing something else like this work? e.g. As for the Modern Fortran error, it would indicate that some of the arguments passed in |
I also just realised that the installation seems to be completing successfully, which is odd. From what I can tell the command line arguments are not interpreted correctly by the windows command-line shell |
In general I update my packages like this including fortls. Before I did not had any iusses. But I realised right now when I am updating pip itself I get the same error. So propbably this is a general problem and not a fortls specific one ( Concerning the second error I just have one setting |
That is strange, I had a look at the Windows tests and they seem to be correct. I was also unable to replicate on my Linux machine. The only two things that v2.2.6 did was add the autoupdate functionality and deprecate If you install again v2.2.6, you might want to try and see if the binary is working, i.e. fortls -v and fortls -h yield any output, and then on a simple fortran file do something like |
for 2.2.5: for 2.2.6:
|
Awesome, that is unfortunate, I was hoping that I wouldn't have to manually update my dependencies and I will fix it in the next release. |
what's really puzzling me about this one is that it is a dependency in |
Maybe the pip packaging machinery makes a distinction between build time and run time dependencies (similar to like conda does)? |
I think you are right, but I also think I was wrong saying that packaging was included in setuptools. The SO post I saw must have been mistaken. That is simply not true. venvs come with pip and setuptools but not packaging |
Hi


Updating from 2.2.5 to the newest Version is causing some troubles:
Win 11
VS Code 1.65.1
Python 310
The text was updated successfully, but these errors were encountered: