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

pip install cuml-cu11 --extra-index-url=https://pypi.nvidia.com #9

Closed
DoloresChong opened this issue Apr 18, 2023 · 4 comments
Closed

Comments

@DoloresChong
Copy link

Why am I unable to install cuml-cu11? I've tried various methods, including accessing https://pypi.nvidia.com/ directly, but I've been denied access due to lack of permissions.
image

@yosugahhh
Copy link

use wsl, not windows

@patricklabatut
Copy link
Contributor

You seem to be using Windows. We should clarify that the code does expect a Linux environment and has never been tested elsewhere. So the above recommendation to use instead WSL on Windows could indeed help although there is no guarantee this will actually work without more efforts.

Additionally, conda is the recommended way to install the right dependencies for the training and evaluation code. If you nevertherless want to use pip install, AFAICT this command line should install the right packages (from an environment with just python 3.9):

pip install --extra-index-url https://download.pytorch.org/whl/cu117 --extra-index-url https://pypi.nvidia.com git+https://github.com/facebookresearch/dinov2

Or just:

pip install -r requirements.txt

to not even install the dinov2 package.

@DoloresChong
Copy link
Author

DoloresChong commented Apr 18, 2023

Thank you,I think it's very effective@yosugahhh

@DoloresChong
Copy link
Author

Thank you very much for your reminder. I was too careless to notice that the project needs to run on Linux. Thanks again. @patricklabatut

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

3 participants