We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Install failed due to crcerror
To Reproduce Steps to reproduce the behavior:
aqt
Expected behavior A clear and concise description of what you expected to happen.
aqt output Add program output to help explain your problem. WARNING : Caught CrcError, terminating installer workers ERROR : (959788162, 3653432065, '6.7.0/gcc_64/plugins/imageformats/libqicns.so') Traceback (most recent call last): File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 182, in run args.func(args) File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 447, in run_install_qt run_installer(qt_archives.get_packages(), base_dir, sevenzip, keep, _archive_dest) File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 1189, in run_installer raise e from e File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 1148, in run_installer pool.starmap(installer, tasks) File "/usr/lib/python3.10/multiprocessing/pool.py", line 375, in starmap return self._map_async(func, iterable, starmapstar, chunksize).get() File "/usr/lib/python3.10/multiprocessing/pool.py", line 774, in get raise self._value py7zr.exceptions.CrcError: (959788162, 3653432065, '6.7.0/gcc_64/plugins/imageformats/libqicns.so') ERROR : aqtinstall(aqt) v3.1.13 on Python 3.10.12 [CPython GCC 11.4.0] Working dir: /home/steam Arguments: ['/home/steam/.local/bin/aqt', 'install-qt', 'linux', 'desktop', '6.7.0', 'linux_gcc_64', '-m', 'all'] Host: uname_result(system='Linux', node='iZj6ceafr1ibcd707jvjiiZ', release='5.15.0-71-generic', version='#78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023', machine='x86_64')
/home/steam
['/home/steam/.local/bin/aqt', 'install-qt', 'linux', 'desktop', '6.7.0', 'linux_gcc_64', '-m', 'all']
uname_result(system='Linux', node='iZj6ceafr1ibcd707jvjiiZ', release='5.15.0-71-generic', version='#78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023', machine='x86_64')
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
duplicate #777
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Install failed due to crcerror
To Reproduce
Steps to reproduce the behavior:
aqt
using pipaqt
with aqt install-qt linux desktop 6.7.0 linux_gcc_64 -m allExpected behavior
A clear and concise description of what you expected to happen.
aqt
outputAdd program output to help explain your problem.
WARNING : Caught CrcError, terminating installer workers
ERROR : (959788162, 3653432065, '6.7.0/gcc_64/plugins/imageformats/libqicns.so')
Traceback (most recent call last):
File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 182, in run
args.func(args)
File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 447, in run_install_qt
run_installer(qt_archives.get_packages(), base_dir, sevenzip, keep, _archive_dest)
File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 1189, in run_installer
raise e from e
File "/home/steam/.local/lib/python3.10/site-packages/aqt/installer.py", line 1148, in run_installer
pool.starmap(installer, tasks)
File "/usr/lib/python3.10/multiprocessing/pool.py", line 375, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "/usr/lib/python3.10/multiprocessing/pool.py", line 774, in get
raise self._value
py7zr.exceptions.CrcError: (959788162, 3653432065, '6.7.0/gcc_64/plugins/imageformats/libqicns.so')
ERROR : aqtinstall(aqt) v3.1.13 on Python 3.10.12 [CPython GCC 11.4.0]
Working dir:
/home/steam
Arguments:
['/home/steam/.local/bin/aqt', 'install-qt', 'linux', 'desktop', '6.7.0', 'linux_gcc_64', '-m', 'all']
Host:uname_result(system='Linux', node='iZj6ceafr1ibcd707jvjiiZ', release='5.15.0-71-generic', version='#78-Ubuntu SMP Tue Apr 18 09:00:29 UTC 2023', machine='x86_64')
Desktop (please complete the following information):
aqt
version 3.1.13Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: