Python ImportError: libtorch_cuda_cpp.so: undefined symbol

Hi,

I'm a big fan of R and Rstudio. I'm running the open-source Rstudio Server (1.3.1093) and intend to move all my data analysis workflow to Rstudio.

I encountered an error when I tried to import pytorch in Rstudio:

> reticulate::repl_python()
Python 3.8.5 (/home/xxx/anaconda3/bin/python)
Reticulate 1.18 REPL -- A Python interpreter in R.
>>> import torch
ImportError: /home/xxx/anaconda3/lib/python3.8/site-packages/torch/lib/libtorch_cuda_cpp.so: undefined symbol: _ZNK3c104Type14isSubtypeOfExtERKSt10shared_ptrIS0_EPSo

My pytorch and cudatoolkit (11.1) was installed by conda. Importing pytorch in python is successful.

Is there a workaround of this? Really appreciate any advice.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.