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

Package NotebookToLaTeX does not have PlutoUI in its dependencies #16

Open
theHatIsBack opened this issue Aug 14, 2024 · 0 comments
Open

Comments

@theHatIsBack
Copy link

Hi I've encountered a bug while attempting to use the package. It seems that PlutoUI is not listed as a package dependency.

system details:
julia version -> 1.10.4
NotebookToLaTeX version -> 0.1.5
OS -> SUSE Linux Enterprise Server 15 SP1

command used:
notebooktolatex("./AA112.jl"; template = :book)

error message:

ERROR: ArgumentError: Package NotebookToLaTeX does not have PlutoUI in its dependencies:

  • You may have a partially installed environment. Try Pkg.instantiate()
    to ensure all packages in the environment are installed.
  • Or, if you have NotebookToLaTeX checked out for development and have
    added PlutoUI as a dependency but haven't updated your primary
    environment's manifest file, try Pkg.resolve().
  • Otherwise you may need to report an issue with NotebookToLaTeX
    Stacktrace:
    [1] macro expansion
    @ ./loading.jl:1776 [inlined]
    [2] macro expansion
    @ ./lock.jl:267 [inlined]
    [3] __require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1753
    [4] #invoke_in_world#3
    @ ./essentials.jl:926 [inlined]
    [5] invoke_in_world
    @ ./essentials.jl:923 [inlined]
    [6] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1746
    [7] top-level scope
    @ none:3
    [8] eval
    @ ./boot.jl:385 [inlined]
    [9] collectoutputs(notebookdata::Dict{Symbol, Any}, path::String)
    @ NotebookToLaTeX ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/plutoconverter.jl:91
    [10] plutotolatex(notebookname::String, targetdir::String; template::Symbol, fontpath::Nothing)
    @ NotebookToLaTeX ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/plutoconverter.jl:154
    [11] plutotolatex
    @ ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/plutoconverter.jl:135 [inlined]
    [12] #notebooktolatex#30
    @ ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/NotebookToLaTeX.jl:56 [inlined]
    [13] notebooktolatex
    @ ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/NotebookToLaTeX.jl:54 [inlined]
    [14] top-level scope
    @ REPL[22]:1

Thanks in advance for you help resolving the issue.

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