kivy: Kivy Windows Py3.5 ImportError: cannot import name 'kivy_config_fn'

I just tried with the latest nightly wheel to install Kivy for Python 3.5, but unfortunately I got this error: ImportError: cannot import name 'kivy_config_fn' https://gist.github.com/NumesSanguis/ddff440103cd0984d19725c24ac47e48

The nightly on the same day for py2.7 worked for me, but the nightly for py3.4 didn’t even want to install: py -3.4 -m pip install Kivy-1.9.2.dev0-cp34-cp34m-win_amd64.whl Kivy-1.9.2.dev0-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform. Storing debug log for failure in C:\Users*user*\pip\pip.log https://gist.github.com/NumesSanguis/97d1a4d74d0bd2436e49455d047f7282

edit2: py3.4 error was because I forgot to install the dependencies for this version, now py3.4 gives the same error as py3.4 (.whl tested from 17 t/m 19-12-2016) from here: https://drive.google.com/drive/folders/0B1_HB9J8mZepOV81UHpDbmg5SWM

Platform: Windows 7 64-bit

edit1: Installing dev dependencies form here didn’t work (except sdl2_dev, because no py35 64-bit): https://drive.google.com/drive/folders/0B1_HB9J8mZepdUl0bEZubXZiSUE

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 15 (14 by maintainers)

Most upvoted comments

Got the same error, uninstall the newer deps and install those : https://pypi.python.org/pypi/kivy.deps.sdl2/0.1.12 https://pypi.python.org/pypi/kivy.deps.glew/0.1.4 And uninstall completly gstreamer it’s the main reason it won’t work, at least for me.