Errors when i do the ./toolchain.py create <title> <app_directory>

108 views
Skip to first unread message

Bigfoot

unread,
Jan 18, 2020, 9:13:59 PM1/18/20
to Kivy users support

I get these errors when i do the ./toolchain.py create <title> <app_directory> command how do i get rid of some or even all of the errors?

[INFO    ] Building with 4 processes, where supported

[INFO    ] Want to build ['kivy']

[INFO    ] Loaded recipe kivy (depends of ['sdl2', 'sdl2_image', 'sdl2_mixer', 'sdl2_ttf', 'ios', 'pyobjus', 'python'], optional are [])

[INFO    ] Loaded recipe sdl2 (depends of [], optional are [])

[INFO    ] Loaded recipe sdl2_image (depends of ['sdl2'], optional are [])

[INFO    ] Loaded recipe sdl2_mixer (depends of ['sdl2'], optional are [])

[INFO    ] Loaded recipe sdl2_ttf (depends of ['sdl2', 'freetype'], optional are [])

[INFO    ] Loaded recipe ios (depends of ['python'], optional are [])

[INFO    ] Loaded recipe pyobjus (depends of ['python'], optional are [])

[ERROR   ] No Python version set in the build.

[ERROR   ] Add python2 or python3 in your recipes:

[ERROR   ] ./toolchain.py build python3 ...

Abrams-MacBook-Pro:kivy-ios abramschar$ ./toolchain.py create trying /Users/abramschar/PycharmProjects/kivy1

[ERROR   ] No python recipes compiled!

[ERROR   ] You must have compiled at least python2 or

[ERROR   ] python3 recipes to be able to create a project.


Robert Flatt

unread,
Jan 19, 2020, 4:18:14 PM1/19/20
to Kivy users support

[ERROR   ] No python recipes compiled!

[ERROR   ] You must have compiled at least python2 or

[ERROR   ] python3 recipes to be able to create a project.


Has  python2/3 been built? 

Then, start the compilation with:

$ python3 toolchain.py build python3 kivy

I also looked at this, which was less than helpful   :(

[I'm not an ios user, I just looked at the docs, so maybe I don't understand]

Bigfoot

unread,
Jan 19, 2020, 10:31:01 PM1/19/20
to Kivy users support
ok thanks for replying now i get the error 

ERROR: Python requirements are missing

To install: pip install -r requirements.txt

When i do that i get Requirement already satisfied please help

Message has been deleted

ZenCODE

unread,
Jan 20, 2020, 11:42:10 AM1/20/20
to Kivy users support
Try `pip3 install -r requirements.txt`?
Reply all
Reply to author
Forward
0 new messages