2025-09-16T01:46:14,780 Created temporary directory: /tmp/pip-build-tracker-ooo42u4m 2025-09-16T01:46:14,780 Initialized build tracking at /tmp/pip-build-tracker-ooo42u4m 2025-09-16T01:46:14,781 Created build tracker: /tmp/pip-build-tracker-ooo42u4m 2025-09-16T01:46:14,781 Entered build tracker: /tmp/pip-build-tracker-ooo42u4m 2025-09-16T01:46:14,781 Created temporary directory: /tmp/pip-wheel-_xhpgr4z 2025-09-16T01:46:14,785 Created temporary directory: /tmp/pip-ephem-wheel-cache-mjp6yt7h 2025-09-16T01:46:14,845 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-16T01:46:14,848 2 location(s) to search for versions of alepdf: 2025-09-16T01:46:14,848 * https://pypi.org/simple/alepdf/ 2025-09-16T01:46:14,848 * https://www.piwheels.org/simple/alepdf/ 2025-09-16T01:46:14,848 Fetching project page and analyzing links: https://pypi.org/simple/alepdf/ 2025-09-16T01:46:14,849 Getting page https://pypi.org/simple/alepdf/ 2025-09-16T01:46:14,850 Found index url https://pypi.org/simple/ 2025-09-16T01:46:15,002 Fetched page https://pypi.org/simple/alepdf/ as application/vnd.pypi.simple.v1+json 2025-09-16T01:46:15,003 Skipping link: No binaries permitted for alepdf: https://files.pythonhosted.org/packages/6f/94/cc54ed4857c78a43c65da7160bbf9b0a65c796b224067b297d1db4f8f2bc/alepdf-1.0-py3-none-any.whl (from https://pypi.org/simple/alepdf/) 2025-09-16T01:46:15,003 Found link https://files.pythonhosted.org/packages/ac/4a/cf435dca5bdb4ff605b790ba0173b35b5f6b275f1c2cfb9bb24d8e7e12cc/alepdf-1.0.tar.gz (from https://pypi.org/simple/alepdf/), version: 1.0 2025-09-16T01:46:15,004 Fetching project page and analyzing links: https://www.piwheels.org/simple/alepdf/ 2025-09-16T01:46:15,004 Getting page https://www.piwheels.org/simple/alepdf/ 2025-09-16T01:46:15,005 Found index url https://www.piwheels.org/simple/ 2025-09-16T01:46:15,095 Fetched page https://www.piwheels.org/simple/alepdf/ as text/html 2025-09-16T01:46:15,096 Skipping link: not a file: https://www.piwheels.org/simple/alepdf/ 2025-09-16T01:46:15,096 Skipping link: not a file: https://pypi.org/simple/alepdf/ 2025-09-16T01:46:15,122 Given no hashes to check 1 links for project 'alepdf': discarding no candidates 2025-09-16T01:46:15,123 Collecting alepdf==1.0 2025-09-16T01:46:15,124 Created temporary directory: /tmp/pip-unpack-9ef3ae8e 2025-09-16T01:46:15,269 Downloading alepdf-1.0.tar.gz (13 kB) 2025-09-16T01:46:15,287 Added alepdf==1.0 from https://files.pythonhosted.org/packages/ac/4a/cf435dca5bdb4ff605b790ba0173b35b5f6b275f1c2cfb9bb24d8e7e12cc/alepdf-1.0.tar.gz to build tracker '/tmp/pip-build-tracker-ooo42u4m' 2025-09-16T01:46:15,289 Running setup.py (path:/tmp/pip-wheel-_xhpgr4z/alepdf_354490031e2d42cda46755a1fc8d34dc/setup.py) egg_info for package alepdf 2025-09-16T01:46:15,289 Created temporary directory: /tmp/pip-pip-egg-info-zv1wkxo2 2025-09-16T01:46:15,290 Preparing metadata (setup.py): started 2025-09-16T01:46:15,291 Running command python setup.py egg_info 2025-09-16T01:46:15,933 Traceback (most recent call last): 2025-09-16T01:46:15,937 File "", line 2, in 2025-09-16T01:46:15,937 exec(compile(''' 2025-09-16T01:46:15,937 ~~~~^^^^^^^^^^^^ 2025-09-16T01:46:15,937 # This is -- a caller that pip uses to run setup.py 2025-09-16T01:46:15,937 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-16T01:46:15,937 ...<32 lines>... 2025-09-16T01:46:15,938 exec(compile(setup_py_code, filename, "exec")) 2025-09-16T01:46:15,938 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-16T01:46:15,938 ''' % ('/tmp/pip-wheel-_xhpgr4z/alepdf_354490031e2d42cda46755a1fc8d34dc/setup.py',), "", "exec")) 2025-09-16T01:46:15,938 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-16T01:46:15,938 File "", line 35, in 2025-09-16T01:46:15,938 File "/tmp/pip-wheel-_xhpgr4z/alepdf_354490031e2d42cda46755a1fc8d34dc/setup.py", line 7, in 2025-09-16T01:46:15,961 long_description=Path("README.md").read_text(), 2025-09-16T01:46:15,966 ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ 2025-09-16T01:46:15,970 File "/usr/lib/python3.13/pathlib/_local.py", line 548, in read_text 2025-09-16T01:46:15,975 return PathBase.read_text(self, encoding, errors, newline) 2025-09-16T01:46:15,979 ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-16T01:46:15,984 File "/usr/lib/python3.13/pathlib/_abc.py", line 632, in read_text 2025-09-16T01:46:15,988 with self.open(mode='r', encoding=encoding, errors=errors, newline=newline) as f: 2025-09-16T01:46:15,992 ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-16T01:46:15,996 File "/usr/lib/python3.13/pathlib/_local.py", line 539, in open 2025-09-16T01:46:16,000 return io.open(self, mode, buffering, encoding, errors, newline) 2025-09-16T01:46:16,004 ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-16T01:46:16,008 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2025-09-16T01:46:16,052 ERROR: python setup.py egg_info exited with 1 2025-09-16T01:46:16,069 [bold magenta]full command[/]: [blue]/usr/bin/python3 -c ' 2025-09-16T01:46:16,069 exec(compile('"'"''"'"''"'"' 2025-09-16T01:46:16,069 # This is -- a caller that pip uses to run setup.py 2025-09-16T01:46:16,069 # 2025-09-16T01:46:16,069 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-16T01:46:16,069 # import from `distutils.core` to work with newer packaging standards. 2025-09-16T01:46:16,069 # - It provides a clear error message when setuptools is not installed. 2025-09-16T01:46:16,069 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-16T01:46:16,069 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-16T01:46:16,069 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-16T01:46:16,069 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-16T01:46:16,069 import os, sys, tokenize, traceback 2025-09-16T01:46:16,069 2025-09-16T01:46:16,069 try: 2025-09-16T01:46:16,069 import setuptools 2025-09-16T01:46:16,069 except ImportError: 2025-09-16T01:46:16,069 print( 2025-09-16T01:46:16,069 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-16T01:46:16,069 "the build environment with exception:", 2025-09-16T01:46:16,069 file=sys.stderr, 2025-09-16T01:46:16,069 ) 2025-09-16T01:46:16,069 traceback.print_exc() 2025-09-16T01:46:16,069 sys.exit(1) 2025-09-16T01:46:16,069 2025-09-16T01:46:16,069 __file__ = %r 2025-09-16T01:46:16,069 sys.argv[0] = __file__ 2025-09-16T01:46:16,069 2025-09-16T01:46:16,069 if os.path.exists(__file__): 2025-09-16T01:46:16,069 filename = __file__ 2025-09-16T01:46:16,069 with tokenize.open(__file__) as f: 2025-09-16T01:46:16,069 setup_py_code = f.read() 2025-09-16T01:46:16,069 else: 2025-09-16T01:46:16,069 filename = "" 2025-09-16T01:46:16,069 setup_py_code = "from setuptools import setup; setup()" 2025-09-16T01:46:16,069 2025-09-16T01:46:16,069 exec(compile(setup_py_code, filename, "exec")) 2025-09-16T01:46:16,069 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-_xhpgr4z/alepdf_354490031e2d42cda46755a1fc8d34dc/setup.py'"'"',), "", "exec"))' egg_info --egg-base /tmp/pip-pip-egg-info-zv1wkxo2[/] 2025-09-16T01:46:16,073 [bold magenta]cwd[/]: /tmp/pip-wheel-_xhpgr4z/alepdf_354490031e2d42cda46755a1fc8d34dc/ 2025-09-16T01:46:16,076 Preparing metadata (setup.py): finished with status 'error' 2025-09-16T01:46:16,084 ERROR: metadata generation failed 2025-09-16T01:46:16,131 Removed alepdf==1.0 from https://files.pythonhosted.org/packages/ac/4a/cf435dca5bdb4ff605b790ba0173b35b5f6b275f1c2cfb9bb24d8e7e12cc/alepdf-1.0.tar.gz from build tracker '/tmp/pip-build-tracker-ooo42u4m' 2025-09-16T01:46:16,134 Removed build tracker: '/tmp/pip-build-tracker-ooo42u4m'