fabi1cazenave / qwerty-lafayette

QWERTY keyboard layout for French-speaking users
https://qwerty-lafayette.org/
107 stars 65 forks source link

pip Install method with kalamine fails on ubuntu 20.04 (v0.9) #125

Open doc75 opened 4 months ago

doc75 commented 4 months ago

I just tried to install the version 0.9 on a machine that had v0.8 (not sure if it has an impact). Here is what I did:

It raises the following error:

File could not be parsed.
Error: 'bytes' object has no attribute 'suffix'.

I then tried the pipx install like this:

And it works

Not sure if there is bug in the first method or if instructions need to be updated.