-
Notifications
You must be signed in to change notification settings - Fork 144
Linux MINT 22 does not install woeusb-ng #120
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
Comments
I also have the same problem but don't know how to fix it. I used the .deb (2022-01-07 05:53) package, and it works. WoeUSB-ng_v0.2.10.deb |
instalei e nao funciona, qual o link para baixar |
https://osdn.net/projects/woeusb-ng/ sudo dpkg -i WoeUSB-ng_v0.2.10.deb (if gives error) And run again: I don't see it creating an icon in the menu for the app; but when it installs successfully it automatically launches the app and I use it. I use ZorinOs 16.3 baseon ubuntu 22.04. I back to win11. |
The issue is that Python now will not let you install via pip without using venv or virtualenv any longer. you have to use Also the directions seem to forget to tell you for wxPython you have to install libgtk-3-dev or your distro equivalent |
funcionou perfeitamente, sua dica foi ótima muito obrigado. O problema era que instalava mas não apresentava o ícone na área de trabalho foi só criar o ícone e resolveu tudo igual você mencionou |
o nosso colega nguyendangkin mandou uma solução que resolveu agradeço a sua informação |
So in simple terms this is not possible on linux mint? If it is someone paste the exact commands to be used plz |
Try this:
|
And if you keep having issues with wxPython not compiling, get the wheel off of their own server and install it into your home folder somewhere. Then, pass pipx some extra arguments: That'll force Pip to only use pre-compiled wheel binaries, and since it can't find any wheels for wxPython on PyPi, it'll look in the /path/to/wheelfile location for a source. It'll then use that precompiled binary. You can also forego the complexity here by just making a simple python venv, installing the wheel binary first with If you find any errors relating to permissions denied on the /usr/bin folders and alike, take ownership of them or change them to a directory that's actually in your user's control. don't run pip with sudo. Find your wheels here, but take care to pick the one for your version of python. Ubuntu 24.x is the correct base for LM 22.x: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04/ |
Unfortunately it doesn't work on my PC, when I try to install with pip3 after those commands, I got permission error |
|
Had a similar permission error when installing with your method, here is the full output with the error:
|
Suffering from the same error list as @Theinventor777. It seems that newer versions of setuptools are stricter about this configuration, while older versions might have been more tolerant. |
I tried to install woeusb-ng on the Linux Mint 22 distribution but the externally-managed-enviroment error appears as shown in the following photo. Is there a step by step solution?
thank you

The text was updated successfully, but these errors were encountered: