On Saturday, December 28, 2019 at 8:41:16 PM UTC+1, Samuel Lelievre wrote:
>
> Le sam. 28 déc. 2019 à 02:12, Samuel Lelièvre: 
> > 
> > Computer, OS, build choices: 
> > 
> > - iMac, Mid 2015 
> > - macOS 10.14.6 Mojave 
> > - build for Python 2 
> > - build Sage's `gcc` and `openssl` packages 
> > - build Sage's Python with its `_ssl` and `_tkinter` modules 
> > 
> > Running `make testlong` gave 2 failing doctests 
> > in the file `src/sage/misc/sageinspect.py`. 
> > 
> > Running the tests for that file again gave 6 failing doctests. 
>
> The key parts seem to be these: 
>
> >     ModuleNotFoundError: No module named 
> > '_Users_lelievre__sage_temp_Ghost_80496_tmp_2caqjln__pyx_0' 
>  

No, I rather believe the key part is this:
(build/cythonized/sage/misc/lazy_import.c:3686) 
        return self.get_object()(*args, **kwds) 
      File 
"/Users/lelievre/s/sage2gcc/local/lib/python3.7/site-packages/sage/misc/cython.py",
 


You say that you are using Sage with python-2, but according to the path it 
is python-3. Perhaps you upgraded from python-2 to python-3 without make 
distclean? Probably the discussion should be moved to the ticket, #28928

Best regards,
Simon

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/13d1e622-ecdd-493f-a607-95ecb249a692%40googlegroups.com.

Reply via email to