You need to install some dependencies, like Cython, autotools, etc. We encourage you to use Homebrew to install those dependencies:
The first thing is to ensure you have run the following commands:
(venv) henrik@MBPtilhdeHenrik Geo-ESP % pip install |cython_install|
pipe pipe>pipe pipe> q
zsh: command not found: cython_install
zsh: command not found: q
ERROR: You must give at least one requirement to install (see "pip help install")
(venv) henrik@MBPtilhdeHenrik Geo-ESP %
% sudo xcode-select --switch /Applications/Xcode.app
because of:
xcrun: error: SDK "iphonesimulator" cannot be located
% brew install xz
because of:
/Users/henrik/Python-Kivy/Geo-ESP/build/hostpython3/x86_64/Python-3.8.2/Modules/_lzmamodule.c:17:10: fatal error:
[DEBUG ] 'lzma.h' file not found
[DEBUG ] #include <lzma.h>
% ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Tk.framework/Headers/X11 /usr/local/include/X11
because of:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/tk.h:86:11: fatal error:
[DEBUG ] 'X11/Xlib.h' file not found
[DEBUG ] # include <X11/Xlib.h>
PS: I find the output from toolchain extremely verbose. Something like Buildozer log level = 2. That should not be the default. I think.