-
Notifications
You must be signed in to change notification settings - Fork 859
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
Conda and pip crash with ../sysdeps/posix/getaddrinfo.c:2583: getaddrinfo: Assertion #1331
Comments
Thanks for opening this issue. When posting an issue the more information you can provide us the better job we can do to attempt to reproduce on our end and see what is wrong. I installed conda from here and after installing I was able to run "conda update conda" successfully. https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh I am running build 14963 so it's possible this was fixed after the Anniversary update.
|
@benhillis I'm sorry that I don't describe clearly. Actually I can use The problem is, I use @therealkenc I check them out before, all of them don't work for me, thanks anyway. Now I don't know what happen. I find I try them many times before, they did crash everytime! It's crazy. Thank you anyway. |
A brief description
I just do nothing and then conda and pip crashed when I want to install or update some packages.
apt-get
andcurl,wget
works well.Error when running sudo apt-get update on build 14372 #614 doesn't work for me.
Expected results
It should begin to install packages.
Actual results (with terminal output if applicable)
When I enter command
conda update conda
, terminal output isFetching package metadata ...python: ../sysdeps/posix/getaddrinfo.c:2583: getaddrinfo: Assertion '(__extension__ ({ const struct in6_addr *__a = (const struct in6_addr *) (sin6->sin6_addr.__in6_u.__u6_addr32); __a->__in6_u.__u6_addr32[0] == 0 && __a->__in6_u.__u6_addr32[1] == 0 && __a->__in6_u.__u6_addr32[2] == __bswap_32 (0xffff); }))' failed. Aborted (core dumped)
When I use pip, if the packages is already installed, it is ok, otherwise it crashes with the same output.
10.1.14393
conda
orpip
to install or update packages.What can I do to fix it? Thanks.
The text was updated successfully, but these errors were encountered: