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

Fails to install on LXDE, Ubuntu Focal #868

Open
ssaidnabiev opened this issue Jul 6, 2024 · 1 comment
Open

Fails to install on LXDE, Ubuntu Focal #868

ssaidnabiev opened this issue Jul 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ssaidnabiev
Copy link

Running ./setup.py returns message that Kinto has failed to install, same goes with new install method

Environment:
Install Type: Bare Metal
Distro: Ubuntu 20.04
DE: LXDE
Branch: master

Screenshots

~/kinto$ ./setup.py 
E: Unsupported file / given on commandline

Kinto 1.2-13 build 4a3bfe7
Type in Linux like it's a Mac.

E: Unsupported file / given on commandline
Requirement already satisfied: pillow in /usr/lib/python3/dist-packages (7.0.0)
Using systemd...
localuser:root being added to access control list
fatal: destination path 'xkeysnail' already exists and is not an empty directory.

Usage:   
  pip3 install [options] <requirement specifier> [package-index-options] ...
  pip3 install [options] -r <requirements file> [package-index-options] ...
  pip3 install [options] [-e] <vcs project url> ...
  pip3 install [options] [-e] <local project path> ...
  pip3 install [options] <archive url/path> ...

no such option: --break-system-packages

Kinto install has failed.

cd into ./xkeysnail
Run 'sudo pip3 install --upgrade .' to debug issue

image

@ssaidnabiev ssaidnabiev added the bug Something isn't working label Jul 6, 2024
@RedBearAK
Copy link
Contributor

@ssaidnabiev

The Kinto installer needs to be significantly rewritten to create a Python virtual environment in order to prevent these issues with Python managed environments.

Try the project at the link below instead, if you are interested. It has a config that's based on Kinto but uses a completely different installer and strategy for running the services. I mostly test on newer distro releases, but it should still install with no issues on Ubuntu 20.04.

https://github.com/RedBearAK/toshy (short URL https://toshy.app)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants