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

All the examples in the documentation are broken #8

Closed
gbruer15 opened this issue Dec 13, 2024 · 3 comments · Fixed by #9
Closed

All the examples in the documentation are broken #8

gbruer15 opened this issue Dec 13, 2024 · 3 comments · Fixed by #9

Comments

@gbruer15
Copy link

The culprit is likely this:

Error: MissingException: No plotting backend found, either PyPlot or Python
Plot need to be loaded in the script

Also, the build should probably fail if the examples fail.

@mloubout
Copy link
Member

PythonPlot is loaded in the first cell, this is likely a Symbol/string miss-match/conversion which is needed with PythonPlot

@gbruer15
Copy link
Author

I think it's the CondaPkg not being available through PythonPlot.CondaPkg.

From here

[ Info: Initializing PythonPlotSlimExt
┌ Error: Error during loading of extension PythonPlotSlimExt of SlimPlotting, use `Base.retry_load_extensions()` to retry.
│   exception =
│    2-element ExceptionStack:
│    InitError: UndefVarError: `CondaPkg` not defined in `PythonPlot`

There may be a different package that makes it easy to access CondaPkg?

Right now, @shiqinzeng is looking into fixing this as her first foray into Julia.

@mloubout
Copy link
Member

They must have removed itas a dependency PythonPlot.PythonCall.CondaPkg or PythonPlot.PythonCall.C.CondaPkg instead of PythonPlot.CondaPkg should fix it

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

Successfully merging a pull request may close this issue.

2 participants