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

error install #17

Open
TDL77 opened this issue Dec 14, 2023 · 1 comment
Open

error install #17

TDL77 opened this issue Dec 14, 2023 · 1 comment

Comments

@TDL77
Copy link

TDL77 commented Dec 14, 2023

image
image

@btbpanda
Copy link
Contributor

@TDL77 According to what you provided, this is unobvious why the error occured, but it is definetly the environment issue. You can check the following:

  1. Ensure that notebook kernel is set to the correct python path. Compare command line which python output and Notebook output of
import sys
print(sys.executable)
  1. Ensure that you are running on GPU available machine. Check the nvidia-smi output

  2. Ensure that there is single cupy installed inside the environment. Check the pip freeze | grep cupy output. Since, for example, conda cupy and pypi cupy-cuda110 or cupy-cuda11x are all the different packages! And import conflicts can occur. If cupy was already installed inside conda/mamba env, just pip uninstall cupy-cuda110 and try again

  3. Check that you installed the correct cupy for your cuda. cupy-cuda110 is the package for CUDA11.0. If you are running under another CUDA just uninstall cupy-cuda110 and install the version you need

If nonthing helps, just let me know again

@TDL77
Copy link
Author

TDL77 commented Dec 27, 2023

все переустановил , но таже ошибка

image

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