-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
Description
I just ran into this error in travis:
E Traceback (most recent call last):
E File "<string>", line 9, in <module>
E File "/home/travis/build/kivy/python-for-android/.tox/py3/lib/python3.5/site-packages/pythonforandroid/pythonpackage.py", line 444, in _extract_metainfo_files_from_package_unsafe
E reqs = hooks.get_requires_for_build_wheel({})
E File "/home/travis/build/kivy/python-for-android/.tox/py3/lib/python3.5/site-packages/pep517/wrappers.py", line 71, in get_requires_for_build_wheel
E 'config_settings': config_settings
E File "/home/travis/build/kivy/python-for-android/.tox/py3/lib/python3.5/site-packages/pep517/wrappers.py", line 162, in _call_hook
E raise BackendUnavailable
E pep517.wrappers.BackendUnavailable
But now I feel left guessing. Which backend? I'm guessing setuptools, but it would be extremely helpful if the error could actually print that out
danyeaw and Julian