<div dir="ltr">I am very sorry to bother again. I realized that my last message wasn't right. I didn't solve the problem. <div><br></div><div>I am still wondering why, after performing sip-install in the PyQt6 folder, why only sip is being built. Any ideas? </div><div><br></div><div>Let me know what kind of specs or any information I can give to figure this out. Thank you!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 23, 2020 at 8:34 AM RedHuli <<a href="mailto:redhuli.comments@gmail.com">redhuli.comments@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">UPDATE: So I solved the problem (after getting some rest). <div><br></div><div>I am now able to run sip-install using qmake from Qt 6. After the running building, I am able to open the Python shell and import PyQt6. However, none of the modules appeared to have been installed. When I run help(PyQt6), it only shows the following:</div><div><br></div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Help on package PyQt6:</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><b>NAME</b></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">    PyQt6</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><b>PACKAGE CONTENTS</b></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">    sip</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0);min-height:13px"><span style="font-variant-ligatures:no-common-ligatures"></span><br></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><b>FILE</b></span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">    (built-in)</span></p></div><div><br></div><div>Only sip has been built. Any ideas? Thank you for your help. </div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 23, 2020 at 7:06 AM RedHuli <<a href="mailto:redhuli.comments@gmail.com" target="_blank">redhuli.comments@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hey,<div><br></div><div>Sorry to bother with another question. </div><div><br></div><div>> Correct - it either needs to be in your $PATH, or you'll need to specify<br>> it via --qmake.<br></div><div><br></div><div>After installing Qt, I get a new error after locating qmake and trying to build PyQt:</div><div><p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">$ sip-install --qmake /Users/___/Qt/5.15.2/clang_64/bin/qmake</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Querying qmake about your Qt installation...</span></p>
<p style="margin:0px;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">sip-install: Qt v6 is required, not v5.15.2</span></p></div><div><br></div><div>Somehow everytime I try to download Qt 6 from the Qt website I automatically get version 5.15.2. I am not sure why that is? This may seem silly, but I have already downloaded Qt twice with the same error. Is it because I am trying to download open source and not the commercial version?</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 21, 2020 at 6:03 PM Florian Bruhin <<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Hey,<br>
<br>
(I re-added the mailinglist in my reply)<br>
<br>
On Mon, Dec 21, 2020 at 07:58:48AM +0800, RedHuli wrote:<br>
> Once I have completed downloading Qt (I am doing that now), I will then<br>
> need to locate the qmake file and specify it, the working qmake, when<br>
> running sip-install. Is that correct?<br>
<br>
Correct - it either needs to be in your $PATH, or you'll need to specify<br>
it via --qmake.<br>
<br>
Florian<br>
<br>
-- <br>
<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a> (Mail/XMPP) | <a href="https://www.qutebrowser.org" rel="noreferrer" target="_blank">https://www.qutebrowser.org</a> <br>
       <a href="https://bruhin.software/" rel="noreferrer" target="_blank">https://bruhin.software/</a> | <a href="https://github.com/sponsors/The-Compiler/" rel="noreferrer" target="_blank">https://github.com/sponsors/The-Compiler/</a><br>
       GPG: 916E B0C8 FD55 A072 | <a href="https://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">https://the-compiler.org/pubkey.asc</a><br>
             I love long mails! | <a href="https://email.is-not-s.ms/" rel="noreferrer" target="_blank">https://email.is-not-s.ms/</a><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>