바뀜

둘러보기로 가기 검색하러 가기
36 바이트 제거됨 ,  2021년 4월 22일 (목) 22:55
22번째 줄: 22번째 줄:  
# pip install --upgrade pip
 
# pip install --upgrade pip
 
# <code>pip install tensorflow</code>를 할 때 <code>ERROR: Could not find a version that satisfies the requirement tensorflow</code>가 뜬다면 파이썬이 64bit용이 아니기 때문이다.(텐서플로우는 64bit 기반)
 
# <code>pip install tensorflow</code>를 할 때 <code>ERROR: Could not find a version that satisfies the requirement tensorflow</code>가 뜬다면 파이썬이 64bit용이 아니기 때문이다.(텐서플로우는 64bit 기반)
# cpu stable 버전을 설치했다면 추가로 넘파이 버전이 1.7 미만이 되도록 다시 설치해야 한다.
+
# cpu stable 버전이 요구하는 넘파이 버전이 일정 미만일 수 있다.
 
|
 
|
 
|-
 
|-

둘러보기 메뉴