Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 파이썬 map 함수
- print sep
- 10430번
- not a git repository
- 항해플러스
- vscode cp949
- 코딩부트캠프후기
- 항해99
- 개발자스터디
- 99일지
- 99클럽
- 백준
- fatal:not a git repository
- Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
- EnvCommandError
- 개발자사이드프로젝트
- 코딩테스트
- 항해
- 99클럽 #99일지 #코딩테스트 #개발자스터디 #항해 #til
- 파이썬 |
- 주니어개발자멘토링
- 파이썬 sep
- MomentumParameters
- print("""
- Til
- 주니어개발자역량강화
- 파이썬
- 파이썬 int()
- cp949
- 파이썬 클래스
Archives
- Today
- Total
선발대
[에러] 아나콘다 환경에서 tensorflow 설치 본문
에러상태
ImportError: cannot import name 'MomentumParameters' from 'tensorflow.python.tpu.tpu_embedding' (C:\anaconda3\envs\djangoProject\lib\site-packages\tensorflow\python\tpu\tpu_embedding.py)
forrtl: error (200): program aborting due to control-C event
이렇게 설치했더니 위와 같은 에러가 나왔다.
conda install tensorflow
해결방안
conda install tensorflow==2.3.0 tensorflow-estimator=2.3.0
튜터님이 알려주신 위의 명령어를 터미널에 입력했더니 오류 없이 서버가 잘 작동하였다!
'참고사항 > 에러노트' 카테고리의 다른 글
[에러] AWS 계정이 정지되어 인증에 실패했습니다. (1달 반 걸림) (0) | 2022.04.06 |
---|---|
[에러] 파이참 poetry 설치 시 인코딩 에러 (0) | 2022.03.11 |
[에러] 장고 프로젝트 이름 수정 시, 모듈 못 찾을 때 (0) | 2022.02.24 |
[에러] .git 폴더 없으면 git init 해주기 (0) | 2022.01.28 |
[에러] vscode 터미널에서 pip install 오류(cp949) (0) | 2022.01.13 |
Comments