Julian Gilbey

Results 106 comments of Julian Gilbey

Yes :-( I sadly don't know enough about how jedi works or have the available capacity to help upgrade python-language-server for jedi 0.18 (and parso 0.8), otherwise I'd offer to...

Thanks @bnavigator ! Yes, indeed :-( Debian updated its jedi package, and so several other things have broken in its stead.

Hi @bnavigator, I've just had a look at the reason for Debian not blocking the jedi and parso updates: it turns out that parso 0.7 fails to build with Python...

Or alternatively, place a "-" in front of the modules_install line so it doesn't interrupt the installation if it fails.

Ah, I was looking at the current version of the Makefile, which already has depmod on its own line. I assumed, perhaps incorrectly, that this is intended for those systems...

@jlam55555 It's Makefile syntax: writing ``` -command ``` instead of ``` command ``` in a Makefile means "execute command, but don't exit with an error if the command fails". So...

Hi, this seems to have resurfaced, and I'd appreciate any suggestions. I'm compiling on Debian testing, where `uname -a` gives: ``` Linux erdos 5.7.0-2-amd64 #1 SMP Debian 5.7.10-1 (2020-07-26) x86_64...

@jlam55555 Yes, it's really strange :-( Ah, I used the v2 release, not the master branch. I'll try again with that and let you know...

@jlam55555 Ah, that was it! Building from master makes it work. Many thanks!

@jlam55555 I originally downloaded the .tar.gz from [https://github.com/jlam55555/veikk-linux-driver/releases](https://github.com/jlam55555/veikk-linux-driver/releases) rather than cloning master, but it seems that lots has happened since then!