mupen64plus / mupen64plus-ui-python

A frontend for Mupen64Plus
http://m64py.sourceforge.net/
GNU General Public License v3.0
249 stars 67 forks source link

[Errno 2] No such file or directory: 'lrelease' #173

Closed LonelyMusicDisc closed 3 years ago

LonelyMusicDisc commented 4 years ago

python3 setup.py build running build running build_qt error: [Errno 2] No such file or directory: 'lrelease'

LonelyMusicDisc commented 4 years ago

I'm using Linux mint (cinnamon) btw.

evereux commented 3 years ago

Confirmed.

The problem seems to relate to this commit.

maybe @gen2brain can help here?

I rolled back the 2.5 release and managed to build fine.

gen2brain commented 3 years ago

You are just missing some package that contains lrelease util. Not sure which one, and what distro you are on, for me, I just install PyQt5 and everything is there. Some distros split that into many different packages.

Unounited commented 3 years ago

sudo apt install qt5-default libpcap-dev libncurses5-dev libprocps-dev libxtst-dev libxcb-util0-dev qttools5-dev-tools libdtkwidget-dev libdtkwm-dev pkg-config worked for me

asiplas commented 3 years ago

For what it's worth, Fedora names the binary lrelease-qt5 so a symlink or adjustment to setup.py is needed.

LonelyMusicDisc commented 3 years ago

this issue will be closed since I'm not using mupen64plus as of now. please reopen if you have the same issue/it isn't fixed