kivy / kivy-sdk-packager

Scripts for Kivy SDK generation on Windows, OS X and Linux
MIT License
40 stars 32 forks source link

sudo apt-get install kivy-examples broken package #15

Closed NumesSanguis closed 9 years ago

NumesSanguis commented 9 years ago

While on Kivy-daily and updated today, when I do: sudo apt-get install kivy-examples I get the error:

sudo apt-get install kivy-examples [sudo] password for xxx: Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: kivy-examples : Depends: python-kivy (= 1.9.1-dev~daily0+201508211501-3006-testing66~ubuntu14.04.1) but 1.9.1-dev~daily0+201510162146-3105-testing75~ubuntu14.04.1 is to be installed E: Unable to correct problems, you have held broken packages.

System: Ubuntu 14.04, Python 2.7

thopiekar commented 9 years ago

Should be fixed soon. There was a file "missing" in kivy/kivy, which has been removed now. Corrected it and fresh packages are on the go.

Wish you happy hacking and please give a short feedback, whether it is fixed so I can close this issue :)

NumesSanguis commented 9 years ago

Yep, it's fixed :)