Table of Contents
/home/skyer9/.local/lib/python3.10/site-packages/urllib3/poolmanager.py:329: FutureWarning: The ‘strict’ parameter is no longer needed on Python 3+. This will raise an error in urllib3 v3.0.
strict 파라미터가 필요없음에도 라이브러리에서 strict 를 사용하기에 오류가 발생한다.
아래 명령을 실행해 주면 오류가 사라진다.
pip install --upgrade urllib3 requests