installing kivy issues

Questions about programming languages and debugging
Post Reply
User avatar
moudy
Technology Enthusiast
Technology Enthusiast
Posts: 688
Joined: 10 Feb 2009, 17:00
15
Location: Beirut, Lebanon

installing kivy issues

Post by moudy »

hello every one, long time
Iv been trying to install kivy on Mac
they first say that I have to install homebrew, then I installed pip, then installed Cython using pip.
Now im trying to install kivy using pip, its simply not working, and giving me this error

Code: Select all

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/2s/8hwj01f12v15929kvzkl276m0000gn/T/pip-build-YnmP9R/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 /var/folders/2s/8hwj01f12v15929kvzkl276m0000gn/T/pip-4ODANc-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/2s/8hwj01f12v15929kvzkl276m0000gn/T/pip-build-YnmP9R/kivy/
Im pretty much new to Mac, and the terminal, and I'm trying to find my way out
mahmoud_shihab@hotmail.com

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: installing kivy issues

Post by ayu »

What version of OSX are you on?
Perhaps you are having a similar issue to this?

https://github.com/kivy/kivy/issues/5400" onclick="window.open(this.href);return false;

Also, have you followed their install documentation?

https://kivy.org/docs/installation/inst ... n-osx.html" onclick="window.open(this.href);return false;
"The best place to hide a tree, is in a forest"

User avatar
moudy
Technology Enthusiast
Technology Enthusiast
Posts: 688
Joined: 10 Feb 2009, 17:00
15
Location: Beirut, Lebanon

Re: installing kivy issues

Post by moudy »

I am using a mac OS Sierra version 10.12.6
I went over many sites and I didn't know how to install it :(
mahmoud_shihab@hotmail.com

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: installing kivy issues

Post by ayu »

moudy wrote:I am using a mac OS Sierra version 10.12.6
I went over many sites and I didn't know how to install it :(
Did you try this solution?

https://github.com/kivy/kivy/issues/540 ... -332665344" onclick="window.open(this.href);return false;
"The best place to hide a tree, is in a forest"

Post Reply