This message was deleted.
# ask-anything
s
This message was deleted.
e
Looks like there is some incompatibility with pygraphviz. Can you see if this fixes the problem?
s
nope, still same issue
oh, interesting, so if I run it in a different directory, it works
is there some sorta caching you're doing?
e
weird. we're not doing any chaching. what version of python and graphviz (
dot -V
) are you using? I'll try to replicate it
s
dot - graphviz version 2.50.0 (20211209.0339)
python --version Python 3.8.12
oh, interesting... ok, I think I figured it out
%%bash dot -V
Copy code
dot - graphviz version 2.40.1 (0)
I am running jupyterhub
which is running on python 37
I then run a particulra conda environment using a jupyter kernel
it's supposed to run everything in that environment
but it looks like graphviz isn't being repsected.
also, when I drop to %%bash, it somehow drops out of the conda environment as well... i image its related
e
interesting. So I guess you have two environments, right? Could it be the case that when running
Copy code
pip uninstall ploomber
pip install git+<https://github.com/ploomber/ploomber@colors>
and then test the plot, you installed in one but tested in another? if you get a chance, please install from git, then run
ploomber --version
and check that you see a
dev
at the end (this means it was installed from git), then check if
ploomber plot
works.