You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched the issue tracker and is pretty sure that there's no duplicate issue already filed
Issue Reproduce Instructions
Try installing WoeUSB-ng with this command sudo pipx install WoeUSB-ng
Expected Behavior
No error
Current Behavior
Pip returns error with following message:
pip failed to build package:
wxPython
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
configure: WARNING: system jpeg library not found, will use built-in instead
checking for LIBTIFF... not found via pkg-config
configure: WARNING: system tiff library not found, will use built-in instead
checking for LIBCURL... not found
The development files for GTK+ were not found. For GTK+ 2, please
ERROR: failed building wxWidgets
buildtools.builder.BuildError: Error running configure
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (wxPython)
Error installing woeusb-ng.
Information about the Operating System
Debian GNU/Linux 12 (bookworm)
The text was updated successfully, but these errors were encountered:
I got past this problem in Linux Mint 22.1 XFCE (derived from Ubuntu 24.04) by installing libgtk-3-dev. Perhaps the list of required dependencies for Ubuntu variants should updated to include libgtk-3-dev.
(Unfortunately, the installation still failed because Ubuntu variants now use pipx instead of python3-pip, and pipx should never be run as 'sudo' according to the pipx documentation. Running 'pipx install WoeUSB-ng' resulted in a permissions error "error: [Errno 13] Permission denied: '/usr/local/bin/woeusbgui'", but that's a different issue.)
Issue Reproduce Instructions
Expected Behavior
Current Behavior
Information about the Operating System
The text was updated successfully, but these errors were encountered: