-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
No dot graphs in deb installation of DVC #3267
Comments
Conda installation of DVC is turning out to be problematic. It is not upgrading past version 0.54.1, probably due to a dependency conflict in my environment. |
@kaiogu Maybe try pipenv? |
For the record: issue here is that pydot is not included into regular dependencies in any package. We were afraid of it requireing graphviz, but looks like the installation itself is harmless and we could include it. It will raise an error when you try to use it though, if you don't have graphviz installed. |
Adjusted out setup.py, 0.82.7 is releasing now. Will update conda package as well. Thanks for the feedback! |
If I run
dvc pipeline show --dot
with the deb installation of DVC I get the following error:I tried many combinations of installing pydot and graphviz via
conda
,pip
andapt
, but all lead to the error above.Dot graph generation works when DVC (and pydot) is installed via conda.
Please provide information about your setup
DVC version: 0.82.2
Python version: 3.7.1
Platform: Linux-4.15.0-74-generic-x86_64-with-debian-buster-sid
Binary: True
Package: deb
Cache: reflink - not supported, hardlink - supported, symlink - supported
Filesystem type (cache directory): ('xfs', '/dev/mapper/vg_sdb-lv_sdb')
Filesystem type (workspace): ('xfs', '/dev/mapper/vg_sdb-lv_sdb')
The text was updated successfully, but these errors were encountered: