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

Installation fails on ubuntu 22.04 #28

Open
WildPenquin opened this issue May 18, 2022 · 1 comment
Open

Installation fails on ubuntu 22.04 #28

WildPenquin opened this issue May 18, 2022 · 1 comment

Comments

@WildPenquin
Copy link

Hi!

Installing the template according to instructions fails on the second command:

$ python3 -m nb_pdf_template.install
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/ville/.local/lib/python3.10/site-packages/nb_pdf_template/install.py", line 37, in <module>
    install()
  File "/home/ville/.local/lib/python3.10/site-packages/nb_pdf_template/install.py", line 21, in install
    raise OSError("Directory: %s not found." % dst)
OSError: Directory: /usr/lib/python3/dist-packages/nbconvert/templates/latex not found.

Obviously /usr/lib/python3/dist-packages/nbconvert/templates/latex does not exist.

python3-nbconvert-6.4.0-1 installed system-wide.

@sutgeorge
Copy link

I get the exact same error. I use PopOS 22.04.

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

2 participants