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
After a fresh install from the rpm on a fedora 37 system, running remarkable produces the following error:
$ remarkable
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in
import remarkable
File "/usr/lib/python3/dist-packages/remarkable/init.py", line 30, in
from remarkable import RemarkableWindow
File "/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py", line 27, in
gi.require_version('WebKit', '3.0')
File "/usr/lib64/python3.11/site-packages/gi/init.py", line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace WebKit not available for version 3.0
The text was updated successfully, but these errors were encountered:
After a fresh install from the rpm on a fedora 37 system, running remarkable produces the following error:
$ remarkable
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in
import remarkable
File "/usr/lib/python3/dist-packages/remarkable/init.py", line 30, in
from remarkable import RemarkableWindow
File "/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py", line 27, in
gi.require_version('WebKit', '3.0')
File "/usr/lib64/python3.11/site-packages/gi/init.py", line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace WebKit not available for version 3.0
The text was updated successfully, but these errors were encountered: