I have the following error:
➜ ~ remarkable
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in <module>
import remarkable
ModuleNotFoundError: No module named 'remarkable'
I noticed that /usr/bin/remarkable script tries to add some folders to pythonpath, where remarkable module may be located, but neither of these folders are present in my system after the installation.
I'm using asdf to manage Python versions. Global version is set to system.
Pinned Comments