Skip to content

Script does not find any files #22

Description

I am trying to run this on both .md files and .wiki files (with the --pattern option) and even if I specify the directory, the script always returns:

no@x60:~/envs/zkviz/bin$ ~/envs/zkviz/bin/zkviz --only-list --notes-dir "/home/no/try/vimwiki/LT/Ab1.md" "/home/no/try/vimwiki/LT/Ab2.md" --only-list
Traceback (most recent call last):
  File "/home/no/envs/zkviz/bin/zkviz", line 11, in <module>
    load_entry_point('zkviz==1.3.0', 'console_scripts', 'zkviz')()
  File "/home/no/envs/zkviz/lib/python3.6/site-packages/zkviz/zkviz.py", line 168, in main
    raise FileNotFoundError("I'm sorry, I couldn't find any files.")
FileNotFoundError: I'm sorry, I couldn't find any files.

Am I missing something obvious here? I have all graphviz packages installed from what I can tell and even with --only-list, as above, it does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions