pytorch / text

Models, data loaders and abstractions for language processing, powered by PyTorch
https://pytorch.org/text
BSD 3-Clause "New" or "Revised" License
3.49k stars 813 forks source link

torchtext undefined symbol: _ZN2at4 #2186

Open lgarcialara opened 1 year ago

lgarcialara commented 1 year ago

❓ Questions and Help

Description I'm facing an issue with torchtext on colab. Link to notebook: https://colab.research.google.com/drive/1ihE6jM3oV9HWOaNCs8cRY_GCVjbtBrU7?usp=sharing

OSError: /usr/local/lib/python3.10/dist-packages/torchtext/lib/libtorchtext.so: undefined symbol: _ZN2at4_ops10select_int4callERKNS_6TensorElN3c106SymIntE Captura de pantalla (150)

Thanks

invalid-code commented 8 months ago

I'm getting the same error with a different symbol _ZN3c108ListType3getESsNS_4Type24SingletonOrSharedTypePtrIS1_EE pytorch and torchtext were installed with conda torchtext has a compatible pytorch version pytorch version 2.1.2 torchtext version 0.16.2