-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install v2 in Python 3.10. & Virus detected in aqt.exe #423
Comments
This sounds like an issue with pip. Pip is supposed to pull packages directly from Pypi, which should have an up-to-date version available. Maybe someone in the computer lab installed aqtinstall several months ago, when v1.1.4 was current? You can try using pip to upgrade packages that are currently installed:
You can use pip to install directly from a git repository, instead of Pypi:
These are false positives: this is a very common problem with python programs packaged as executables: https://www.google.com/search?hl=en&q=virustotal%20flags%20python%20executable%20as%20malware
Code signing alone isn't enough to fix the problem. Apparently, there is a process where you can petition antivirus software companies to teach their software not to flag your executable as malware; this process must be repeated for every antivirus vendor, every time you release a new binary. I don't think that it's realistic for us to start doing this.
Everything in this project is open source. If you have security concerns, please read the source code, and if anything looks suspicious, please tell us so we can fix it. We use this program too, and none of us want it to install malware on our machines! |
Thanks a lot for your reply! First the important: I surely didn't want to suggest that the About my installation problems: I had a closer look and the issue and it seems to be that pip can't install certain dependencies and solves this by reverting to an older version of I also attached the CLI output of my failed installation. |
Hi @bitbacchus . I have 2 questions:
|
I am a little out of my depth here, so perhaps someone can correct me if I'm wrong:
I can think of a couple of potential ways to fix this:
|
Now just started a new project PyBCJ that provide a native CPython extension, as same manner as PyPPMd and PyZSTD does, that are helper libraries py7zr depends. |
@pzhlkj6612 @ddalcino Thank you all for your help! I guess this issue is solved for me and I'll close this :-) |
Dependencies of aqtinstall may not provide binary extensions for 3.10, at least projects I maintained. |
@miurahr Is the dependent library "bcj-cffi" not built the wheel for Python 3.10? |
Oh, haha. I tested with Python 3.9.7 and pip 21.2.3 (installed by the installer downloaded from python.org) and everything works fine. aqtinstall 2.0.0 has been installed. |
Yes, same here! With 3.9.7 everything installs fine! |
Dependency cffi is now 1.15.0rc2 which support python 3.10.0. |
Hi @bitbacchus , would you mind renaming this issue? I think we can make the title more informative. Here are my suggestions. The first sentence could be:
The second sentence could be:
And then combine the two sentences. For example: "Cannot install v2 in Python 3.10. Virus detected in aqt.exe". |
@pzhlkj6612 done 👍 |
First thanks so much for your work! It might save my C++ course this semester for which I have to install Qt Creator in our computer lab.
I ran, however, into some issues on Win 10:
pip install aqtinstall
installed version 1.1.4 on Windows (Linux worked fine and installed v 2.0.0). Is there a way to install v 2.0.0 with pip on Windows?aqt.exe
from the repo's release page, but Windows complaint about malicious behaviour and also on virustotal.com finds four security vendors who flag the file as malicious: https://www.virustotal.com/gui/file/b91c8c3aeac8fb22d5127012dee8793d5e40c15da77880448f309ab33d2f09ca/detectionAny idea why this might be?
Best,
Sebastian
The text was updated successfully, but these errors were encountered: