Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
208 stars 50 forks source link

Error compiling 'requests' 1.1.7, what version should I use? #339

Closed pinver closed 1 year ago

pinver commented 1 year ago

I've seen that in #308 the suggestion is to use the pre-release or master branch, but the release after 1.1.7 is 2.x.x.

Any suggestion on a tested working release?

WebFreak001 commented 1 year ago

you need to use the beta or nightly serve-d versions. In vscode to automatically get them you change the setting d.servedReleaseChannel and reload the window

redthing1 commented 1 year ago

Just go the directory it tries to compile served, checkout master, build, then set the path in settings

pinver commented 1 year ago

Thank you, switching to the beta channel worked fine!