trying to install kivy on ubuntu
BleakFox opened this issue · 1 comments
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...
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.