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 Pkg in its dependencies #15

Open
ihuangz opened this issue Feb 3, 2024 · 0 comments
Open

Package NotebookToLaTeX does not have Pkg in its dependencies #15

ihuangz opened this issue Feb 3, 2024 · 0 comments

Comments

@ihuangz
Copy link

ihuangz commented Feb 3, 2024

The system is Mac Apple M3 max
Julia Version 1.10.0 (2023-12-25)
NotebookToLaTeX v0.1.5
Here is the message:


ERROR: ArgumentError: Package NotebookToLaTeX does not have Pkg 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 Pkg 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
    @ Base ./loading.jl:1770 [inlined]
    [2] macro expansion
    @ Base ./lock.jl:267 [inlined]
    [3] __require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1747
    [4] #invoke_in_world#3
    @ Base ./essentials.jl:921 [inlined]
    [5] invoke_in_world
    @ Base ./essentials.jl:918 [inlined]
    [6] require(into::Module, mod::Symbol)
    @ Base ./loading.jl:1740
    [7] top-level scope
    @ none:2
    [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
    @ NotebookToLaTeX ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/plutoconverter.jl:135 [inlined]
    [12] #notebooktolatex#30
    @ NotebookToLaTeX ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/NotebookToLaTeX.jl:56 [inlined]
    [13] notebooktolatex
    @ NotebookToLaTeX ~/.julia/packages/NotebookToLaTeX/lDy6Q/src/NotebookToLaTeX.jl:54 [inlined]
    [14] top-level scope
    @ REPL[6]:1
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