【Python】Pytorch 、torchtext、python版本关系

torchtext问题:torch和torchtext版本不兼容

pytorch中 torchtext的问题:torchtext/_torchtext.so: undefined symbol

torchtext/_torchtext.so: undefined symbol: _ZNK3c104Type14isSubtypeOfExtESt10shared_ptrIS0_EPSo

解决办法:

安装
torch1.7.0
torchvision0.8.0
torchtext0.8.0

安装pytorch

你可能感兴趣的:(python,pytorch,深度学习)