Problems with installing pyside2 on linux
-
Hello: I have no problem installing pyside2 on MAC. When trying to install on Linux,
I ran into the following issues:-- if I do pip3 install pyside2, I got back "could not find any downloads that satisfy the requirement" . I also tried pip3 -vvv, I can see it tried the x86_64 package but skipped over it,
-- I followed this page (https://wiki.qt.io/Qt_for_Python/GettingStarted/X11) and
I got: Exception while trying to prepare bdist_wheel override class: No module named 'wheel'. Skipping wheel overridingAny clue how I can get pyside2 installed on Linux?
-
Hi,
What linux distribution are you using ?
What version of Python ?
What version of pip ? -
1.5.4 ? Current pip major version is 10
-
What mistake was it ? It might be useful for other people having the same trouble as you.
-
This post is deleted!