Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can anyone meet this error #8

Closed
yanmenglu opened this issue May 30, 2019 · 5 comments
Closed

can anyone meet this error #8

yanmenglu opened this issue May 30, 2019 · 5 comments

Comments

@yanmenglu
Copy link

when I run, I meet this error. May be pytoch version . Is anyone can help me to resolve this, thank you very much.
I use anaconda3, pytorch version is 1.0.1.
image

@yinnhao
Copy link

yinnhao commented May 30, 2019

when I run, I meet this error. May be pytoch version . Is anyone can help me to resolve this, thank you very much.
I use anaconda3, pytorch version is 1.0.1.
image

I also met this error.
1.Make sure your GCC >= 4.9 for pytorch c++ Extensions;
Instructions for installing GCC >= 4.9: https://gist.github.com/goldsborough/d466f43e8ffc948ff92de7486c5216d6

  1. Your pytorch was compiled with _GLIBCXX_USE_CXX11_ABI=1, but your c++ Extension was compiled with _GLIBCXX_USE_CXX11_ABI=0, or the opposite.
    see your pytorch whether built with CXX_ABI=1 or 0 via torch._C._GLIBCXX_USE_CXX11_ABI.

My pytorch showed torch._C._GLIBCXX_USE_CXX11_ABI=True, then I insall pytorch 1.1.0 by 'conda install pytorch torchvision cudatoolkit=9.0 -c pytorch' , this version's 'torch._C._GLIBCXX_USE_CXX11_ABI' is False. Finally, 'rm -r build' and build again.

@yanmenglu
Copy link
Author

yanmenglu commented May 30, 2019

ok, thank you, I will try . My gcc version is 5.4.0.

@yanmenglu
Copy link
Author

@hahahaprince the other question, when I use 'conda install pytorch torchvision cudatoolkit=9.0 -c pytorch' , the package is 376.8M. the speed is very slow. And also often timeout disconnect, and you how to install that.

@yinnhao
Copy link

yinnhao commented May 31, 2019

@yanmenglu sorry for the late reply, I didn't meet disconnection. Have you solve problems?

@yanmenglu
Copy link
Author

@hahahaprince I have solve that ,just the problem in the computer network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants