-
Notifications
You must be signed in to change notification settings - Fork 5
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
ERROR: UndefVarError: kaleido
not defined in PlotlyKaleido
#22
Comments
Thanks for the report. I can't reproduce the issue unfortunately, despite testing on a very similar system. Perhaps we could make the call to |
That was quick. Thanks for looking into this! If there's anything that I could do to facilitate triaging this issue, please let me know. |
@jd-foster @BeastyBlacksmith Figured it out! There was a package that was preventing What I don't understand is why Julia wouldn't just download |
Can you clarify what you mean by this? |
Sure. Here is the order of events.
As I understand it, each package is supposed to exist in its own sandbox, yet having |
No, that is wrong. Each package sets a range of versions of its dependencies that it is compatible with in the |
Thanks for the explanation! I'm surprised to see that this is the behavior of Pkg. One package can cause all sorts of issues for other packages. Fortunately, we were able to solve it, but if I were new to Julia, an issue like this would probably scare me away. |
Apart from nix I am unaware of any software environment, that handles this fundamentally differently. |
I have been having this issue for a while on my Mac.
versioninfo()
:Pkg.status
:The text was updated successfully, but these errors were encountered: