Attempting to download package PyYAML-6.0.1.tar.gz from mirrors https://github.com/sagemath/sage/releases/download/10.3/PyYAML-6.0.1.tar.gz [......................................................................] pyyaml-6.0.1 ==================================================== Setting up build directory for pyyaml-6.0.1 Finished extraction Applying patches from ../patches... Applying ../patches/pyyaml-6.0.1-cython3.patch patching file setup.py **************************************************** Host system: Darwin bearakku.fios-router.home 23.3.0 Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:59 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6030 arm64 **************************************************** C compiler: gcc C compiler version: Apple clang version 15.0.0 (clang-1500.3.9.4) Target: arm64-apple-darwin23.3.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin **************************************************** Package 'pyyaml' is currently not installed No legacy uninstaller found for 'pyyaml'; nothing to do Installing pyyaml-6.0.1 Looking in links: /usr/local/sage/10.3/var/lib/sage/wheels Processing /usr/local/sage/10.3/var/tmp/sage/build/pyyaml-6.0.1/src Installing build dependencies: started Running command pip subprocess to install build dependencies Looking in links: /usr/local/sage/10.3/var/lib/sage/wheels Processing /usr/local/sage/10.3/var/lib/sage/wheels/setuptools-69.0.2-py3-none-any.whl Processing /usr/local/sage/10.3/var/lib/sage/wheels/wheel-0.42.0-py3-none-any.whl ERROR: Could not find a version that satisfies the requirement Cython<3.0 (from versions: 3.0.7) ERROR: No matching distribution found for Cython<3.0 error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. full command: /usr/local/sage/10.3/bin/python3 /usr/local/sage/10.3/lib/python3.12/site-packages/pip/__pip-runner__.py install --ignore-installed --no-user --prefix /private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-build-env-mzpbgp1u/overlay --no-warn-script-location --no-binary :none: --only-binary :none: --no-index --find-links /usr/local/sage/10.3/var/lib/sage/wheels -- setuptools wheel 'Cython<3.0' cwd: [inherit] Installing build dependencies: finished with status 'error' error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. Warning: building with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore-requires-python --find-links=/usr/local/sage/10.3/var/lib/sage/wheels" failed. Retrying with "python3 -m pip wheel --wheel-dir=dist --verbose --no-deps --no-index --isolated --ignore-requires-python --no-build-isolation --no-binary :all:". Processing /usr/local/sage/10.3/var/tmp/sage/build/pyyaml-6.0.1/src Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) running dist_info creating /private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML.egg-info writing /private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML.egg-info/PKG-INFO writing dependency_links to /private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML.egg-info/dependency_links.txt writing top-level names to /private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML.egg-info/top_level.txt writing manifest file '/private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML.egg-info/SOURCES.txt' cythoning yaml/_yaml.pyx to yaml/_yaml.c INFO: Disabling color, you really want to install colorlog. Disabling color, you really want to install colorlog. /usr/local/sage/10.3/lib/python3.12/site-packages/Cython/Compiler/Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /usr/local/sage/10.3/var/tmp/sage/build/pyyaml-6.0.1/src/yaml/_yaml.pxd tree = Parsing.p_module(s, pxd, full_module_name) ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file '/private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' adding license file 'LICENSE' writing manifest file '/private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML.egg-info/SOURCES.txt' creating '/private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-modern-metadata-qnrka2zh/PyYAML-6.0.1.dist-info' Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: PyYAML Building wheel for PyYAML (pyproject.toml): started Running command Building wheel for PyYAML (pyproject.toml) running bdist_wheel running build running build_py creating build creating build/lib.macosx-14.0-arm64-cpython-312 creating build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/scanner.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/error.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/constructor.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/composer.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/events.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/representer.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/tokens.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/dumper.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/cyaml.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/parser.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/reader.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/loader.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/resolver.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/serializer.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/nodes.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml copying lib/yaml/emitter.py -> build/lib.macosx-14.0-arm64-cpython-312/yaml creating build/lib.macosx-14.0-arm64-cpython-312/_yaml copying lib/_yaml/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/_yaml running build_ext skipping 'yaml/_yaml.c' Cython extension (up-to-date) building 'yaml._yaml' extension creating build/temp.macosx-14.0-arm64-cpython-312 creating build/temp.macosx-14.0-arm64-cpython-312/yaml gcc -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -g -O2 -I/usr/local/sage/10.3/include -I/opt/homebrew/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c yaml/_yaml.c -o build/temp.macosx-14.0-arm64-cpython-312/yaml/_yaml.o gcc -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/usr/local/sage/10.3/lib -Wl,-rpath,/usr/local/sage/10.3/lib -L/usr/local/sage/10.3/lib -Wl,-ld_classic,-rpath,/usr/local/sage/10.3/lib -g -O2 build/temp.macosx-14.0-arm64-cpython-312/yaml/_yaml.o -lyaml -o build/lib.macosx-14.0-arm64-cpython-312/yaml/_yaml.cpython-312-darwin.so ld: warning: duplicate -rpath '/usr/local/sage/10.3/lib' ignored installing to build/bdist.macosx-14.0-arm64/wheel running install running install_lib creating build/bdist.macosx-14.0-arm64 creating build/bdist.macosx-14.0-arm64/wheel creating build/bdist.macosx-14.0-arm64/wheel/_yaml copying build/lib.macosx-14.0-arm64-cpython-312/_yaml/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/_yaml creating build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/scanner.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/error.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/constructor.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/composer.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/events.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/representer.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/_yaml.cpython-312-darwin.so -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/tokens.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/dumper.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/cyaml.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/parser.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/reader.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/loader.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/resolver.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/serializer.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/nodes.py -> build/bdist.macosx-14.0-arm64/wheel/yaml copying build/lib.macosx-14.0-arm64-cpython-312/yaml/emitter.py -> build/bdist.macosx-14.0-arm64/wheel/yaml running install_egg_info running egg_info writing lib/PyYAML.egg-info/PKG-INFO writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt writing top-level names to lib/PyYAML.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'lib/PyYAML.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' adding license file 'LICENSE' writing manifest file 'lib/PyYAML.egg-info/SOURCES.txt' Copying lib/PyYAML.egg-info to build/bdist.macosx-14.0-arm64/wheel/PyYAML-6.0.1-py3.12.egg-info running install_scripts creating build/bdist.macosx-14.0-arm64/wheel/PyYAML-6.0.1.dist-info/WHEEL creating '/private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-wheel-6lsril_5/.tmp-fqkf_hiv/PyYAML-6.0.1-cp312-cp312-macosx_14_0_arm64.whl' and adding 'build/bdist.macosx-14.0-arm64/wheel' to it adding '_yaml/__init__.py' adding 'yaml/__init__.py' adding 'yaml/_yaml.cpython-312-darwin.so' adding 'yaml/composer.py' adding 'yaml/constructor.py' adding 'yaml/cyaml.py' adding 'yaml/dumper.py' adding 'yaml/emitter.py' adding 'yaml/error.py' adding 'yaml/events.py' adding 'yaml/loader.py' adding 'yaml/nodes.py' adding 'yaml/parser.py' adding 'yaml/reader.py' adding 'yaml/representer.py' adding 'yaml/resolver.py' adding 'yaml/scanner.py' adding 'yaml/serializer.py' adding 'yaml/tokens.py' adding 'PyYAML-6.0.1.dist-info/LICENSE' adding 'PyYAML-6.0.1.dist-info/METADATA' adding 'PyYAML-6.0.1.dist-info/WHEEL' adding 'PyYAML-6.0.1.dist-info/top_level.txt' adding 'PyYAML-6.0.1.dist-info/RECORD' removing build/bdist.macosx-14.0-arm64/wheel Building wheel for PyYAML (pyproject.toml): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-6.0.1-cp312-cp312-macosx_14_0_arm64.whl size=131238 sha256=4360038e48dcdf580bee9caa6cd6e1ee613b7fbf5bdcb07154eabea7d324584b Stored in directory: /private/var/folders/sw/s55j6hzn6vq2fypry973fb_c0000gn/T/pip-ephem-wheel-cache-vp7nr0cd/wheels/9d/10/e2/0be3ddc3b1630708deea65c4b04ac176bcf2d3c057a7470941 Successfully built PyYAML Warning: Wheel building needed to use "--no-build-isolation --no-binary :all:" to succeed. This means that a dependencies file in build/pkgs/ needs to be updated. Please report this to sage-devel@googlegroups.com, including the build log of this package. real 0m5.813s user 0m3.587s sys 0m0.402s Moving package files from temporary location /usr/local/sage/10.3/var/tmp/sage/build/pyyaml-6.0.1/inst to /usr/local/sage/10.3 Running pip-install script for pyyaml-6.0.1. WARNING: Skipping PyYAML as it is not installed. Using pip 23.3.1 from /usr/local/sage/10.3/lib/python3.12/site-packages/pip (python 3.12) Looking in links: /usr/local/sage/10.3/var/lib/sage/wheels Processing /usr/local/sage/10.3/var/lib/sage/wheels/PyYAML-6.0.1-cp312-cp312-macosx_14_0_arm64.whl (from -r /usr/local/sage/10.3/var/lib/sage/scripts/pyyaml/spkg-requirements.txt (line 1)) Installing collected packages: PyYAML Successfully installed PyYAML-6.0.1 Successfully installed pyyaml-6.0.1 Deleting temporary build directory /usr/local/sage/10.3/var/tmp/sage/build/pyyaml-6.0.1 Finished installing pyyaml-6.0.1