torchtext의 데이터셋을 불러오려면 먼저 torchdata를 설치해야합니다.
torchdata를 설치할 때 아래와 같은 ERROR가 발생할 수 있습니다.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
datascience 0.10.6 requires folium==0.2.1, but you have folium 0.8.3 which is incompatible.
호환성 관련 ERROR 표시로 folium 0.2.1. 버전을 설치하면 해결할 수 있습니다. 이 때 호환성 관련 ERROR 표시가 나오더라도 torchdata가 설치될 수 있으니 삭제한 후 재설치하면 됩니다.