We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
im trying to install the cudipy using pip. but the installer doing cupy rebuild.
i have no problem installing cupy for cuda 11.7 separately.
i have cuda running with tensorflow and works flawlessly.
but for this install is error on cupy rebuild
here the config summary
************************************************************ * CuPy Configuration Summary * ************************************************************ Build Environment: Include directories: ['C:\\Users\\gsiha\\AppData\\Local\\Temp\\pip-install-emb7ru0o\\cupy_c408cdb7fdc84a05a7f5b3ac01e3f362\\cupy/_core/include\\cupy/_cccl/libcudacxx', 'C:\\Users\\gsiha\\AppData\\Local\\Temp\\pip-install-emb7ru0o\\cupy_c408cdb7fdc84a05a7f5b3ac01e3f362\\cupy/_core/include\\cupy/_cccl/thrust', 'C:\\Users\\gsiha\\AppData\\Local\\Temp\\pip-install-emb7ru0o\\cupy_c408cdb7fdc84a05a7f5b3ac01e3f362\\cupy/_core/include\\cupy/_cccl/cub', 'C:\\Users\\gsiha\\AppData\\Local\\Temp\\pip-install-emb7ru0o\\cupy_c408cdb7fdc84a05a7f5b3ac01e3f362\\cupy/_core/include', 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.7\\include', 'C:\\Program Files\\NVIDIA Corporation\\Nsight Systems 2022.1.3\\target-windows-x64\\nvtx\\include'] Library directories: ['C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.7\\bin', 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.7\\lib\\x64'] nvcc command : ['C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.7\\bin/nvcc.exe'] hipcc command : (not found) Environment Variables: CFLAGS : (none) LDFLAGS : (none) LIBRARY_PATH : (none) CUDA_PATH : C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 NVCC : (none) HIPCC : (none) ROCM_HOME : (none) Modules: cuda : Yes (version 11070) cusolver : Yes cudnn : No -> Include files not found: ['cudnn.h'] -> Check your CFLAGS environment variable. nccl : No -> Include files not found: ['nccl.h'] -> Check your CFLAGS environment variable. nvtx : Yes cutensor : No -> Include files not found: ['cutensor.h'] -> Check your CFLAGS environment variable. cub : Yes (version 200200) jitify : Yes (version <unknown>) random : Yes thrust : Yes (version 200200) cusparselt: No -> Include files not found: ['cusparseLt.h'] -> Check your CFLAGS environment variable. dlpack : Yes WARNING: Some modules could not be configured. CuPy will be installed without these modules. Please refer to the Installation Guide for details: https://docs.cupy.dev/en/stable/install.html ************************************************************
and this is the error
error install cupy in cudipy.txt
my expectation : "when i install cupy separately, it use the other installation and not rebuilding it"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
im trying to install the cudipy using pip. but the installer doing cupy rebuild.
i have no problem installing cupy for cuda 11.7 separately.
i have cuda running with tensorflow and works flawlessly.
but for this install is error on cupy rebuild
here the config summary
and this is the error
error install cupy in cudipy.txt
my expectation : "when i install cupy separately, it use the other installation and not rebuilding it"
The text was updated successfully, but these errors were encountered: