-
Notifications
You must be signed in to change notification settings - Fork 232
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
Graphviz plugins not registered #3252
Comments
The help function of
Might the version resolution be different between conda and pixi? ( Please note that pixi doesn't download from the |
I'm not aiming to get the version, but to print out the verbose plugin information (which fails if the plugins haven't been loaded). These plugins need to be loaded to do anything useful with My conda global config is already constrained to use only conda list
pixi list
It shouldn't be necessary to configure the plugins manually (i.e., run According to the Only after I call |
Checks
pixi --version
.Reproducible example
Pixi (fails):
Conda (succeeds):
Issue description
When installing graphviz from conda-forge using
conda
, the plugins are registered and it is possible to then save a.dot
file to e.g..png
.When installing graphviz from conda-forge using
pixi
, the plugins are not registered and the commanddot -c
must be run in the pixi environment shell before any graphviz operations are possible.This extends to using pydot, which has
graphviz
as a dependency on conda-forge.dot_object.write_png(...)
fails in a Python script if run within apixi
environment becausedot -c
must first be run in the shell.Expected behavior
dot -v
should return:The text was updated successfully, but these errors were encountered: