question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

python-kivy dep depends on python-gst0.10 iso alternatives

See original GitHub issue

The 1.9.1 python-kivy deb package now depends on python-gst0.10 alone while kivy will check various installed libs at runtime like python-opencv. The issue is that it’s impossible to have the deb installed without python-gst also installed. With python-gst the kivy.camera will not work on my systems, MSI Flex, but do work with python-opencv as backend for the kivy.camera. So a solution would be to allow alternatives as dependency for the package.

So instead off:

  Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-kivy-common (= 1.9.1-0~stable0+201602121318~pkg103~ubuntu14.04.1), python-kivy-bin (= 1.9.1-0~stable0+201602121318
~pkg103~ubuntu14.04.1), python-docutils, python-pygments, python-gst0.10, xclip, xsel

Something like:

 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-kivy-common (= 1.9.1-0~stable0+201602121318~pkg103~ubuntu14.04.1), python-kivy-bin (= 1.9.1-0~stable0+201602121318
~pkg103~ubuntu14.04.1), python-docutils, python-pygments, python-gst0.10 | python-opencv, xclip, xsel

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
lucasefcommented, Apr 15, 2017

Hey. This issue persists.

On ubuntu 16.10 and 17.04, trying to install “kivy” from the ppa, it throws that depends on “python-kivy”, trying to install it, throws that depends on “python-gst0.10” but isn’t installable. Will that receive a fix? Installing the .deb throws a lot of dependencies, that will go all day to be done.

For now i’m going to use the VM released by kivy, but that is not the ideal.

Tks.

0reactions
stale[bot]commented, Oct 7, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found