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

tree: update hint about missing deps #5005

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Dec 1, 2020

Related to #4997
Fixes #4987

Thank you for the contribution - we'll try to review it as soon as possible. πŸ™

Comment on lines +126 to +127
"pip": f"pip install 'dvc[{scheme}]'",
"conda": f"conda install -c conda-forge dvc-{scheme}",
Copy link
Contributor Author

@efiop efiop Dec 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could also colorize it a bit like in updater. Just for consistency.

EDIT: ok, updater needs some refactor too. Keeping as is.

"\n"
f"\t{cmd}\n"
"\n"
f"See {link} for more info."
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have thought about adding a troubleshooting entry, but doesn't seem worth it, as install instructions already have extras described.

Comment on lines -121 to -122
" 1) Install specific missing dependencies:\n"
" pip install {}\n"
Copy link
Contributor Author

@efiop efiop Dec 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The usefulness of this and all is questionable and it seems more confusing than helpful. Left only one specific command instead.

@efiop efiop merged commit c884c94 into iterative:master Dec 1, 2020
@efiop efiop added the ui user interface / interaction label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui user interface / interaction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dvc 1.10.2 does not provide the extra 'webdavs'
1 participant