2025-09-11T00:31:46,683 Created temporary directory: /tmp/pip-build-tracker-vdocodfk 2025-09-11T00:31:46,683 Initialized build tracking at /tmp/pip-build-tracker-vdocodfk 2025-09-11T00:31:46,683 Created build tracker: /tmp/pip-build-tracker-vdocodfk 2025-09-11T00:31:46,684 Entered build tracker: /tmp/pip-build-tracker-vdocodfk 2025-09-11T00:31:46,684 Created temporary directory: /tmp/pip-wheel-w6z9ptn9 2025-09-11T00:31:46,687 Created temporary directory: /tmp/pip-ephem-wheel-cache-x1e5_4fx 2025-09-11T00:31:46,746 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-11T00:31:46,748 2 location(s) to search for versions of plotdevice: 2025-09-11T00:31:46,748 * https://pypi.org/simple/plotdevice/ 2025-09-11T00:31:46,748 * https://www.piwheels.org/simple/plotdevice/ 2025-09-11T00:31:46,748 Fetching project page and analyzing links: https://pypi.org/simple/plotdevice/ 2025-09-11T00:31:46,749 Getting page https://pypi.org/simple/plotdevice/ 2025-09-11T00:31:46,750 Found index url https://pypi.org/simple/ 2025-09-11T00:31:46,899 Fetched page https://pypi.org/simple/plotdevice/ as application/vnd.pypi.simple.v1+json 2025-09-11T00:31:46,901 Found link https://files.pythonhosted.org/packages/69/b2/74e725ad09aadf5d40c0a522c8a952e3b1f74bca975479eb375b7ba887e6/plotdevice-0.9.4.tar.gz (from https://pypi.org/simple/plotdevice/), version: 0.9.4 2025-09-11T00:31:46,902 Found link https://files.pythonhosted.org/packages/5e/6a/88144fa8497982a48d7ee1f6fe5ebd075b9bbffb6edc87c2a2b74e13912a/plotdevice-0.10.0.tar.gz (from https://pypi.org/simple/plotdevice/), version: 0.10.0 2025-09-11T00:31:46,902 Found link https://files.pythonhosted.org/packages/38/b0/761e2632d53ab1db2281ea71f8a2165533fcb5aa02a5bd3fb8a6f5e8d8e0/plotdevice-1.0.0.tar.gz (from https://pypi.org/simple/plotdevice/), version: 1.0.0 2025-09-11T00:31:46,903 Fetching project page and analyzing links: https://www.piwheels.org/simple/plotdevice/ 2025-09-11T00:31:46,903 Getting page https://www.piwheels.org/simple/plotdevice/ 2025-09-11T00:31:46,905 Found index url https://www.piwheels.org/simple/ 2025-09-11T00:31:47,002 Fetched page https://www.piwheels.org/simple/plotdevice/ as text/html 2025-09-11T00:31:47,003 Skipping link: not a file: https://www.piwheels.org/simple/plotdevice/ 2025-09-11T00:31:47,003 Skipping link: not a file: https://pypi.org/simple/plotdevice/ 2025-09-11T00:31:47,027 Given no hashes to check 1 links for project 'plotdevice': discarding no candidates 2025-09-11T00:31:47,028 Collecting plotdevice==1.0.0 2025-09-11T00:31:47,029 Created temporary directory: /tmp/pip-unpack-bwu478_v 2025-09-11T00:31:47,170 Downloading plotdevice-1.0.0.tar.gz (404 kB) 2025-09-11T00:31:47,387 Added plotdevice==1.0.0 from https://files.pythonhosted.org/packages/38/b0/761e2632d53ab1db2281ea71f8a2165533fcb5aa02a5bd3fb8a6f5e8d8e0/plotdevice-1.0.0.tar.gz to build tracker '/tmp/pip-build-tracker-vdocodfk' 2025-09-11T00:31:47,389 Running setup.py (path:/tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py) egg_info for package plotdevice 2025-09-11T00:31:47,389 Created temporary directory: /tmp/pip-pip-egg-info-rh5iwm77 2025-09-11T00:31:47,389 Preparing metadata (setup.py): started 2025-09-11T00:31:47,390 Running command python setup.py egg_info 2025-09-11T00:31:47,899 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:197: SyntaxWarning: invalid escape sequence '\;' 2025-09-11T00:31:47,899 os.system('find plotdevice -name .DS_Store -exec rm {} \;') 2025-09-11T00:31:47,899 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:198: SyntaxWarning: invalid escape sequence '\*' 2025-09-11T00:31:47,899 os.system('find plotdevice -name \*.pyc -exec rm {} \;') 2025-09-11T00:31:47,899 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:199: SyntaxWarning: invalid escape sequence '\;' 2025-09-11T00:31:47,899 os.system('find plotdevice -name __pycache__ -type d -prune -exec rmdir {} \;') 2025-09-11T00:31:48,121 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:28: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. 2025-09-11T00:31:48,121 from pkg_resources import DistributionNotFound 2025-09-11T00:31:48,864 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-11T00:31:48,864 !! 2025-09-11T00:31:48,864 ******************************************************************************** 2025-09-11T00:31:48,864 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-11T00:31:48,864 License :: OSI Approved :: MIT License 2025-09-11T00:31:48,865 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-11T00:31:48,865 ******************************************************************************** 2025-09-11T00:31:48,865 !! 2025-09-11T00:31:48,865 self._finalize_license_expression() 2025-09-11T00:31:48,939 running egg_info 2025-09-11T00:31:49,014 creating /tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info 2025-09-11T00:31:49,015 writing /tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info/PKG-INFO 2025-09-11T00:31:49,016 writing dependency_links to /tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info/dependency_links.txt 2025-09-11T00:31:49,017 writing requirements to /tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info/requires.txt 2025-09-11T00:31:49,017 writing top-level names to /tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info/top_level.txt 2025-09-11T00:31:49,017 writing manifest file '/tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info/SOURCES.txt' 2025-09-11T00:31:49,245 reading manifest file '/tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info/SOURCES.txt' 2025-09-11T00:31:49,246 reading manifest template 'MANIFEST.in' 2025-09-11T00:31:49,247 no previously-included directories found matching 'app/Resources/en.lproj' 2025-09-11T00:31:49,248 no previously-included directories found matching 'app/Resources/ui' 2025-09-11T00:31:49,267 writing manifest file '/tmp/pip-pip-egg-info-rh5iwm77/plotdevice.egg-info/SOURCES.txt' 2025-09-11T00:31:49,392 Preparing metadata (setup.py): finished with status 'done' 2025-09-11T00:31:49,397 Source in /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6 has version 1.0.0, which satisfies requirement plotdevice==1.0.0 from https://files.pythonhosted.org/packages/38/b0/761e2632d53ab1db2281ea71f8a2165533fcb5aa02a5bd3fb8a6f5e8d8e0/plotdevice-1.0.0.tar.gz 2025-09-11T00:31:49,397 Removed plotdevice==1.0.0 from https://files.pythonhosted.org/packages/38/b0/761e2632d53ab1db2281ea71f8a2165533fcb5aa02a5bd3fb8a6f5e8d8e0/plotdevice-1.0.0.tar.gz from build tracker '/tmp/pip-build-tracker-vdocodfk' 2025-09-11T00:31:49,402 Created temporary directory: /tmp/pip-unpack-dlgtjzzr 2025-09-11T00:31:49,403 Created temporary directory: /tmp/pip-unpack-jc87ubkw 2025-09-11T00:31:49,403 Building wheels for collected packages: plotdevice 2025-09-11T00:31:49,404 Created temporary directory: /tmp/pip-wheel-1w12gs4e 2025-09-11T00:31:49,405 DEPRECATION: Building 'plotdevice' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'plotdevice'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-11T00:31:49,406 Building wheel for plotdevice (setup.py): started 2025-09-11T00:31:49,406 Destination directory: /tmp/pip-wheel-1w12gs4e 2025-09-11T00:31:49,406 Running command python setup.py bdist_wheel 2025-09-11T00:31:49,949 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:197: SyntaxWarning: invalid escape sequence '\;' 2025-09-11T00:31:49,949 os.system('find plotdevice -name .DS_Store -exec rm {} \;') 2025-09-11T00:31:49,949 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:198: SyntaxWarning: invalid escape sequence '\*' 2025-09-11T00:31:49,950 os.system('find plotdevice -name \*.pyc -exec rm {} \;') 2025-09-11T00:31:49,950 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:199: SyntaxWarning: invalid escape sequence '\;' 2025-09-11T00:31:49,950 os.system('find plotdevice -name __pycache__ -type d -prune -exec rmdir {} \;') 2025-09-11T00:31:50,161 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:28: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. 2025-09-11T00:31:50,161 from pkg_resources import DistributionNotFound 2025-09-11T00:31:50,891 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-11T00:31:50,891 !! 2025-09-11T00:31:50,891 ******************************************************************************** 2025-09-11T00:31:50,891 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-11T00:31:50,891 License :: OSI Approved :: MIT License 2025-09-11T00:31:50,892 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-11T00:31:50,892 ******************************************************************************** 2025-09-11T00:31:50,892 !! 2025-09-11T00:31:50,892 self._finalize_license_expression() 2025-09-11T00:31:50,892 running bdist_wheel 2025-09-11T00:31:51,192 running build 2025-09-11T00:31:51,193 running build_py 2025-09-11T00:31:51,194 creating build/lib.linux-armv7l-cpython-313/plotdevice 2025-09-11T00:31:51,195 copying plotdevice/context.py -> build/lib.linux-armv7l-cpython-313/plotdevice 2025-09-11T00:31:51,195 copying plotdevice/__main__.py -> build/lib.linux-armv7l-cpython-313/plotdevice 2025-09-11T00:31:51,196 copying plotdevice/__init__.py -> build/lib.linux-armv7l-cpython-313/plotdevice 2025-09-11T00:31:51,197 creating build/lib.linux-armv7l-cpython-313/plotdevice/util 2025-09-11T00:31:51,197 copying plotdevice/util/readers.py -> build/lib.linux-armv7l-cpython-313/plotdevice/util 2025-09-11T00:31:51,198 copying plotdevice/util/ottobot.py -> build/lib.linux-armv7l-cpython-313/plotdevice/util 2025-09-11T00:31:51,198 copying plotdevice/util/kgp.py -> build/lib.linux-armv7l-cpython-313/plotdevice/util 2025-09-11T00:31:51,199 copying plotdevice/util/iglob.py -> build/lib.linux-armv7l-cpython-313/plotdevice/util 2025-09-11T00:31:51,199 copying plotdevice/util/__init__.py -> build/lib.linux-armv7l-cpython-313/plotdevice/util 2025-09-11T00:31:51,200 creating build/lib.linux-armv7l-cpython-313/plotdevice/run 2025-09-11T00:31:51,200 copying plotdevice/run/sandbox.py -> build/lib.linux-armv7l-cpython-313/plotdevice/run 2025-09-11T00:31:51,201 copying plotdevice/run/console.py -> build/lib.linux-armv7l-cpython-313/plotdevice/run 2025-09-11T00:31:51,202 copying plotdevice/run/common.py -> build/lib.linux-armv7l-cpython-313/plotdevice/run 2025-09-11T00:31:51,202 copying plotdevice/run/__init__.py -> build/lib.linux-armv7l-cpython-313/plotdevice/run 2025-09-11T00:31:51,203 creating build/lib.linux-armv7l-cpython-313/plotdevice/lib 2025-09-11T00:31:51,203 copying plotdevice/lib/pathmatics.py -> build/lib.linux-armv7l-cpython-313/plotdevice/lib 2025-09-11T00:31:51,204 copying plotdevice/lib/io.py -> build/lib.linux-armv7l-cpython-313/plotdevice/lib 2025-09-11T00:31:51,204 copying plotdevice/lib/foundry.py -> build/lib.linux-armv7l-cpython-313/plotdevice/lib 2025-09-11T00:31:51,205 copying plotdevice/lib/cocoa.py -> build/lib.linux-armv7l-cpython-313/plotdevice/lib 2025-09-11T00:31:51,206 copying plotdevice/lib/__init__.py -> build/lib.linux-armv7l-cpython-313/plotdevice/lib 2025-09-11T00:31:51,206 creating build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,207 copying plotdevice/gui/widgets.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,207 copying plotdevice/gui/views.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,208 copying plotdevice/gui/preferences.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,208 copying plotdevice/gui/editor.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,209 copying plotdevice/gui/document.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,210 copying plotdevice/gui/app.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,210 copying plotdevice/gui/__init__.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gui 2025-09-11T00:31:51,211 creating build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,211 copying plotdevice/gfx/typography.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,212 copying plotdevice/gfx/text.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,213 copying plotdevice/gfx/image.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,213 copying plotdevice/gfx/geometry.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,214 copying plotdevice/gfx/effects.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,214 copying plotdevice/gfx/colors.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,215 copying plotdevice/gfx/bezier.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,216 copying plotdevice/gfx/atoms.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,216 copying plotdevice/gfx/__init__.py -> build/lib.linux-armv7l-cpython-313/plotdevice/gfx 2025-09-11T00:31:51,220 creating build/lib.linux-armv7l-cpython-313/plotdevice/rsrc 2025-09-11T00:31:51,220 copying app/Resources/PlotDeviceFile.icns -> build/lib.linux-armv7l-cpython-313/plotdevice/rsrc 2025-09-11T00:31:51,221 copying app/Resources/colors.json -> build/lib.linux-armv7l-cpython-313/plotdevice/rsrc 2025-09-11T00:31:51,221 copying app/Resources/viewer.nib -> build/lib.linux-armv7l-cpython-313/plotdevice/rsrc 2025-09-11T00:31:51,222 running build_ext 2025-09-11T00:31:51,231 cd SwiftDraw && swift build -c release --target SwiftDraw --arch arm64 --arch x86_64 2025-09-11T00:31:51,235 /bin/sh: 1: swift: not found 2025-09-11T00:31:51,235 make: *** [Makefile:9: SwiftDraw.o] Error 127 2025-09-11T00:31:51,575 building '_plotdevice' extension 2025-09-11T00:31:51,577 creating build/temp.linux-armv7l-cpython-313/deps/extensions/foundry 2025-09-11T00:31:51,577 creating build/temp.linux-armv7l-cpython-313/deps/extensions/io 2025-09-11T00:31:51,578 creating build/temp.linux-armv7l-cpython-313/deps/extensions/pathmatics 2025-09-11T00:31:51,579 arm-linux-gnueabihf-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -I/usr/include/python3.13 -c deps/extensions/foundry/Vandercook.m -o build/temp.linux-armv7l-cpython-313/deps/extensions/foundry/Vandercook.o 2025-09-11T00:31:51,587 arm-linux-gnueabihf-gcc: fatal error: cannot execute ‘cc1obj’: posix_spawnp: No such file or directory 2025-09-11T00:31:51,588 compilation terminated. 2025-09-11T00:31:51,588 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2025-09-11T00:31:51,745 ERROR: python setup.py bdist_wheel exited with 1 2025-09-11T00:31:51,757 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-11T00:31:51,757 exec(compile('"'"''"'"''"'"' 2025-09-11T00:31:51,757 # This is -- a caller that pip uses to run setup.py 2025-09-11T00:31:51,757 # 2025-09-11T00:31:51,757 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-11T00:31:51,757 # import from `distutils.core` to work with newer packaging standards. 2025-09-11T00:31:51,757 # - It provides a clear error message when setuptools is not installed. 2025-09-11T00:31:51,757 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-11T00:31:51,757 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-11T00:31:51,757 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-11T00:31:51,757 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-11T00:31:51,757 import os, sys, tokenize, traceback 2025-09-11T00:31:51,757 2025-09-11T00:31:51,757 try: 2025-09-11T00:31:51,757 import setuptools 2025-09-11T00:31:51,757 except ImportError: 2025-09-11T00:31:51,757 print( 2025-09-11T00:31:51,757 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-11T00:31:51,757 "the build environment with exception:", 2025-09-11T00:31:51,757 file=sys.stderr, 2025-09-11T00:31:51,757 ) 2025-09-11T00:31:51,757 traceback.print_exc() 2025-09-11T00:31:51,757 sys.exit(1) 2025-09-11T00:31:51,757 2025-09-11T00:31:51,757 __file__ = %r 2025-09-11T00:31:51,757 sys.argv[0] = __file__ 2025-09-11T00:31:51,757 2025-09-11T00:31:51,757 if os.path.exists(__file__): 2025-09-11T00:31:51,757 filename = __file__ 2025-09-11T00:31:51,757 with tokenize.open(__file__) as f: 2025-09-11T00:31:51,757 setup_py_code = f.read() 2025-09-11T00:31:51,757 else: 2025-09-11T00:31:51,757 filename = "" 2025-09-11T00:31:51,757 setup_py_code = "from setuptools import setup; setup()" 2025-09-11T00:31:51,757 2025-09-11T00:31:51,757 exec(compile(setup_py_code, filename, "exec")) 2025-09-11T00:31:51,757 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-1w12gs4e[/] 2025-09-11T00:31:51,757 [bold magenta]cwd[/]: /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/ 2025-09-11T00:31:51,757 Building wheel for plotdevice (setup.py): finished with status 'error' 2025-09-11T00:31:51,758 ERROR: Failed building wheel for plotdevice 2025-09-11T00:31:51,758 Running setup.py clean for plotdevice 2025-09-11T00:31:51,759 Running command python setup.py clean 2025-09-11T00:31:52,484 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:197: SyntaxWarning: invalid escape sequence '\;' 2025-09-11T00:31:52,484 os.system('find plotdevice -name .DS_Store -exec rm {} \;') 2025-09-11T00:31:52,484 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:198: SyntaxWarning: invalid escape sequence '\*' 2025-09-11T00:31:52,484 os.system('find plotdevice -name \*.pyc -exec rm {} \;') 2025-09-11T00:31:52,485 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:199: SyntaxWarning: invalid escape sequence '\;' 2025-09-11T00:31:52,485 os.system('find plotdevice -name __pycache__ -type d -prune -exec rmdir {} \;') 2025-09-11T00:31:52,696 /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py:28: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. 2025-09-11T00:31:52,696 from pkg_resources import DistributionNotFound 2025-09-11T00:31:53,407 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-11T00:31:53,407 !! 2025-09-11T00:31:53,408 ******************************************************************************** 2025-09-11T00:31:53,408 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-11T00:31:53,408 License :: OSI Approved :: MIT License 2025-09-11T00:31:53,408 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-11T00:31:53,408 ******************************************************************************** 2025-09-11T00:31:53,408 !! 2025-09-11T00:31:53,409 self._finalize_license_expression() 2025-09-11T00:31:53,409 usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2025-09-11T00:31:53,409 or: setup.py --help [cmd1 cmd2 ...] 2025-09-11T00:31:53,409 or: setup.py --help-commands 2025-09-11T00:31:53,409 or: setup.py cmd --help 2025-09-11T00:31:53,409 error: option --all not recognized 2025-09-11T00:31:53,528 ERROR: python setup.py clean exited with 1 2025-09-11T00:31:53,533 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-11T00:31:53,533 exec(compile('"'"''"'"''"'"' 2025-09-11T00:31:53,533 # This is -- a caller that pip uses to run setup.py 2025-09-11T00:31:53,533 # 2025-09-11T00:31:53,533 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-11T00:31:53,533 # import from `distutils.core` to work with newer packaging standards. 2025-09-11T00:31:53,533 # - It provides a clear error message when setuptools is not installed. 2025-09-11T00:31:53,533 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-11T00:31:53,533 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-11T00:31:53,533 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-11T00:31:53,533 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-11T00:31:53,533 import os, sys, tokenize, traceback 2025-09-11T00:31:53,533 2025-09-11T00:31:53,533 try: 2025-09-11T00:31:53,533 import setuptools 2025-09-11T00:31:53,533 except ImportError: 2025-09-11T00:31:53,533 print( 2025-09-11T00:31:53,533 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-11T00:31:53,533 "the build environment with exception:", 2025-09-11T00:31:53,533 file=sys.stderr, 2025-09-11T00:31:53,533 ) 2025-09-11T00:31:53,533 traceback.print_exc() 2025-09-11T00:31:53,533 sys.exit(1) 2025-09-11T00:31:53,533 2025-09-11T00:31:53,533 __file__ = %r 2025-09-11T00:31:53,533 sys.argv[0] = __file__ 2025-09-11T00:31:53,533 2025-09-11T00:31:53,533 if os.path.exists(__file__): 2025-09-11T00:31:53,533 filename = __file__ 2025-09-11T00:31:53,533 with tokenize.open(__file__) as f: 2025-09-11T00:31:53,533 setup_py_code = f.read() 2025-09-11T00:31:53,533 else: 2025-09-11T00:31:53,533 filename = "" 2025-09-11T00:31:53,533 setup_py_code = "from setuptools import setup; setup()" 2025-09-11T00:31:53,533 2025-09-11T00:31:53,533 exec(compile(setup_py_code, filename, "exec")) 2025-09-11T00:31:53,533 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6/setup.py'"'"',), "", "exec"))' clean --all[/] 2025-09-11T00:31:53,533 [bold magenta]cwd[/]: /tmp/pip-wheel-w6z9ptn9/plotdevice_1e2f3c1b1ef34ab085b9dd4373bd84c6 2025-09-11T00:31:53,533 ERROR: Failed cleaning build dir for plotdevice 2025-09-11T00:31:53,534 Failed to build plotdevice 2025-09-11T00:31:53,535 ERROR: Failed to build one or more wheels 2025-09-11T00:31:53,536 Exception information: 2025-09-11T00:31:53,536 Traceback (most recent call last): 2025-09-11T00:31:53,536 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-11T00:31:53,536 status = _inner_run() 2025-09-11T00:31:53,536 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-11T00:31:53,536 return self.run(options, args) 2025-09-11T00:31:53,536 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-11T00:31:53,536 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-11T00:31:53,536 return func(self, options, args) 2025-09-11T00:31:53,536 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-11T00:31:53,536 raise CommandError("Failed to build one or more wheels") 2025-09-11T00:31:53,536 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-11T00:31:53,540 Removed build tracker: '/tmp/pip-build-tracker-vdocodfk'