-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
New TypeError issue [BUG] #3179
Comments
I got the same error after updating the dependencies of one of my packages.
I have no idea why Pkg behaves this way here. This is especially surprising since setting Plots to version 1.9.1 did not force downgrading any other package on my project. |
Hmm, this is happening for me as well on 1.9.1. I did not have any version of Plots previously installed. |
somehow installing |
I solved the problem as update ColorSchemes package manually.
Dependency might be broken? |
I downgraded StaticArrays, which solved the issue for me. |
Should be fixed by JuliaPlots/PlotUtils.jl#104 |
Updating ColorSchemes fixed it for me too, thanks @pluser |
I tried every solution here to no avail. In the end I updated Plots ie Pkg.update("Plots") and it worked. |
Details
I just upgraded to the latest Plots.jl, and I'm now getting the following error:
Backends
This bug occurs on ( insert
x
below )Versions
Plots.jl version: [91a5bcdd] Plots v1.4.3
Backend version (
]st -m
): [28b8d3ca] GR v0.50.1Output of
versioninfo()
:The text was updated successfully, but these errors were encountered: