WSL에서 Airflow를 설치하기 위해 curl 명령어를 실행하자 인증서 에러가 발생했다. curl: (60) SSL certificate problem: unable to get local issuer certificate
Livy session has failed. Session state: Error. Error code: AVAILABLE_POOL_CAPACITY_EXCEEDED. Your job requested 12 vcores. However, the pool only ...
로컬 레포지토리(master)에서 원격 레포지토리(origin)로 push를 하기 위해 git push -u origin masetr 를 입력 후, 깃허브 ID 와 PW를 입력하는 순간 아래와 같은 인증 에러가 발생하였다.
셀레니움으로 개발한 웹 자동화 프로그램에서 발생한 "V8 process OOM (Oilpan: Large allocation.)" 오류 해결 과정에 대해 정리하였다.
urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate signature failure (_ssl.c:1002) 발생 원인 및 해결방법
pandas에서 슬라이스된 데이터프레임에 값을 설정하려고 할 때 발생하는 경고이다. 이 경고는 슬라이스가 원본 데이터프레임의 뷰(view)가 아닌 복사본(copy)일 수 있으며, 이 경우 값 설정이 원본 데이터프레임에 반영되지 않을