Sat 2020-01-04 17:34 UTC, John Cremona:
>
> Apologies now I see that some of the earlier thread on this topic
> was started by me with similar issues (on a different machine).
> I just don't remember such things these days.  The sooner I can
> find someone else to be sysadmin for the 8 or so machines
> I look after the better!

The error at the end of the log:

    ModuleNotFoundError: No module named 'readline'

meant Python was not able to build its readline module.

So, did something like the following solve the problem?

    $ sudo apt-get install libncurses5-dev libreadline-dev
    $ make ncurses-clean
    $ make readline-clean
    $ make configure
    $ ./configure
    $ make

-- 
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/CAEcArF2NnOpGCfu_zcz%2BDOP0c_L0dx%3DVpgnT1JaCRpB4p7Cznw%40mail.gmail.com.

Reply via email to