Vinícius Moreira
Vinícius Moreira
Hi @matbgn , have you restarted bauh after installing these dependencies ? Since they are Python dependencies and bauh is a Python application, you would need to restart it.
Try opening a Python shell through a CLI (`python 3`) and execute the following command: `from bs4 import BeautifulSoup, SoupStrainer`. If an exception is raised, it means something is wrong...
I believe it might be something related to the `pipx` environment. Try installing [beautifulsoup4](https://pypi.org/project/beautifulsoup4/) and [lxml](https://pypi.org/project/lxml/) with it as well.
Hi, @mothsART. I'm not familiar with Nix, but I will have a look here. Thanks for the suggestion.
All the images are now being cropped. I will have a look if it would be possible to render then in the original resolution if the window is maximized. About...
The "close" button has been added on the staging branch. The image scaling is still unimplemented.
Hi @arteze , it seems something related to your OS Qt 5 packages. I've never seen such error before.
Odd errors. You could post them in your distro forum to see if someone can give you a hand on that. I haven't got any issues with Arch and Ubuntu...
You can try the [isolated installation](https://github.com/vinifmor/bauh#inst_iso) to see if these issues don't happen
Great. I'm going to let the issue open so other people can follow your steps