No it wasn’t, installing it changes the error, but does not solve it.
andromeda:/home/fernando/tmp # zypper install typelib-1_0-GtkSource-3_0
Retrieving repository 'Packman Repository' metadata ........................................................................................................................[done]
Building repository 'Packman Repository' cache .............................................................................................................................[done]
Retrieving repository 'openSUSE-Leap-15.2-Update' metadata .................................................................................................................[done]
Building repository 'openSUSE-Leap-15.2-Update' cache ......................................................................................................................[done]
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
typelib-1_0-GtkSource-3_0
1 new package to install.
Overall download size: 38.3 KiB. Already cached: 0 B. After the operation, additional 70.4 KiB will be used.
Continue? [y/n/v/...? shows all options] (y):
Retrieving package typelib-1_0-GtkSource-3_0-3.24.11-lp152.2.5.x86_64 (1/1), 38.3 KiB ( 70.4 KiB unpacked)
Retrieving: typelib-1_0-GtkSource-3_0-3.24.11-lp152.2.5.x86_64.rpm .........................................................................................................[done]
Checking for file conflicts: ...............................................................................................................................................[done]
(1/1) Installing: typelib-1_0-GtkSource-3_0-3.24.11-lp152.2.5.x86_64 .......................................................................................................[done]
[1]+ Done yast2
andromeda:/home/fernando/tmp #
fernando@andromeda:~> remarkable
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in <module>
import remarkable
File "/usr/lib/python3/dist-packages/remarkable/__init__.py", line 30, in <module>
from remarkable import RemarkableWindow
File "/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py", line 27, in <module>
gi.require_version('WebKit', '3.0')
File "/usr/lib64/python3.6/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace WebKit not available
fernando@andromeda:~>
So now the problem is with Webkit.
I can’t find what package I have to install, so I tried with pip3, but it report just another error
andromeda:/home/fernando/tmp # pip install webkit
Traceback (most recent call last):
File "/usr/bin/pip", line 11, in <module>
load_entry_point('pip==10.0.1', 'console_scripts', 'pip3.6')()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 484, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2725, in load_entry_point
return ep.load()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2343, in load
return self.resolve()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2349, in resolve
module = __import__(self.module_name, fromlist='__name__'], level=0)
File "/usr/lib/python3.6/site-packages/pip/_internal/__init__.py", line 42, in <module>
from pip._internal import cmdoptions
File "/usr/lib/python3.6/site-packages/pip/_internal/cmdoptions.py", line 16, in <module>
from pip._internal.index import (
ImportError: cannot import name 'FormatControl'
andromeda:/home/fernando/tmp #
So, I’m stuck.