[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: Missing PyQt6-Qt6>=6.2.3 on Ubuntu
From:       Joshua Willman <joshua.willman () gmail ! com>
Date:       2022-03-15 10:53:50
Message-ID: CAH6nMGjPaCAUwYYh=iN1mM3Y-ych=mg3L8Qo822cebb13m6_=g () mail ! gmail ! com
[Download RAW message or body]

That solved my problem. I simply upgraded pip to the latest version.

Thank you, Phil.

On Tue, Mar 15, 2022 at 3:18 AM Phil Thompson <phil@riverbankcomputing.com>
wrote:

> On 15/03/2022 09:32, Joshua Willman wrote:
> > Hello,
> > 
> > I recently wanted to install PyQt6 on Ubuntu 20.04, but was unable to
> > do
> > so. I received the following error:
> > 
> > ~/Desktop$ python -m pip install PyQt6
> > Collecting PyQt6
> > Downloading PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)
> > ERROR: Could not find a version that satisfies the requirement
> > PyQt6-Qt6>=6.2.3 (from PyQt6) (from versions: none)
> > ERROR: No matching distribution found for PyQt6-Qt6>=6.2.3 (from PyQt6)
> > ~/Desktop$ pip install PyQt6
> > Collecting PyQt6
> > Using cached PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)
> > Collecting PyQt6-sip<14,>=13.2
> > Downloading PyQt6_sip-13.2.1-cp38-cp38-manylinux1_x86_64.whl (310 kB)
> > 
> > Following along with the conversation at
> > https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html, I
> > tried:
> > 
> > ~/Desktop$ pip install --index-url
> > https://www.riverbankcomputing.com/pypi/simple/ --pre PyQt6
> > Looking in indexes: https://www.riverbankcomputing.com/pypi/simple/
> > Collecting PyQt6
> > Downloading
> > 
> https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl
> 
> > (7.7 MB)
> > ERROR: Could not find a version that satisfies the requirement
> > PyQt6-Qt6>=6.2.3 (from PyQt6) (from versions: none)
> > ERROR: No matching distribution found for PyQt6-Qt6>=6.2.3 (from PyQt6)
> > 
> > I received the same error. It appears as if I am trying to install
> > PyQt6
> > version 6.2.4. Is there any way to specify and install the latest wheel
> > from https://pypi.org/simple/pyqt6-qt6/?
> > 
> > Thanks!
> > 
> > Joshua Willman
> 
> Problems like that are usually caused by an old version of pip.
> 
> Phil
> 


[Attachment #3 (text/html)]

<div dir="ltr"><div>That solved my  problem. I simply upgraded pip  to the latest \
version.  </div><div><br></div><div>Thank you, Phil.</div></div><br><div \
class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 15, 2022 at 3:18 AM \
Phil Thompson &lt;<a \
href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 15/03/2022 09:32, \
Joshua Willman wrote:<br> &gt; Hello,<br>
&gt; <br>
&gt; I recently wanted to install PyQt6 on Ubuntu 20.04, but was unable to <br>
&gt; do<br>
&gt; so. I received the following error:<br>
&gt; <br>
&gt; ~/Desktop$ python -m pip install PyQt6<br>
&gt; Collecting PyQt6<br>
&gt;     Downloading PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)<br>
&gt; ERROR: Could not find a version that satisfies the requirement<br>
&gt; PyQt6-Qt6&gt;=6.2.3 (from PyQt6) (from versions: none)<br>
&gt; ERROR: No matching distribution found for PyQt6-Qt6&gt;=6.2.3 (from PyQt6)<br>
&gt; ~/Desktop$ pip install PyQt6<br>
&gt; Collecting PyQt6<br>
&gt;     Using cached PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)<br>
&gt; Collecting PyQt6-sip&lt;14,&gt;=13.2<br>
&gt;     Downloading PyQt6_sip-13.2.1-cp38-cp38-manylinux1_x86_64.whl (310 kB)<br>
&gt; <br>
&gt; Following along with the conversation at<br>
&gt; <a href="https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html" \
rel="noreferrer" target="_blank">https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html</a>, \
I<br> &gt; tried:<br>
&gt; <br>
&gt; ~/Desktop$ pip install --index-url<br>
&gt; <a href="https://www.riverbankcomputing.com/pypi/simple/" rel="noreferrer" \
target="_blank">https://www.riverbankcomputing.com/pypi/simple/</a> --pre PyQt6<br> \
&gt; Looking in indexes: <a href="https://www.riverbankcomputing.com/pypi/simple/" \
rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/pypi/simple/</a><br>
 &gt; Collecting PyQt6<br>
&gt;     Downloading<br>
&gt; <a href="https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl" \
rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl</a><br>
 &gt; (7.7 MB)<br>
&gt; ERROR: Could not find a version that satisfies the requirement<br>
&gt; PyQt6-Qt6&gt;=6.2.3 (from PyQt6) (from versions: none)<br>
&gt; ERROR: No matching distribution found for PyQt6-Qt6&gt;=6.2.3 (from PyQt6)<br>
&gt; <br>
&gt; I received the same error. It appears as if I am trying to install <br>
&gt; PyQt6<br>
&gt; version 6.2.4. Is there any way to specify and install the latest wheel<br>
&gt; from <a href="https://pypi.org/simple/pyqt6-qt6/" rel="noreferrer" \
target="_blank">https://pypi.org/simple/pyqt6-qt6/</a>?<br> &gt; <br>
&gt; Thanks!<br>
&gt; <br>
&gt; Joshua Willman<br>
<br>
Problems like that are usually caused by an old version of pip.<br>
<br>
Phil<br>
</blockquote></div>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic