ValueError: Namespace GtkSource not available for version 3.0
See original GitHub issueUnable to run application missing python package. I don’t know what package is missing from python.
$ 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 26, in <module>
gi.require_version('GtkSource', '3.0')
File "/usr/lib64/python3.9/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace GtkSource not available for version 3.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
ValueError: Namespace Gtk not available - Stack Overflow
You need to install gobject-introspection, python3-gi and gir1.2-gtk-3.0, these packages includes the files to expose the GTK+ libs to ...
Read more >ValueError: Namespace GtkSource not ... - Bountysource
Unable to run application missing python package. I don't know what package is missing from python. $ remarkable Traceback (most recent call ...
Read more >1760054 – [abrt] rednotebook: module(): __init__.py:133 ...
Bug 1760054 - [abrt] rednotebook: module(): __init__.py:133:require_version:ValueError: Namespace GtkSource not available for version 3.0.
Read more >T9145 AutoKey stopped working - Solus
ValueError : Namespace GtkSource not available for version 3.0. This is the full traceback: $ autokey-gtk (autokey-gtk:2608): Gtk-WARNING **: 15:02:25.501: ...
Read more >setzer: "Namespace GtkSource not available for version 4"
Package: setzer Version: 0.3.1-2 Severity: normal X-Debbugs-Cc: ma...@straka.info marek@dimotion:~$ setzer (setzer:35566): dbind-WARNING ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I also touched this problem on Fedora 33, gtksourceview4-4.8.0-1.fc33.x86_64 had been installed in the past.
I tried to install gtksourceview3-3.24.11-4.fc33.x86_64 by
sudo dnf install gtksourceview3
, the problem was solved 😃I had this problem and after checking the log, I figured out it’s because of
.deb
dependencies.so I wrote this answer here from this issue #371
Hope this helps