텐서플로우를 삭제했다가 재설치시 다음과 같은 에러가 나는 경우가 있습니다. Uninstalling setuptools-40.8.0: Could not install packages due to an EnvironmentError: [WinError 32] 다른 프로세스가 파일을 사용 중이기 때문에 프로세스가 액세스 할 수 없습니다: 'c:\\pycharmprojects\\keras\\venv\\lib\\site-packages\\setuptools-40.8.0-py3.7.egg' Consider using the `--user` option or check the permissions. 2020. 3. 4. 최초작성 메시지에 나오는대로 –user 를 사용해도 해결이 되지 않더군요… 대신 –no-cache..
Ubuntu 20.04에 CUDA Toolkit와 cuDNN, Tensorflow를 설치하는 방법을 다룹니다. 텐서플로우 최신 버전( 현재 2.5.0 )에서 CUDA 11을 사용하고 있어 수정했습니다. 2020. 7. 19 최초 작성 2020. 8. 31 2021. 5. 21 CUDA 11.0, cuDNN 8.0.5 사용 2021. 5. 24 CUDA 11.1, cuDNN 8.1.0 사용 2021. 5. 29 CUDA 11.2, cuDNN 8.1.0으로 변경 CUDA를 같이 사용하는 OpenCV에서 다음 에러가 발생해서 변경함. checkVersions CUDART version 11020 reported by cuDNN 8100 does not match with the version reported ..
WSL2 상에 설치된 Ubuntu에서 Tensorflow 사용시 CUDA/cuDNN 라이브러리 관련 다음과 같은 에러가 나는 경우 해결방법입니다. 2023-08-03 10:13:40.536799: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:432] Loaded cuDNN version 8600 Could not load library libcudnn_cnn_infer.so.8. Error: libcuda.so: cannot open shared object file: No such file or directory 2023. 8. 6 최초작성 다음 링크에 나온대로 진행하여 해결했습니다. https://discuss.tensorflow.org/t..