Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-20 Thread F Lengyel
I'd like to point out that after a mkdir -p $HOME/sage/local/lib/sage/ext_data and a recursive copy of the contents of $HOME/sage/sage-9.7/src/sage/ext_data to $HOME/sage/local/lib/sage/ext_data in commands: cd $HOME/sage/sage-9.7/src/sage/ext_data cp -r .

Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-20 Thread F Lengyel
On Monday, October 17, 2022 at 5:00:56 PM UTC-4 Matthias Koeppe wrote: > Details please - what is broken > Apologies -- the related error occurs in Ubuntu 20.04 compiling sage-9.7 and on the raspberry pi running Raspbian GNU/Linux 11 also compiling sage-9.7, and after a successful build.

Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-17 Thread Henri Girard
wsl2 in ubuntu  22.04 has 9.5.4.1 sagemath Le 17/10/2022 à 23:00, Matthias Koeppe a écrit : Details please - what is broken On Saturday, October 15, 2022 at 9:13:06 PM UTC-7 florian...@gmail.com wrote: This pertains to installation of sage-9.7.tar.gz under WSL2. I've found it

Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-17 Thread Matthias Koeppe
Details please - what is broken On Saturday, October 15, 2022 at 9:13:06 PM UTC-7 florian...@gmail.com wrote: > This pertains to installation of sage-9.7.tar.gz under WSL2. I've found it > necessary to run > > cp -r $HOME/sage/sage-9.7/src/sage/ext_data/ > $HOME/sage/local/lib/sage > >

Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-15 Thread F Lengyel
This pertains to installation of sage-9.7.tar.gz under WSL2. I've found it necessary to run cp -r $HOME/sage/sage-9.7/src/sage/ext_data/ $HOME/sage/local/lib/sage in order for various packages to pick up code in ext_data. I'm compiling from source. I prefer to configure sage to compile

Re: [sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-14 Thread Dima Pasechnik
I frankly don't understand Debian/Ubuntu packaging of SageMath. E.g. Sage 9.0 was never tested with Python 3.9, and their current version of cysignals. Surely they are trying to backport our changes, but this is quite error-prone. Please use conda, or build from source, or use Linux distro with

[sage-support] Re: WSL2 installation sage-ipython can't find packages

2022-10-14 Thread Matthias Koeppe
Report Ubuntu packaging bugs to Ubuntu On Wednesday, October 12, 2022 at 10:17:31 PM UTC-7 kun.j...@gmail.com wrote: > Hi all, > > I'm trying to run sage on WSL2 (Ubuntu focal 20.04.5 LTS), and after a > fresh install (sadly only version 9.0), running `sage` gives the following > error. > >