Unlisted dependency
See original GitHub issueAfter installing the dependencies remarkable complains about (python3-markdown and wkhtmltopdf) this is the output when I try to run ir:
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.5/site-packages/gi/__init__.py", line 118, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GtkSource not available
Had to also dnf install gtkviewsource3 to make it work.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
What to do about unlisted dependencies? #47 - npm/rfcs
This is a call for an RFC to address a problem. Trying out a new thing, using issues here. Sort of a request...
Read more >Installing unlisted packages and dependency chain quickly
I need Qt 5.15<, extra-cmake-modules 5.70< and KF5 lib 5.80<, any idea on how I can grab all the packages and their dependencies?...
Read more >Troubleshooting Unlisted Applications | Knowledge Base
To install dependencies into a particular bottle (i.e., the bottle containing the unlisted application), select the bottle from the Bottles list ...
Read more >yarnpkg-doctor | Yarn API
no unlisted dependencies. This rule warns when imported dependencies are not listed in a project/workspace's package.json. Node allows you to import any package ......
Read more >1913559 – Unlisted dependency for unzip - Red Hat Bugzilla
Description of problem: When trying to install a game the install process ends after downloading complete. How reproducible: Consistently fails Steps to ...
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
Thanks for reporting this. Not sure what distro and version you are using but for Fedora 25 the required package is gtksourceview3 so dnf install gtksourceview3 is the command.
After some effort I have Remarkable working on an Ubuntu 19.10 system. I’ve listed the packages I needed here.