error install
@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:
- Ensure that notebook kernel is set to the correct python path. Compare command line
which pythonoutput and Notebook output of
import sys
print(sys.executable)
-
Ensure that you are running on GPU available machine. Check the
nvidia-smioutput -
Ensure that there is single
cupyinstalled inside the environment. Check thepip freeze | grep cupyoutput. Since, for example, condacupyand pypicupy-cuda110orcupy-cuda11xare all the different packages! And import conflicts can occur. If cupy was already installed inside conda/mamba env, justpip uninstall cupy-cuda110and try again -
Check that you installed the correct cupy for your cuda.
cupy-cuda110is 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
все переустановил , но таже ошибка