Skip to content
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

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

Open
doc75 opened this issue Jun 9, 2024 · 0 comments
Open

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

doc75 opened this issue Jun 9, 2024 · 0 comments

Comments

@doc75
Copy link

doc75 commented Jun 9, 2024

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:

  • wget https://qwerty-lafayette.org/layouts/lafayette.toml
  • pip install --user --upgrade kalamine
  • PATH=/home/<user>/.local/bin:$PATH
  • xkalamine install lafayette.toml

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:

  • pip uninstall kalamine
  • pipx install kalamine
  • source /home/>user>/.local/pipx/venvs/kalamine/bin/activate
  • sudo env "PATH=$PATH" xkalamine install lafayette.toml

And it works

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

@doc75 doc75 changed the title Install method with kalamine fails on ubuntu 20.04 (v0.9) pip Install method with kalamine fails on ubuntu 20.04 (v0.9) Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant