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

trying to install kivy on ubuntu #81

Open
BleakFox opened this issue Jun 27, 2021 · 1 comment
Open

trying to install kivy on ubuntu #81

BleakFox opened this issue Jun 27, 2021 · 1 comment

Comments

@BleakFox
Copy link

when i do: "pip install kivy":

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-ip89re86/kivy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-mwsoti_q-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-ip89re86/kivy/

can someone help me pls? i tried whit "pip3 install kivy" but it do not work too...

@henryiii
Copy link
Collaborator

I would recommend you ask on the kivy project's page, this is a repo with a pybind11 example. I have heard of kivy, but never installed it.

One thought is to check your pip version and make sure it's not too old. Something starting with 19 or 20 is probably the oldest you should be expecting to work (current one is pip 21.1). Very old pip versions can't download wheels or build pyproject.toml projects. Kivy distributes manylinux2010 wheels on Linux, which require pip 19.0 or newer.

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

2 participants