Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-10 Thread Dima Pasechnik
On Tue, Apr 8, 2025 at 9:55 AM Léon Vaia wrote: > > Thank you very much Dima. > > Trying to run > sudo apt-get libffi-dev xz-utils liblzma-dev > I get > E: Invalid operation libffi-dev oops, sorry, it should have been sudo apt-get install libffi-dev xz-utils liblzma-dev > > Installing the d

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-10 Thread dimpase
Hi Leon, sorry for overlooking your previous post. In your config.log you see real_configure:40317: checking whether any of bzip2 liblzma libffi zlib is installed as or will be installed as SPKG real_configure:40322: result: yes; install python3 as well That is, one of system packages providing

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-10 Thread Léon Vaia
Everything works fine now, thank you very much Il giorno martedì 8 aprile 2025 alle 17:57:09 UTC+2 dim...@gmail.com ha scritto: > On Tue, Apr 8, 2025 at 9:55 AM Léon Vaia wrote: > > > > Thank you very much Dima. > > > > Trying to run > > sudo apt-get libffi-dev xz-utils liblzma-dev > > I get >

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-08 Thread Léon Vaia
Thank you very much Dima. Trying to run sudo apt-get libffi-dev xz-utils liblzma-dev I get E: Invalid operation libffi-dev Installing the dependencies from the link you provided doesn't get me any error. Running ./configure gets me the following message: real_configure: hint: installing t

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-07 Thread Dima Pasechnik
Could you please post the top-level config.log On 7 April 2025 01:19:21 GMT-05:00, "Léon Vaia" wrote: > >Output of python3 on wsl terminal: >Python 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] on linux >Type "help", "copyright", "credits" or "license" for more information. > >Output

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-06 Thread Léon Vaia
Yes, I already installed the package python3-pip Il giorno lunedì 7 aprile 2025 alle 02:49:00 UTC+2 marc@gmail.com ha scritto: > Did you install the package python3-pip? That is separate from the > python3 package on Unbuntu 24.04. > > - Marc > > On Sunday, April 6, 2025 at 8:38:25 AM UTC-

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-06 Thread Léon Vaia
Output of python3 on wsl terminal: Python 3.12.3 (main, Feb 4 2025, 14:48:35) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> Output of echo $PATH: /usr/sbin/:/sbin/:/bin/:/usr/lib/wsl/lib/ Il giorno domenica 6 aprile 2025 alle 21:39:08 UTC+2 dim

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-06 Thread Marc Culler
Did you install the package python3-pip? That is separate from the python3 package on Unbuntu 24.04. - Marc On Sunday, April 6, 2025 at 8:38:25 AM UTC-5 leon.va...@gmail.com wrote: > I already installed it, as python3, and it is Python 3.12. Actually I > already installed python3-setuptools a

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-06 Thread Dima Pasechnik
Are you not mixing up Python installed in Windows with Python installed in WSL? In WSL terminal, what is the output of python3 command? What is the output of echo $PATH command? On 6 April 2025 04:52:03 GMT-05:00, "Léon Vaia" wrote: >I already installed it, as python3, and it is

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-06 Thread Léon Vaia
I already installed it, as python3, and it is Python 3.12. Actually I already installed python3-setuptools as well. Why is it still building it from source? Il giorno sabato 5 aprile 2025 alle 19:58:30 UTC+2 dim...@gmail.com ha scritto: > Oh, this is yet another example of the harm caused by t

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-05 Thread Dima Pasechnik
Oh, this is yet another example of the harm caused by the presence of Python spkg, this time on Ubuntu in WSL. Can you install Python from the system (it has to be Python 3.11 or newer, possibly you need to use a ppa, if there is no official Python 3.11 package available), and use it, instead o

Re: [sage-devel] Error running the pipinst script for setuptools-73.0.1.

2025-04-04 Thread Dima Pasechnik
Please send the top level config.log too, as asked at the end of the log file you attached On 4 April 2025 19:02:18 GMT-05:00, "Léon Vaia" wrote: > Dear Sage Development Team, > >I have an issue while building Sage from source. >I'm doing it on a Dell XPS 13 on WSL with Ubuntu. > >I attach the