[sage-support] Re: sage-doc-html + urllib3 + openSSL problem when building from source on M4 Macbook

2025-01-09 Thread Dima Pasechnik
It would be great if you tried newer Homebrew Pythons, .i.e. 3.10 and 3.11, too, and reported here the results. On Thursday, January 9, 2025 at 10:52:07 AM UTC-6 pgal...@gmail.com wrote: > It was installed via homebrew, same as python3.12: > $ which python3.9 /opt/homebrew/bin/python3.9 > ​ > >

[sage-support] Re: sage-doc-html + urllib3 + openSSL problem when building from source on M4 Macbook

2025-01-09 Thread Pavel Galashin
It was installed via homebrew, same as python3.12: $ which python3.9 /opt/homebrew/bin/python3.9 ​ On Thursday, January 9, 2025 at 7:59:39 AM UTC-8 dim...@gmail.com wrote: > Thanks. So, what's the output of > > which python3.9 > in your case? And where does it come from? I suppose the issue lie

[sage-support] Re: sage-doc-html + urllib3 + openSSL problem when building from source on M4 Macbook

2025-01-09 Thread Dima Pasechnik
Thanks. So, what's the output of which python3.9 in your case? And where does it come from? I suppose the issue lies in multiptocessing/multithreading support in Python, which eveloved a lot since 3.9. More Pythons to try might be from https://www.python.org/downloads/ (it would be good to k

[sage-support] Re: sage-doc-html + urllib3 + openSSL problem when building from source on M4 Macbook

2025-01-09 Thread Pavel Galashin
Huh, the problem got completely solved just by switching to Python 9! Thanks a lot for the help! $ make distclean $ ./configure --with-python=`which python3.9` $ make -s V=0 -j1 ​ ... [tzlocal-5.0.1] installing. Log file: /Users/user/sage/sage/logs/pkgs/tzlocal-5.0.1.log [tzlocal-5.0.1] succ