NotebookToLaTeX.jl icon indicating copy to clipboard operation
NotebookToLaTeX.jl copied to clipboard

Package NotebookToLaTeX does not have PlutoUI in its dependencies

Open theHatIsBack opened this issue 6 months ago • 0 comments

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.

theHatIsBack avatar Aug 14 '24 09:08 theHatIsBack