크롤링을 위해서, BeautifulSoup를 사용하여 작업을 하려는 중, 아래와 같은 에러 발생 에러 메시지 D:\Study\python\venv\Scripts\python.exe D:/Study/python/coupang.py Traceback (most recent call last): File "D:/Study/python/coupang.py", line 10, in soup = BeautifulSoup(res.text, "lxml") File "D:\Study\python\venv\lib\site-packages\bs4\__init__.py", line 245, in __init__ raise FeatureNotFound( bs4.FeatureNotFound: Couldn't find a tree..