Trouble with buildozer install on Mac

87 views
Skip to first unread message

SteveK

unread,
Jun 23, 2015, 3:59:08 PM6/23/15
to kivy-...@googlegroups.com
MacBook Pro, OS X 10.9.5

Tried to install buildozer, got this error: (your instructions really don't say where to install bulldozer...)

MacBookPro:Applications SteveK$ git clone https://github.com/kivy/buildozer.git

Cloning into 'buildozer'...

remote: Counting objects: 1491, done.

remote: Total 1491 (delta 0), reused 0 (delta 0), pack-reused 1491

Receiving objects: 100% (1491/1491), 510.33 KiB | 0 bytes/s, done.

Resolving deltas: 100% (844/844), done.

Checking connectivity... done.

MacBookPro:Applications SteveK$ cd buildozer

MacBookPro:buildozer SteveK$ sudo python2.7 setup.py install

Password:

Traceback (most recent call last):

  File "setup.py", line 5, in <module>

    from setuptools import setup

ImportError: No module named setuptools


Kived Devik

unread,
Jun 23, 2015, 4:22:54 PM6/23/15
to kivy-...@googlegroups.com
You should use pip to perform the installation. That way the dependencies are installed as well.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Steve Kittleson

unread,
Jun 23, 2015, 4:26:30 PM6/23/15
to kivy-...@googlegroups.com
Hi. Thanks.
New to python. What is exact pip command needed?

I'm finding that kivy instructions are not very complete or accurate. Seems to be general case from what I read on the forum.

--
You received this message because you are subscribed to a topic in the Google Groups "Kivy users support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kivy-users/kJaGyX5JMLY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.

Kived Devik

unread,
Jun 23, 2015, 4:29:36 PM6/23/15
to kivy-...@googlegroups.com
`sudo pip install buildozer` should be all you need.

The installation instructions are right here:

The installation instructions skip the sudo part, because that is specific to platform/environment, and it's expected that the user should understand the platform on which he or she is working.

Steve Kittleson

unread,
Jun 23, 2015, 7:38:22 PM6/23/15
to kivy-...@googlegroups.com
Thanks. Finally got buildozer installed after getting pip and cpython. Although, it doesn't work, yet.
Sorry my Linux is a little rusty, I've been learning python on an iPad using Pythonista where everything is "just there" and "just works", so you can focus on actual development.... I'm new to the Android world. Seems light years behind.
Reply all
Reply to author
Forward
0 new messages