You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I tried to run joycond-cemuhook, I got the error shown below:
$ joycond-cemuhook
Traceback (most recent call last):
File "/home/username/anaconda3/bin/joycond-cemuhook", line 5, in
from joycond_cemuhook import main
File "/home/username/anaconda3/lib/python3.12/site-packages/joycond_cemuhook/init.py", line 19, in
from gi.repository import GLib
File "/home/username/anaconda3/lib/python3.12/site-packages/gi/init.py", line 40, in
from . import _gi
ImportError: libgirepository-1.0.so.1: undefined symbol: g_once_init_leave_pointer
I think the dependencies are installed with latest version, maybe a compatibility issue of my system env
The text was updated successfully, but these errors were encountered:
$ joycond-cemuhook
Traceback (most recent call last):
File "/home/ludo/.local/bin/joycond-cemuhook", line 5, in
from joycond_cemuhook import main
File "/home/ludo/.local/share/pipx/venvs/joycond-cemuhook/lib/python3.12/site-packages/joycond_cemuhook/init.py", line 19, in
from gi.repository import GLib
ModuleNotFoundError: No module named 'gi'
In my system the python3-gi package is installed with apt.
If I run python by command line I can impor GLib:
$ python3
Python 3.12.7 (main, Nov 6 2024, 18:29:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
My env is:
Ubuntu 24.04
python 3.12.5
when I tried to run joycond-cemuhook, I got the error shown below:
$ joycond-cemuhook
Traceback (most recent call last):
File "/home/username/anaconda3/bin/joycond-cemuhook", line 5, in
from joycond_cemuhook import main
File "/home/username/anaconda3/lib/python3.12/site-packages/joycond_cemuhook/init.py", line 19, in
from gi.repository import GLib
File "/home/username/anaconda3/lib/python3.12/site-packages/gi/init.py", line 40, in
from . import _gi
ImportError: libgirepository-1.0.so.1: undefined symbol: g_once_init_leave_pointer
I think the dependencies are installed with latest version, maybe a compatibility issue of my system env
The text was updated successfully, but these errors were encountered: