tensorflow에러 (1) 썸네일형 리스트형 [VSCODE] tensorflow 오류 - Could not find a version that satisfies the requirement vscode에서 tensorflow를 설치하려고 아래와 같이 명령어를 입력했더니 $ !pip install tensorflow 두둥... 에러가 났습니다.. ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow 왜죠.. 이제 에러를 해결하기 위한 여정을 떠나보겠습니다. 1. 콘다, 파이썬 패키지 업데이트 $ conda update -n base conda $ conda update --all 2. conda 로 텐서플로 설치 $ conda install tensorflow 이제 tensorflo.. 이전 1 다음