You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try and install on Julia v1.1.0 it comes up with the following error message:
ERROR: Unsatisfiable requirements detected for package LaTeX [8fc9afd4]:
LaTeX [8fc9afd4] log:
├─possible versions are: [0.0.1-0.0.2, 0.1.0-0.1.1] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.2, 0.1.0-0.1.1]
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left
The commit messages suggest it's available for v1, so I'm not sure why it won't work, do you have any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered:
I can add the package, but I'm getting errors during precompilation now:
ERROR: LoadError: LoadError: syntax: extra token "HANDLE" after end of expression
Stacktrace:
[1] include at .\boot.jl:326 [inlined]
[2] include_relative(::Module, ::String) at .\loading.jl:1038
[3] include at .\sysimg.jl:29 [inlined]
[4] include(::String) at C:\Users\lucy_.julia\packages\LaTeX\Gh5Dm\src\LaTeX.jl:1
[5] top-level scope at none:0
[6] include at .\boot.jl:326 [inlined]
[7] include_relative(::Module, ::String) at .\loading.jl:1038
[8] include(::Module, ::String) at .\sysimg.jl:29
[9] top-level scope at none:2
[10] eval at .\boot.jl:328 [inlined]
[11] eval(::Expr) at .\client.jl:404
[12] top-level scope at .\none:3
in expression starting at C:\Users\lucy_.julia\packages\LaTeX\Gh5Dm\src\wincall.jl:1
in expression starting at C:\Users\lucy_.julia\packages\LaTeX\Gh5Dm\src\LaTeX.jl:6
When I try and install on Julia v1.1.0 it comes up with the following error message:
ERROR: Unsatisfiable requirements detected for package LaTeX [8fc9afd4]:
LaTeX [8fc9afd4] log:
├─possible versions are: [0.0.1-0.0.2, 0.1.0-0.1.1] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.2, 0.1.0-0.1.1]
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left
The commit messages suggest it's available for v1, so I'm not sure why it won't work, do you have any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: