lanedet icon indicating copy to clipboard operation
lanedet copied to clipboard

Import error: undefined symbol: _ZNK2at10TensorBase8data_ptrIdEEPT_v

Open zzggzz opened this issue 2 years ago • 3 comments

Hi, I have had this error when trying to run, could you please check it out? thank you

zzggzz avatar Aug 10 '22 16:08 zzggzz

Is the problem solved? I had the same problem。

Afeihan avatar Aug 23 '22 00:08 Afeihan

have the same problem waiting for a good man to reply

WjzZwd avatar Sep 28 '22 08:09 WjzZwd

I just faced this problem today after I accidentally installed an incompatible version of torch after installing the torchaudio. Try pip install -U torch if you are installing the latest version of torchaudio package or just make sure that the torch package version you have is compatible with the torchaudio package version. This solved my problem. p.s. I didn't even look at the project :) maybe check for the torchvision version instead of torchaudio.

eyenpi avatar Oct 05 '22 17:10 eyenpi