Dvc: install: "Cask 'dvc' is not installed." error

Created on 27 Oct 2019  路  6Comments  路  Source: iterative/dvc

Installed DVC 0.64.0 via pkg on MacOS:

$ dvc version
DVC version: 0.64.0
Python version: 3.6.5
Platform: Darwin-19.0.0-x86_64-i386-64bit
Binary: True
Cache: reflink - True, hardlink - True, symlink - True
Filesystem type (cache directory): ('apfs', '/dev/disk1s5')
Filesystem type (workspace): ('apfs', '/dev/disk1s5')

Cloned and changed into the cloned iterative/example-get-started project, and ran dvc pull twice. Second run:

$ dvc pull
Error: Cask 'dvc' is not installed.
+----------------------------------------------------------+
|                                                          |
|            Update available 0.64.0 -> 0.66.0             |
|                Find the latest release at                |
|     https://github.com/iterative/dvc/releases/latest     |
|                                                          |
+----------------------------------------------------------+

Everything is up to date.                                                                                                                                     

I realize this may be a fixed bug but just double checking it's not related to the updater.

bug good first issue hacktoberfest p2-medium

Most helpful comment

I would like to work on it .

All 6 comments

@jorgeorpinel I think it happens here https://github.com/iterative/dvc/blob/0.66.1/dvc/updater.py#L176 since we are not silencing the output.

For the record, we can remove cask detection now, as we've abandoned it.

I would like to work on it .

@kss682 Sure, go ahead! 馃檪

Thanks guys. So to summarize, the outputmentioned in https://github.com/iterative/dvc/issues/2680#issuecomment-546743254 should be silenced and Cask detection should be removed, as mentioned in https://github.com/iterative/dvc/issues/2680#issuecomment-549063932). Right?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yukw777 picture yukw777  路  45Comments

dmpetrov picture dmpetrov  路  35Comments

danfischetti picture danfischetti  路  41Comments

Casyfill picture Casyfill  路  56Comments

gcoter picture gcoter  路  38Comments