Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Window TF Installation Error] could not find a version that satisfies the requirement tensorflow (from versions none) #24

Closed
RyanKor opened this issue Sep 14, 2021 · 0 comments
Assignees
Labels
bug Something isn't working Certificate GCP Professional Data Engineer documentation Improvements or additions to documentation

Comments

@RyanKor
Copy link
Owner

RyanKor commented Sep 14, 2021

유튜브 및 블로그 구글링을 하면서 텐서플로우 시험을 치를 때, 텐서플로우 시험 플러그인만 설치하면 안되고, 반드시 코드를 실행하는 필수 모듈까지 설치해야된다는 것을 확인했고, 이에 따라 M1 맥북에서는 시험에 필요한 모든 모듈을 설치하기 어렵다고 판단, 기존에 갖고 있던 5년 된 윈도우 노트북을 사용해야겠다 결론을 지음

M1 맥북에서

  • 텐서플로우 설치는 되나 반드시 아나콘다를 설치해야함 (텐서플로우 시험 관리국에서 아나콘다는 절대 사용하지 말라고 언급)
  • 판다스, 넘파이, pillow조차 아나콘다가 있어야 설치 가능

결과적으로 윈도우로 넘어와서 현재 환경 설정 중인데 환경 설정 중에 다음과 같은 에러가 발생했다.

could not find a version that satisfies the requirement tensorflow (from versions none)

찾아보니 32비트 파이썬을 설치했을 경우 텐서 플로우 버전을 찾을 수 없는 에러가 발생 (맥북은 기본적으로 64비트 지원인 것 같은데, 윈도우는 아직까지 32비트와 호환되는 듯 싶다)

해당 에러 해결을 위해 윈도우에 설치된 32비트 파이썬을 삭제하고 64비트 파이썬 3.8.0으로 재설치를 진행하고 있다.

경과

-> 설치 완료!

"""
시험에서 요구하는 다음과 같은 사항을 모두 설치했다.

python == 3.8.0
tensorflow==2.5.0
tensorflow-datasets==4.3.0
Pillow==8.2.0
pandas==1.2.4
numpy==1.19.5
scipy==1.7.0
@RyanKor RyanKor added bug Something isn't working documentation Improvements or additions to documentation Certificate GCP Professional Data Engineer labels Sep 14, 2021
@RyanKor RyanKor self-assigned this Sep 14, 2021
@RyanKor RyanKor closed this as completed Sep 14, 2021
@RyanKor RyanKor added this to Done in ML Bootcamp Schedule Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Certificate GCP Professional Data Engineer documentation Improvements or additions to documentation
Development

No branches or pull requests

1 participant