Skip to content
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

Linux MINT 22 does not install woeusb-ng #120

Open
jamesnasa opened this issue Jul 17, 2024 · 6 comments · May be fixed by #129
Open

Linux MINT 22 does not install woeusb-ng #120

jamesnasa opened this issue Jul 17, 2024 · 6 comments · May be fixed by #129

Comments

@jamesnasa
Copy link

jamesnasa commented Jul 17, 2024

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
Erro-linux mint-22

@nguyendangkin
Copy link

nguyendangkin commented Jul 26, 2024

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

@jamesnasa
Copy link
Author

jamesnasa commented Jul 29, 2024

Eu também tenho o mesmo problema, mas não sei como consertar. Usei o pacote .deb (2022-01-07 05:53) e funciona. WoeUSB-ng_v0.2.10.deb

instalei e nao funciona, qual o link para baixar

@nguyendangkin
Copy link

Eu também tenho o mesmo problema, mas não sei como consertar. Usei o pacote .deb (2022-01-07 05:53) e funciona. WoeUSB-ng_v0.2.10.deb

instalei e nao funciona, qual o link para baixar

https://osdn.net/projects/woeusb-ng/
https://osdn.net/projects/woeusb-ng/downloads/76517/WoeUSB-ng_v0.2.10.deb/

sudo dpkg -i WoeUSB-ng_v0.2.10.deb (if gives error)
Run:
sudo apt update
sudo apt install python3-wxgtk4.0 (error?)
Use this command if it gives error:
sudo apt --fix-broken install

And run again:
sudo apt update
sudo apt upgrade
sudo apt install python3-wxgtk4.0
sudo dpkg -i WoeUSB-ng_v0.2.10.deb

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.

@absmith82
Copy link

The issue is that Python now will not let you install via pip without using venv or virtualenv any longer.

you have to use
python3 -m venv WoeUSB
or equivalent and then
source WoeUSB/bin/activate
from there you can either install via source or pip3 install WoeUSB-ng

Also the directions seem to forget to tell you for wxPython you have to install libgtk-3-dev or your distro equivalent

@jamesnasa
Copy link
Author

jamesnasa commented Aug 24, 2024

**nguyendangkin ** c

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

@jamesnasa
Copy link
Author

O problema é que agora o Python não permite mais a instalação via pip sem usar venv ou virtualenv.

você tem que usar python3 -m venv WoeUSB ou equivalente e então source WoeUSB/bin/activate a partir daí você pode instalar via fonte ou pip3 instalar WoeUSB-ng

Além disso, as instruções parecem esquecer de informar que para o wxPython você precisa instalar o libgtk-3-dev ou o equivalente de sua distribuição.

o nosso colega nguyendangkin mandou uma solução que resolveu agradeço a sua informação

@BombFoolGranny BombFoolGranny linked a pull request Jan 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants