I have tried to reproduce this environment (with https://trac.sagemath.org/ticket/33140, this is "tox -e local-homebrew-macos-usrlocal-python3_pythonorg-python3.9"), but pplpy compiles without problem here. Could you check whether you have an environment variable such as MACOSX_DEPLOYMENT_TARGET set in your environment? Also "xcrun --show-sdk-version" could give some helpful information. Finally, I would suggest to make sure that the Xcode Command Line Tools are up to date (using softwareupdate)
On Tuesday, January 11, 2022 at 6:56:52 PM UTC-8 [email protected] wrote: > Thanks for your reply. The message when I start python says: > Python 3.9.9 (v3.9.9:ccb0e6a345, Nov 15 2021, 13:29:20) > [Clang 6.0 (clang-600.0.57)] on darwin > > I installed this version of python yesterday, by downloading a MacOS > installer from https://www.python.org/downloads/macos/. I did this > because my first failed attempt to build 9.5.rc0 was with Python 3.7, and I > thought that having an old python version might be the problem (and I > understand that Python 3.10 is not yet fully supported). I got the same > error message with the old install of python as with this new one. > On Tuesday, January 11, 2022 at 6:32:20 PM UTC-7 [email protected] > wrote: > >> The python3 used in this build is >> /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 >> -- could you check which version this is and do you recall how you >> installed it? >> >> >> On Tuesday, January 11, 2022 at 4:19:41 PM UTC-8 [email protected] >> wrote: >> >>> I failed to build 9.5rc0 on MacOS 11.5.2 after "make distclean", because >>> I got "ERROR: pplpy-0.8.6-cp39-cp39-macosx_11_0_x86_64.whl is not a >>> supported wheel on this platform." I know nothing about build systems, so >>> I wouldn't be surprised if I'm doing something stupid, but I did know to do >>> "source .homebrew-build-env" and ".bootstrap" before "./configure" and >>> "make build", and I was able to build 9.5b9 again after this failure, so it >>> seems to me that some commit is causing a problem for me. I posted >>> config.log <https://people.uleth.ca/~dave.morris/sage/config.log> and >>> pplpy-0.8.6.log >>> <https://people.uleth.ca/~dave.morris/sage/pplpy-0.8.6.log> on the >>> internet. >>> >>> Suggestions or a diagnosis are welcome. (Perhaps I should learn how to >>> use conda?) >>> >>> Best, >>> Dave >>> >>> On Tuesday, January 11, 2022 at 1:08:35 PM UTC-7 Sébastien Labbé wrote: >>> >>>> Dear Volker, >>>> >>>> I would also like to ask whether it is possible to include >>>> https://trac.sagemath.org/ticket/20343 >>>> in the next rc? It got a positive review last Thursday. It adds a new >>>> module sage/plot/tikzpicture.py to deal with tikzpicture, show them >>>> automatically in a Jupyter cell and export them to various format (pdf, >>>> png, svg), etc. The module was in preparation in my personnal package >>>> since >>>> 6 years. It is now mature enough to go into Sage. I know few people who >>>> install my package only for that module. I think it will be a nice new >>>> feature for 9.5. >>>> >>>> Note: it can go with or without the dependency >>>> https://trac.sagemath.org/ticket/33005 >>>> >>>> Sincerely, >>>> >>>> Sébastien >>>> >>>> >>>> >>>> >>>> On Monday, January 10, 2022 at 5:27:11 PM UTC+1 [email protected] >>>> wrote: >>>> >>>>> Hi Volker, >>>>> >>>>> Thank you for this release. >>>>> Would it be possible to include >>>>> https://trac.sagemath.org/ticket/30362 >>>>> in the next rc if any? This ticket has been in positive review state >>>>> for 17 days; it introduces symplectic structures on manifolds and it >>>>> would >>>>> be nice if Sage 9.5 is shipped with them. Thank you. >>>>> >>>>> Eric. >>>>> >>>>> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/db20e7df-3bcc-4ffa-b8a8-4d1674fd1b01n%40googlegroups.com.
