text icon indicating copy to clipboard operation
text copied to clipboard

torchtext undefined symbol: _ZN2at4

Open lgarcialara opened this issue 2 years ago • 1 comments

❓ 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

lgarcialara avatar Jun 28 '23 21:06 lgarcialara

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

invalid-code avatar Dec 26 '23 09:12 invalid-code