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

install: "Cask 'dvc' is not installed." error #2680

Closed
jorgeorpinel opened this issue Oct 27, 2019 · 6 comments · Fixed by #2715
Closed

install: "Cask 'dvc' is not installed." error #2680

jorgeorpinel opened this issue Oct 27, 2019 · 6 comments · Fixed by #2715
Labels
bug Did we break something? good first issue hacktoberfest p2-medium Medium priority, should be done, but less important

Comments

@jorgeorpinel
Copy link
Contributor

jorgeorpinel commented Oct 27, 2019

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.

@jorgeorpinel jorgeorpinel added bug Did we break something? question I have a question? labels Oct 27, 2019
@efiop
Copy link
Contributor

efiop commented Oct 27, 2019

@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.

@efiop efiop added p2-medium Medium priority, should be done, but less important good first issue and removed question I have a question? labels Oct 27, 2019
@efiop
Copy link
Contributor

efiop commented Nov 2, 2019

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

@efiop
Copy link
Contributor

efiop commented Nov 2, 2019

@kss682
Copy link
Contributor

kss682 commented Nov 2, 2019

I would like to work on it .

@efiop
Copy link
Contributor

efiop commented Nov 2, 2019

@kss682 Sure, go ahead! 🙂

@jorgeorpinel
Copy link
Contributor Author

Thanks guys. So to summarize, the outputmentioned in #2680 (comment) should be silenced and Cask detection should be removed, as mentioned in #2680 (comment)). Right?

efiop added a commit that referenced this issue Nov 3, 2019
Fixed issue #2680 and Simple typo rectified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Did we break something? good first issue hacktoberfest p2-medium Medium priority, should be done, but less important
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants