https://qiita.com/sobassy/items/b06e76cf23046a78ba05
このサイトを見ながらKivyを導入しています。
ようやく、Xcodeプロジェクトを作成するところです。
そこでこのエラーが出ました。
ファイル構造は次の通り
Kivy-ios ---- pong ---- main.py | |-- Pong.kv
kivy-ios >ls LICENSE dist swift README.md pong tests __pycache__ recipes toolchain.py build requirements.txt tools
>python3 toolchain.py create Pong ./pong toolchain.py:93: DeprecationWarning: ChromeDownloader style of invoking requests is deprecated. Use newer urlopen functions/methods urlretrieve = ChromeDownloader().retrieve [INFO ] Include dir added: {arch.arch}/freetype [INFO ] Include dir added: {arch.arch}/ffi [INFO ] Include dir added: {arch.arch}/openssl [INFO ] Include dir added: common/sdl2 [ERROR ] No python recipes compiled! [ERROR ] You must have compiled at least python2 or [ERROR ] python3 recipes to be able to create a project.
どのようにエラーを解消し、Xcodeプロジェクトを作成できるでしょうか。
回答よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー