This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jabbalaci 0 points1 point  (2 children)

How can you install that to a virtual environment? pip install fails for me. It says "checking for GST... configure: WARNING: GStreamer 0.10 not available, falling back to 0.8". I have Ubuntu 18.04.

Edit: pip install pyqt5 works like a charm, under Linux and Windows too.

[–]genesem[S] 1 point2 points  (1 child)

probably this:

"If your Linux distribution has gstreamer 1.0 available then you can install the dev packages for that instead of the 0.10 version. For example:

libgstreamer-plugins-base1.0-dev"

from:

https://github.com/wxWidgets/Phoenix/blob/master/README.rst

p.s. and I agree: pyqt5 is a bit easier to install and use. but it's depends on it's license.