참고링크: https://github.com/aio-libs/aiohttp/issues/4987
(Problem) conda 가상환경에서 konlpy 설치하면 나타나는 error
pip install konlpy
(Solution) 다시 설치 확인 해보기
pip uninstall konlpy
pip install -U konlpy # install after cash clear
Requirement already satisfied: konlpy in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (0.5.2)
Requirement already satisfied: colorama in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from konlpy) (0.4.4)
Requirement already satisfied: lxml>=4.1.0 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from konlpy) (4.6.2)
Requirement already satisfied: numpy>=1.6 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from konlpy) (1.19.2)
Requirement already satisfied: beautifulsoup4==4.6.0 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from konlpy) (4.6.0)
Requirement already satisfied: tweepy>=3.7.0 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from konlpy) (3.10.0)
Requirement already satisfied: JPype1>=0.7.0 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from konlpy) (1.2.1)
Requirement already satisfied: typing-extensions in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from JPype1>=0.7.0->konlpy) (3.7.4.3)
Requirement already satisfied: six>=1.10.0 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from tweepy>=3.7.0->konlpy) (1.15.0)
Requirement already satisfied: requests-oauthlib>=0.7.0 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from tweepy>=3.7.0->konlpy) (1.3.0)
Requirement already satisfied: requests\[socks\]>=2.11.1 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from tweepy>=3.7.0->konlpy) (2.25.1)
Requirement already satisfied: oauthlib>=3.0.0 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from requests-oauthlib>=0.7.0->tweepy>=3.7.0->konlpy) (3.1.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from requests\[socks\]>=2.11.1->tweepy>=3.7.0->konlpy) (1.26.2)
Requirement already satisfied: idna<3,>=2.5 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from requests\[socks\]>=2.11.1->tweepy>=3.7.0->konlpy) (2.10)
Requirement already satisfied: chardet<5,>=3.0.2 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from requests\[socks\]>=2.11.1->tweepy>=3.7.0->konlpy) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from requests\[socks\]>=2.11.1->tweepy>=3.7.0->konlpy) (2020.12.5)
Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in ./anaconda3/envs/aiffel/lib/python3.7/site-packages (from requests\[socks\]>=2.11.1->tweepy>=3.7.0->konlpy) (1.7.1)