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

Sense_emu_gui startup error on WSL Linux #39

Open
altex111 opened this issue May 23, 2024 · 0 comments
Open

Sense_emu_gui startup error on WSL Linux #39

altex111 opened this issue May 23, 2024 · 0 comments

Comments

@altex111
Copy link

I am having problem starting the gui. I am using ubuntu 20.04 wsl from windows. I have connected to the wsl in vscode.
After installing everything acording to the installation manual, I called the sense_emu_gui command and I got the following error message:

dev_wsl@DESKTOP-REFSTK5:~/dev$ sense_emu_gui
Traceback (most recent call last):
  File "/usr/bin/sense_emu_gui", line 9, in <module>
    load_entry_point('sense-emu==1.1', 'gui_scripts', 'sense_emu_gui')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 490, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2854, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2445, in load
    return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2451, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3/dist-packages/sense_emu/gui.py", line 43, in <module>
    gi.require_version('cairo', '1.0')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace cairo not available

I am hoping you can help me resolve the problem

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

No branches or pull requests

1 participant