일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvCommandError
- print("""
- 파이썬 sep
- not a git repository
- 코딩테스트
- 99클럽 #99일지 #코딩테스트 #개발자스터디 #항해 #til
- print sep
- 주니어개발자멘토링
- 항해플러스
- 파이썬 map 함수
- 99클럽
- cp949
- 개발자스터디
- 코딩부트캠프후기
- 백준
- 주니어개발자역량강화
- 99일지
- 항해
- 파이썬
- Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
- 파이썬 |
- 파이썬 클래스
- 개발자사이드프로젝트
- vscode cp949
- MomentumParameters
- 파이썬 int()
- 10430번
- Til
- fatal:not a git repository
- 항해99
- Today
- Total
목록cp949 (2)
선발대
에러상태 Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings' EnvCommandError Command C:\Users\Username\AppData\Local\pypoetry\Cache\virtualenvs\pythonproject3-vNE5Sc6M-py3.9\Scripts\python.exe -W ignore - errored with the fo llowing return code 1, and output: Python pat..
에러 상태, 해결방안 UnicodeDecodeError: 'cp949' codec can't decode byte 0xeb in position 16: illegal multibyte sequence 어제 조코딩 웹크롤링 강의(클릭)를 듣고 있는데, 가상환경으로 경로를 잡고 터미널에 pip install selenium을 입력하니 위와 같은 상태의 오류가 나왔다. 처음에는 간단한거라 생각하고 구글링을 했는데 4시간을 붙잡고 봐도 계속 산으로 가는 기분이 들었다. 결국 팀원 분들께 SOS 해서 결국 오늘 아침에 전부 해결할 수 있었다. 휴 진작에 도움을 요청할 걸 그랬다. 원인은 간단했다. 여러 블로그 글에 따르면, utf-8 encoding을 사용하는 파일을 cp949로 읽으려고 해서 나오는 문제라고 한..