Skip to content
Advertisement

Issues installing ueberzug on macos

I’ve been using the lf file manager lately and wanted to try setting up ueberzug as my previewer. However, getting ueberzug to install and run properly on my mac has been a real issue. Is it perhaps that I’m missing some dependencies, like X11 or some other library? I’d really appreciate it if someone could lend me a hand and help me figure this out

Here is the command I ran: pip3 install ueberzug

Here is the return code:

JavaScript

Advertisement

Answer

For those struggling with the same issue, all you have to do is add a few lines into your pydistutils.cfg file. If you don’t have this file simply create the file in your home directory with the command: touch ~/.pydistutils.cfg. Then add the following lines into your ~/.pydistutils.cfg:

JavaScript

All credit goes to this website for solving the issue https://dotfiles.rickbooth.me/docs/terminal/ueberzug

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement