On Mon, Jul 25, 2022 at 12:49 AM Max Kölbl <max.w.koe...@gmail.com> wrote:
>
> Thank you very much for your reply!
>
> > No, Sage accepts any system Python >= 3.8.
>
> Okay, that's good to know.
>
> > In your config.log one can see that system python3 is not rejected because 
> > of a version check:
> > ## -------------------------------------------------------- ##
> > ## Checking whether SageMath should install SPKG python3... ##
> > ## -------------------------------------------------------- ##
> > configure:34869: checking whether any of bzip2 liblzma libffi is installed 
> > as or will be installed as SPKG
> > configure:34874: result: yes; install python3 as well
> > configure:36263: no suitable system package found for SPKG python3
>
> I see. Does that mean that the install script can't find my python3?

no, read what it says:
configure:34869: checking whether any of bzip2 liblzma libffi is
installed as or will be installed as SPKG
configure:34874: result: yes; install python3 as well

it says that one of the the Cygwin packages: bzip2, or  liblzma, or
libffi is not installed, and
this is the reason that the system Python3 cannot be used.

You need to install bzip2 liblzma libffi
and try running ./configure again

> Is there any path variable that I should change? If not, how do I find out 
> what's broken?
> I apologise in advance if these questions are naive; I'm quite new new all 
> this.
>
> Thanks very much in advance!
>
> Matthias Koeppe schrieb am Montag, 25. Juli 2022 um 02:34:53 UTC+9:
>>
>> On Sunday, July 24, 2022 at 10:01:08 AM UTC-7 max.w....@gmail.com wrote:
>>>
>>> Thanks! I gave it a shot but unfortunately it still didn't work.
>>>
>>> However, the reasons are strange because now python3 seems to be the 
>>> culprit.
>>> Perhaps relevant: I installed openssl via apt-cyg and it seems like 'make' 
>>> is not trying to build openssl anymore.
>>> Perhaps also relevant: python3 is installed on my machine, but it's Python 
>>> 3.9.10 whereas Sage seems to require Python 3.10.5.
>>
>>
>> No, Sage accepts any system Python >= 3.8.
>>
>>>
>>> But cygwin doesn't seem to have it: 
>>> https://cygwin.com/packages/summary/python3.html
>>>
>>> I attached the config log and the python log.
>>
>>
>> In your config.log one can see that system python3 is not rejected because 
>> of a version check:
>> ## -------------------------------------------------------- ##
>> ## Checking whether SageMath should install SPKG python3... ##
>> ## -------------------------------------------------------- ##
>> configure:34869: checking whether any of bzip2 liblzma libffi is installed 
>> as or will be installed as SPKG
>> configure:34874: result: yes; install python3 as well
>> configure:36263: no suitable system package found for SPKG python3
>>
>>
>>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/fdfbc9c7-4a45-48f1-8b61-931eeca8b5b4n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3C0x6HK3gcDxFasybc9ig%3D%2BJ%3Dmogb%2B_q1CTk15vNJFBQ%40mail.gmail.com.

Reply via email to