apt_pkg (2) 썸네일형 리스트형 Error Q.1 Error : Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above. #24828 A.1 I had the same issue with TensorFlow 1.12 on an almost identical system as yours. Solution is to downgrade TensorFlow to 1.8.0 using: pip uninstall tensorflow-gpu pip install --upgrade tensorflow-gpu==1.8.0 Q.2 E: Could.. ModuleNotFoundError: no module named 'apt_pkg' 이것은 python3의 버전이 달라서 생기는 error 입니다. 아래의 명령어로 사용하고 있는 python의 버전을 확인합니다. sudo update-alternatives --config python3 그럼 아래와 같이 python3의 버전을 확인할 수 있습니다. 저는 python3.6이 선택되어 있어서 'apt_pkg' 에러가 발생했습니다. 아래에서 "type selection number"를 1 로 선택하여 python3.5로 바꿔준 후 실행하시면 됩니다. 저는 sublime text를 설치하는 도중에 이러한 문제가 생겨서, 설치 완료 후 다시 python3.6으로 돌아왔습니다. Reference [1] https://superuser.com/questions/1426746/modulenotfoun.. 이전 1 다음