Python Forum
I need help with installation for python 3.6 please
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need help with installation for python 3.6 please
#3
Quote:Could not find a version that satisfies the requirement qt5 (from versions: )
No matching distribution found for qt5

I am trying to install PyQt5 and Qt5 on python 3 only for development use, so I created the virtualenv and activate it, Installed PyQt5 and other module but can't install Qt5 packages, It should be included with PyQt5 but when I run
Quote:rpm -ql qt
it gives me the following error
Quote:package qt is not installed
and if I run
Quote:pip3.6 install qt5
or
Quote:sudo pip3.6 install qt5
it gives the The error:
Quote: Could not find a version that satisfies the requirement qt5 (from versions: )
No matching distribution found for qt5
when I use
Quote:yum install qt5
it says that I have to be root, when I go to root it gives the following:
Quote:Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.vorboss.net
* epel: http://www.mirrorservice.org
* extras: mirror.vorboss.net
* ius: mirror.amsiohosting.net
* updates: centos.serverspace.co.uk
No package qt5 available.
Error: Nothing to do

Is qt5 included with PyQt5 package or I need to download it from source? If I need to download it, How can I make it install for python 3 only (Which folder in the virtualenv should I put the downloaded file into before I run it).

Thanks
Reply


Messages In This Thread
RE: I need help with installation for python 3.6 please - by net1media - Aug-06-2017, 11:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem in installation and difficulty to use Python 3.5 on gowther 1 2,953 Aug-27-2018, 02:43 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020