Closed MartinDelille closed 4 years ago
Ok after looking at the azure pipeline mac job I noticed I was missing something: brew install p7zip
Like #93, a missing p7zip
installation should display a more expressive error.
What version of aqtinstall you use?
Most recent v0.7.4 does not use p7zip
in default.
How can I guess my current aqt
version? aqt version
and aqt --version
returns both an error.
Oh!! It has been no version option implemented yet. You can use 'pip show' command
$ pip show aqtinstall
Name: aqtinstall
Version: 0.7.4
Summary: Another unofficial Qt installer
Home-page: http://github.com/miurahr/aqtinstall
Author: Hiroshi Miura
Author-email: miurahr@linux.com
License: MIT
Location: /home/miurahr/.virtualenvs/aqtinstall/lib/python3.6/site-packages
Requires: wheel, requests, packaging, py7zr
Required-by:
Thanks!
$ pip show aqtinstall
Name: aqtinstall
Version: 0.6
Summary: Another unofficial Qt installer
Home-page: http://github.com/miurahr/aqtinstall
Author: Hioshi Miura
Author-email: miurahr@linux.com
License: MIT
Location: /usr/local/lib/python3.7/site-packages
Requires: py7zr, six, requests, packaging
Required-by:
v0.6 depends on p7zip command which is installed in default folder. v0.7.4 uses py7zr library to extract and it also support '-E <7z command full path>' option.
Ok so if I understand well, it'll be fixed once the new version will be available on pip
.
Thanks for your time!
I wanted to try
aqtinstall
but I have the following error:What is
7zr
?