python 소스 설치 시 error: the control flow of function ‘binascii_crc32’ 가 발생하면 아래 패키지를 설치해 본다.
[app@rinoapp1 ~]$ sudo yum install bzip2-devel libzip libzip-devel libzip-tools
만약 설치를 수행한 뒤에서 make 시에 위의 에러가 발생하면
설치 디렉토리에서
[app@rinoapp1 Python-3.8.2]$ find . -name \*.gcda -exec rm '{}' \;
수행 후
make clean ; make
재수행 시 에러가 발생하지 않는다.
참고 : https://bugs.python.org/issue34820
반응형
'Programming > Python' 카테고리의 다른 글
[Python] venv(가상환경) 사용방법 (0) | 2021.12.02 |
---|---|
python library path 추가 (0) | 2020.03.19 |
Python : 태양의 각도 구하기 (0) | 2020.03.01 |
Python : 연속된 문자열의 갯수 구하기 (0) | 2020.03.01 |
Python : Depth 있는 List 를 단일 List 로 정리 (0) | 2020.02.29 |