-
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
install: "Cask 'dvc' is not installed." error #2680
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. |
So one would need to delete https://github.com/iterative/dvc/blob/0.66.3/dvc/updater.py#L126 and this code block https://github.com/iterative/dvc/blob/0.66.3/dvc/updater.py#L173 |
I would like to work on it . |
@kss682 Sure, go ahead! 🙂 |
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? |
Fixed issue #2680 and Simple typo rectified
Installed DVC 0.64.0 via pkg on MacOS:
Cloned and changed into the cloned iterative/example-get-started project, and ran dvc pull twice. Second run:
I realize this may be a fixed bug but just double checking it's not related to the updater.
The text was updated successfully, but these errors were encountered: