On Friday, April 20, 2018 at 8:43:58 AM UTC-7, Dima Pasechnik wrote:
>
> I can't reproduce this on OSX 10.13 Xeon machine, with 8.2.rc3 + #23353 
> and + #24969
> built from scratch with clang/clang++
>
> Perhaps #24969 would fix your error?
>

Why would upgrading R fix the error? I can try it, but I don't see why, 
since cysignals seems to be the problem.
 

>
> Or maybe it's because of 
>
> $ ./sage 
> SageMath version 8.2.rc3, Release Date: 2018-04-16
> sage: from sage.doctest.external import has_internet
> sage: has_internet()
> False
>
>
> What does this has_internet() do, really?
>
> I get this on the machine at LRI, where I log in via ssh...
>
>
I get this, too. has_internet() does this:

    from six.moves import urllib
    urllib.request.urlopen("http://www.sagemath.org",timeout=1)

which, when I run interactively, gives

    HTTPError: HTTP Error 403: Forbidden

and this causes the function returns False. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to