[python] The Kernel crashed while executing code in the the current cell or a previous cell.

울며코드짜기·2023년 10월 4일
0

오류메세지:
The Kernel crashed while executing code in the the current cell or a previous cell. Please review the code in the cell(s) to identify a possible cause of the failure. Click here for more info. View Jupyter log for further details.

오류원인: tensorflow와 python 버전 불일치

해결방안:
그냥 메모리 부족이었음! 코랩으로 하니까 잘 되더라...


아래는 이렇게 고치면 된다더라 하고 찾아놓은 것
  1. 가상환경 실행 -> cmd 창에서 conda activate 가상환경명
  2. 파이썬 버전 확인 -> python -V
  3. 사용가능한 파이썬 버전 확인 -> conda search python
  4. x.x.x 버전 파이썬 설치 -> conda install python=x.x.x
profile
차라리 겨자 먹게 해주세요

0개의 댓글