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

binary package on Windows? #48

Open
skshetry opened this issue Apr 4, 2023 · 2 comments
Open

binary package on Windows? #48

skshetry opened this issue Apr 4, 2023 · 2 comments

Comments

@skshetry
Copy link
Member

skshetry commented Apr 4, 2023

setup-dvc/src/utils.js

Lines 91 to 94 in bca4f2e

await exec(
`pip install --upgrade dvc[all]${
version !== 'latest' ? `==${version}` : ''
}`

I was wondering why we don't use a binary package on Windows as we do for Linux/macOS.
I maybe missing something.

@skshetry
Copy link
Member Author

skshetry commented Apr 4, 2023

Note that installing dvc[all] may take 2-3 minutes in a happy path scenario. If there are conflicts, it might be even more slower.

Also, I think the binary packages should also be cached, it takes half a minute to download.

@dacbd
Copy link
Contributor

dacbd commented Apr 13, 2023

I don't know of any particular reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants