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

Update to work with julia 1.9 #110

Closed
bryaan opened this issue May 1, 2023 · 4 comments
Closed

Update to work with julia 1.9 #110

bryaan opened this issue May 1, 2023 · 4 comments

Comments

@bryaan
Copy link

bryaan commented May 1, 2023

Please update this package to work with julia 1.9.

ERROR: LoadError: ArgumentError: Package ParameterizedFunctionsExt does not have ParameterizedFunctions 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 ParameterizedFunctionsExt checked out for development and have
  added ParameterizedFunctions 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 ParameterizedFunctionsExt
Stacktrace:
 [1] macro expansion
   @ ./loading.jl:1597 [inlined]
 [2] macro expansion
   @ ./lock.jl:267 [inlined]
 [3] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:1574
 [4] top-level scope
   @ ~/.julia/packages/Latexify/kPsTM/ext/ParameterizedFunctionsExt.jl:4
 [5] include
   @ ./Base.jl:457 [inlined]
 [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
   @ Base ./loading.jl:2012
 [7] top-level scope
   @ stdin:2
in expression starting at /Users/bryan/.julia/packages/Latexify/kPsTM/ext/ParameterizedFunctionsExt.jl:1
in expression starting at stdin:2
┌ Error: Error during loading of extension ParameterizedFunctionsExt of Latexify, use `Base.retry_load_extensions()` to retry.
│   exception =
│    1-element ExceptionStack:
│    Failed to precompile ParameterizedFunctionsExt [18ff8e20-bf52-57ba-a972-04d5fc044831] to "/Users/bryan/.julia/compiled/v1.9/ParameterizedFunctionsExt/jl_x5s81O".
│    Stacktrace:
│      [1] error(s::String)
│        @ Base ./error.jl:35
│      [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
│        @ Base ./loading.jl:2262
│      [3] compilecache
│        @ ./loading.jl:2129 [inlined]
│      [4] _require(pkg::Base.PkgId, env::Nothing)
│        @ Base ./loading.jl:1772
│      [5] _require_prelocked(uuidkey::Base.PkgId, env::Nothing)
│        @ Base ./loading.jl:1623
│      [6] _require_prelocked(uuidkey::Base.PkgId)
│        @ Base ./loading.jl:1621
│      [7] run_extension_callbacks(extid::Base.ExtensionId)
│        @ Base ./loading.jl:1194
│      [8] run_extension_callbacks()
│        @ Base ./loading.jl:1252
│      [9] _require_prelocked(uuidkey::Base.PkgId, env::Nothing)
│        @ Base ./loading.jl:1636
│     [10] _require_prelocked(uuidkey::Base.PkgId)
│        @ Base ./loading.jl:1621
│     [11] run_extension_callbacks(extid::Base.ExtensionId)
│        @ Base ./loading.jl:1194
│     [12] run_extension_callbacks()
│        @ Base ./loading.jl:1252
│     [13] _require_prelocked(uuidkey::Base.PkgId, env::String)
│        @ Base ./loading.jl:1636
│     [14] macro expansion
│        @ ./loading.jl:1611 [inlined]
│     [15] macro expansion
│        @ ./lock.jl:267 [inlined]
│     [16] require(into::Module, mod::Symbol)
│        @ Base ./loading.jl:1574
│     [17] include(fname::String)
│        @ Base.MainInclude ./client.jl:478
│     [18] top-level scope
│        @ ~/src/tibra/Tibra.jl/scripts/run_tibrax_server.jl:4
│     [19] include(mod::Module, _path::String)
│        @ Base ./Base.jl:457
│     [20] exec_options(opts::Base.JLOptions)
│        @ Base ./client.jl:307
│     [21] _start()
│        @ Base ./client.jl:522
└ @ Base loading.jl:1200
@ChrisRackauckas
Copy link
Member

The code that's erroring is not in this repo, and the repo that's throwing this error (Latexify.jl) already has a fix if you update it.

@ChrisRackauckas
Copy link
Member

korsbo/Latexify.jl#258

@bryaan
Copy link
Author

bryaan commented May 2, 2023

Oh ok sorry to bother!

@ChrisRackauckas
Copy link
Member

No worries, just improving the paper trail

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