meijieru / crnn.pytorch

Convolutional recurrent network in pytorch
MIT License
2.38k stars 658 forks source link

Getting this error on Anaconda Python #80

Closed arsalan993 closed 6 years ago

arsalan993 commented 6 years ago

I installed all the dependencies via Anaconda and now getting this error

(myroot3) arslan993@ubuntu:~/Desktop/crnn.pytorch$ python3 demo.py Traceback (most recent call last): File "demo.py", line 1, in import torch File "/home/arslan993/.conda/envs/myroot3/lib/python3.5/site-packages/torch/init.py", line 53, in from torch._C import * ImportError: /home/arslan993/.conda/envs/myroot3/lib/python3.5/site-packages/torch/_C.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ZN4thpp10THCSTensorIlEC1EP8THCStateP14THCSLongTensor

meijieru commented 6 years ago

It seems to be a problem of pytorch.

arsalan993 commented 6 years ago

Ca you update it to latest pytorch version