-
-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Description
See https://discourse.julialang.org/t/package-update-unsatisfiable-requirements/74745
I had an issue with Symbolics.jl and raised an issue.
Turned out that Pkg.update() did not fetch the latest version, without further warning.
julia> Pkg.add(PackageSpec(name="Symbolics", version="4.3.0"))
...
ERROR: Unsatisfiable requirements detected for package GLMakie [e9467ef8]:
...
After removing GLMakie.jl the update of Symbolics.jl proceeded as expected.
Is there an option to have a more verbose update()?
Is there a more general way to handle unsatisfiable requirements?
Metadata
Metadata
Assignees
Labels
No labels