Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.11/dist-packages/mdv-1.7.5-py3.11.egg/mdv/b16' #113

Open
mnm-sys opened this issue Nov 1, 2024 · 0 comments

Comments

@mnm-sys
Copy link

mnm-sys commented Nov 1, 2024

root@xcosdav622:/scratch/manavend/teme/ma35_teme_v1.2.1_241031/matest# mdv README.md
Traceback (most recent call last):
  File "/usr/local/bin/mdv", line 33, in <module>
    sys.exit(load_entry_point('mdv==1.7.5', 'console_scripts', 'mdv')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/mdv-1.7.5-py3.11.egg/mdv/markdownviewer.py", line 1706, in run
    print(main(**kw) if PY3 else str(main(**kw)))
          ^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/mdv-1.7.5-py3.11.egg/mdv/markdownviewer.py", line 1312, in main
    theme = random_theme(theme_dirs)
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/mdv-1.7.5-py3.11.egg/mdv/markdownviewer.py", line 1249, in random_theme
    [r.extend([k for k in os.listdir(d) if k.endswith('.json')]) for d in dirs]
  File "/usr/local/lib/python3.11/dist-packages/mdv-1.7.5-py3.11.egg/mdv/markdownviewer.py", line 1249, in <listcomp>
    [r.extend([k for k in os.listdir(d) if k.endswith('.json')]) for d in dirs]
                          ^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.11/dist-packages/mdv-1.7.5-py3.11.egg/mdv/b16'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant