question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unlisted dependency

See original GitHub issue

After 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:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
jimkpcommented, Jan 29, 2017

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.

0reactions
rthicklingcommented, Mar 8, 2020

After some effort I have Remarkable working on an Ubuntu 19.10 system. I’ve listed the packages I needed here.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found