[오류 해결] googletrans 사용 중 오류
·
🧩 Language/Python
🐞 1. 오류 상황발생 환경: {Windows11, Python3.xxx/googletrans, vscode}오류 코드: ModuleNotFoundError: No module named 'cgi'import googletrans...에러 메시지: Traceback (most recent call last): import httpx File "c:\Users\user\AppData\Local\Programs\Python\Python313\Lib\site-packages\httpx\__init__.py", line 2, in from ._api import delete, get, head, options, patch, post, put, request, stream File "..