Skip to content

Instantly share code, notes, and snippets.

@NumesSanguis
Created December 19, 2016 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NumesSanguis/97d1a4d74d0bd2436e49455d047f7282 to your computer and use it in GitHub Desktop.
Save NumesSanguis/97d1a4d74d0bd2436e49455d047f7282 to your computer and use it in GitHub Desktop.
Kivy nightly wheel 2016-12-19 won't install with Python 3.4
------------------------------------------------------------
C:\Python34\lib\site-packages\pip\__main__.py run on 12/19/16 20:48:36
Kivy-1.9.2.dev0-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform.
Exception information:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\pip\basecommand.py", line 122, in main
status = self.run(options, args)
File "C:\Python34\lib\site-packages\pip\commands\install.py", line 257, in run
InstallRequirement.from_line(name, None))
File "C:\Python34\lib\site-packages\pip\req.py", line 167, in from_line
raise UnsupportedWheel("%s is not a supported wheel on this platform." % wheel.filename)
pip.exceptions.UnsupportedWheel: Kivy-1.9.2.dev0-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment