2023-09-15T13:32:32,456 Created temporary directory: /tmp/pip-build-tracker-i2teobr3 2023-09-15T13:32:32,457 Initialized build tracking at /tmp/pip-build-tracker-i2teobr3 2023-09-15T13:32:32,458 Created build tracker: /tmp/pip-build-tracker-i2teobr3 2023-09-15T13:32:32,458 Entered build tracker: /tmp/pip-build-tracker-i2teobr3 2023-09-15T13:32:32,459 Created temporary directory: /tmp/pip-wheel-5ain04uy 2023-09-15T13:32:32,462 Created temporary directory: /tmp/pip-ephem-wheel-cache-62g6ppm5 2023-09-15T13:32:32,484 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-15T13:32:32,487 2 location(s) to search for versions of tredparse: 2023-09-15T13:32:32,487 * https://pypi.org/simple/tredparse/ 2023-09-15T13:32:32,487 * https://www.piwheels.org/simple/tredparse/ 2023-09-15T13:32:32,488 Fetching project page and analyzing links: https://pypi.org/simple/tredparse/ 2023-09-15T13:32:32,489 Getting page https://pypi.org/simple/tredparse/ 2023-09-15T13:32:32,490 Found index url https://pypi.org/simple/ 2023-09-15T13:32:32,744 Fetched page https://pypi.org/simple/tredparse/ as application/vnd.pypi.simple.v1+json 2023-09-15T13:32:32,746 Found link https://files.pythonhosted.org/packages/27/ce/05332b56a32fa249b226f606bca1b6ad4c0292a8a26541a10f23cea87234/tredparse-0.7.5.tar.gz (from https://pypi.org/simple/tredparse/), version: 0.7.5 2023-09-15T13:32:32,747 Found link https://files.pythonhosted.org/packages/1d/5d/560a1d2764bbb1ab47c1928ed611e130b3ac09ec97e47a35ddf33eb1fd95/tredparse-0.7.6.tar.gz (from https://pypi.org/simple/tredparse/), version: 0.7.6 2023-09-15T13:32:32,748 Found link https://files.pythonhosted.org/packages/76/1c/2729e46ac407eb52816cbbac94b06d0f3669dc8a7c2ef4cb8976ab071bdc/tredparse-0.7.7.tar.gz (from https://pypi.org/simple/tredparse/), version: 0.7.7 2023-09-15T13:32:32,748 Found link https://files.pythonhosted.org/packages/c0/37/e706aade86900143a0c6c83ad022a4feac9f1d8fa3573265806033d4395b/tredparse-0.7.8.tar.gz (from https://pypi.org/simple/tredparse/), version: 0.7.8 2023-09-15T13:32:32,749 Found link https://files.pythonhosted.org/packages/33/32/abbebafed6afbee2bb41e4e0f8be78a4ec2a391dcfef86121acee06b435e/tredparse-1.1.12.tar.gz (from https://pypi.org/simple/tredparse/), version: 1.1.12 2023-09-15T13:32:32,750 Fetching project page and analyzing links: https://www.piwheels.org/simple/tredparse/ 2023-09-15T13:32:32,751 Getting page https://www.piwheels.org/simple/tredparse/ 2023-09-15T13:32:32,752 Found index url https://www.piwheels.org/simple/ 2023-09-15T13:32:33,041 Fetched page https://www.piwheels.org/simple/tredparse/ as text/html 2023-09-15T13:32:33,042 Skipping link: not a file: https://www.piwheels.org/simple/tredparse/ 2023-09-15T13:32:33,043 Skipping link: not a file: https://pypi.org/simple/tredparse/ 2023-09-15T13:32:33,062 Given no hashes to check 1 links for project 'tredparse': discarding no candidates 2023-09-15T13:32:33,080 Collecting tredparse==1.1.12 2023-09-15T13:32:33,082 Created temporary directory: /tmp/pip-unpack-affs6yyz 2023-09-15T13:32:33,552 Downloading tredparse-1.1.12.tar.gz (360 kB) 2023-09-15T13:32:33,809 Added tredparse==1.1.12 from https://files.pythonhosted.org/packages/33/32/abbebafed6afbee2bb41e4e0f8be78a4ec2a391dcfef86121acee06b435e/tredparse-1.1.12.tar.gz to build tracker '/tmp/pip-build-tracker-i2teobr3' 2023-09-15T13:32:33,811 Running setup.py (path:/tmp/pip-wheel-5ain04uy/tredparse_1ddc31d632f24c64ae79730ef12d97c9/setup.py) egg_info for package tredparse 2023-09-15T13:32:33,812 Created temporary directory: /tmp/pip-pip-egg-info-9pzoreu4 2023-09-15T13:32:33,813 Preparing metadata (setup.py): started 2023-09-15T13:32:33,814 Running command python setup.py egg_info 2023-09-15T13:32:34,709 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-15T13:32:34,709 !! 2023-09-15T13:32:34,711 ******************************************************************************** 2023-09-15T13:32:34,711 Requirements should be satisfied by a PEP 517 installer. 2023-09-15T13:32:34,712 If you are using pip, you can try `pip install --use-pep517`. 2023-09-15T13:32:34,713 ******************************************************************************** 2023-09-15T13:32:34,714 !! 2023-09-15T13:32:34,714 dist.fetch_build_eggs(dist.setup_requires) 2023-09-15T13:32:34,768 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'test_requires' 2023-09-15T13:32:34,769 warnings.warn(msg) 2023-09-15T13:32:34,888 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:320: InformationOnly: Normalizing 'v1.1.12' to '1.1.12' 2023-09-15T13:32:34,889 self.metadata.version = self._normalize_version( 2023-09-15T13:32:34,933 Cython not installed. Skip compiling Cython extensions. 2023-09-15T13:32:34,934 running egg_info 2023-09-15T13:32:34,934 creating /tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info 2023-09-15T13:32:34,958 writing /tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info/PKG-INFO 2023-09-15T13:32:34,961 writing dependency_links to /tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info/dependency_links.txt 2023-09-15T13:32:34,963 writing requirements to /tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info/requires.txt 2023-09-15T13:32:34,964 writing top-level names to /tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info/top_level.txt 2023-09-15T13:32:34,965 writing manifest file '/tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info/SOURCES.txt' 2023-09-15T13:32:35,044 reading manifest file '/tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info/SOURCES.txt' 2023-09-15T13:32:35,046 reading manifest template 'MANIFEST.in' 2023-09-15T13:32:35,050 adding license file 'LICENSE' 2023-09-15T13:32:35,052 writing manifest file '/tmp/pip-pip-egg-info-9pzoreu4/tredparse.egg-info/SOURCES.txt' 2023-09-15T13:32:35,165 Preparing metadata (setup.py): finished with status 'done' 2023-09-15T13:32:35,170 Source in /tmp/pip-wheel-5ain04uy/tredparse_1ddc31d632f24c64ae79730ef12d97c9 has version 1.1.12, which satisfies requirement tredparse==1.1.12 from https://files.pythonhosted.org/packages/33/32/abbebafed6afbee2bb41e4e0f8be78a4ec2a391dcfef86121acee06b435e/tredparse-1.1.12.tar.gz 2023-09-15T13:32:35,171 Removed tredparse==1.1.12 from https://files.pythonhosted.org/packages/33/32/abbebafed6afbee2bb41e4e0f8be78a4ec2a391dcfef86121acee06b435e/tredparse-1.1.12.tar.gz from build tracker '/tmp/pip-build-tracker-i2teobr3' 2023-09-15T13:32:35,176 Created temporary directory: /tmp/pip-unpack-ejzq78w1 2023-09-15T13:32:35,177 Created temporary directory: /tmp/pip-unpack-zauz1mx3 2023-09-15T13:32:35,190 Building wheels for collected packages: tredparse 2023-09-15T13:32:35,194 Created temporary directory: /tmp/pip-wheel-dlejpxv_ 2023-09-15T13:32:35,195 Building wheel for tredparse (setup.py): started 2023-09-15T13:32:35,196 Destination directory: /tmp/pip-wheel-dlejpxv_ 2023-09-15T13:32:35,196 Running command python setup.py bdist_wheel 2023-09-15T13:32:35,998 Cython not installed. Skip compiling Cython extensions. 2023-09-15T13:32:36,063 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-15T13:32:36,064 !! 2023-09-15T13:32:36,065 ******************************************************************************** 2023-09-15T13:32:36,066 Requirements should be satisfied by a PEP 517 installer. 2023-09-15T13:32:36,066 If you are using pip, you can try `pip install --use-pep517`. 2023-09-15T13:32:36,067 ******************************************************************************** 2023-09-15T13:32:36,068 !! 2023-09-15T13:32:36,069 dist.fetch_build_eggs(dist.setup_requires) 2023-09-15T13:32:36,122 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'test_requires' 2023-09-15T13:32:36,123 warnings.warn(msg) 2023-09-15T13:32:36,240 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:320: InformationOnly: Normalizing 'v1.1.12' to '1.1.12' 2023-09-15T13:32:36,240 self.metadata.version = self._normalize_version( 2023-09-15T13:32:36,285 running bdist_wheel 2023-09-15T13:32:36,355 running build 2023-09-15T13:32:36,356 running build_py 2023-09-15T13:32:36,361 creating build 2023-09-15T13:32:36,361 creating build/lib.linux-armv7l-cpython-311 2023-09-15T13:32:36,362 creating build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,363 copying tredparse/_version.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,365 copying tredparse/meta.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,367 copying tredparse/tred.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,369 copying tredparse/jcvi.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,372 copying tredparse/bam_parser.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,374 copying tredparse/tredreport.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,377 copying tredparse/__init__.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,378 copying tredparse/tredplot.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,380 copying tredparse/utils.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,382 copying tredparse/models.py -> build/lib.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:36,385 running egg_info 2023-09-15T13:32:36,437 writing tredparse.egg-info/PKG-INFO 2023-09-15T13:32:36,440 writing dependency_links to tredparse.egg-info/dependency_links.txt 2023-09-15T13:32:36,441 writing requirements to tredparse.egg-info/requires.txt 2023-09-15T13:32:36,443 writing top-level names to tredparse.egg-info/top_level.txt 2023-09-15T13:32:36,472 reading manifest file 'tredparse.egg-info/SOURCES.txt' 2023-09-15T13:32:36,474 reading manifest template 'MANIFEST.in' 2023-09-15T13:32:36,478 adding license file 'LICENSE' 2023-09-15T13:32:36,481 writing manifest file 'tredparse.egg-info/SOURCES.txt' 2023-09-15T13:32:36,483 /usr/local/lib/python3.11/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'tredparse.data' is absent from the `packages` configuration. 2023-09-15T13:32:36,484 !! 2023-09-15T13:32:36,485 ******************************************************************************** 2023-09-15T13:32:36,486 ############################ 2023-09-15T13:32:36,486 # Package would be ignored # 2023-09-15T13:32:36,487 ############################ 2023-09-15T13:32:36,487 Python recognizes 'tredparse.data' as an importable package[^1], 2023-09-15T13:32:36,488 but it is absent from setuptools' `packages` configuration. 2023-09-15T13:32:36,489 This leads to an ambiguous overall configuration. If you want to distribute this 2023-09-15T13:32:36,489 package, please make sure that 'tredparse.data' is explicitly added 2023-09-15T13:32:36,490 to the `packages` configuration field. 2023-09-15T13:32:36,492 Alternatively, you can also rely on setuptools' discovery methods 2023-09-15T13:32:36,493 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-09-15T13:32:36,493 instead of `find_packages(...)`/`find:`). 2023-09-15T13:32:36,494 You can read more about "package discovery" on setuptools documentation page: 2023-09-15T13:32:36,495 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html 2023-09-15T13:32:36,496 If you don't want 'tredparse.data' to be distributed and are 2023-09-15T13:32:36,497 already explicitly excluding 'tredparse.data' via 2023-09-15T13:32:36,497 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, 2023-09-15T13:32:36,498 you can try to use `exclude_package_data`, or `include-package-data=False` in 2023-09-15T13:32:36,498 combination with a more fine grained `package-data` configuration. 2023-09-15T13:32:36,500 You can read more about "package data files" on setuptools documentation page: 2023-09-15T13:32:36,500 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html 2023-09-15T13:32:36,502 [^1]: For Python, any directory (with suitable naming) can be imported, 2023-09-15T13:32:36,502 even if it does not contain any `.py` files. 2023-09-15T13:32:36,502 On the other hand, currently there is no concept of package data 2023-09-15T13:32:36,503 directory, all directories are treated like packages. 2023-09-15T13:32:36,503 ******************************************************************************** 2023-09-15T13:32:36,504 !! 2023-09-15T13:32:36,505 check.warn(importable) 2023-09-15T13:32:36,505 /usr/local/lib/python3.11/dist-packages/setuptools/command/build_py.py:204: _Warning: Package 'tredparse.ssw.sse2neon' is absent from the `packages` configuration. 2023-09-15T13:32:36,505 !! 2023-09-15T13:32:36,506 ******************************************************************************** 2023-09-15T13:32:36,507 ############################ 2023-09-15T13:32:36,507 # Package would be ignored # 2023-09-15T13:32:36,508 ############################ 2023-09-15T13:32:36,508 Python recognizes 'tredparse.ssw.sse2neon' as an importable package[^1], 2023-09-15T13:32:36,509 but it is absent from setuptools' `packages` configuration. 2023-09-15T13:32:36,510 This leads to an ambiguous overall configuration. If you want to distribute this 2023-09-15T13:32:36,510 package, please make sure that 'tredparse.ssw.sse2neon' is explicitly added 2023-09-15T13:32:36,511 to the `packages` configuration field. 2023-09-15T13:32:36,512 Alternatively, you can also rely on setuptools' discovery methods 2023-09-15T13:32:36,512 (for example by using `find_namespace_packages(...)`/`find_namespace:` 2023-09-15T13:32:36,513 instead of `find_packages(...)`/`find:`). 2023-09-15T13:32:36,513 You can read more about "package discovery" on setuptools documentation page: 2023-09-15T13:32:36,514 - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html 2023-09-15T13:32:36,515 If you don't want 'tredparse.ssw.sse2neon' to be distributed and are 2023-09-15T13:32:36,516 already explicitly excluding 'tredparse.ssw.sse2neon' via 2023-09-15T13:32:36,516 `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, 2023-09-15T13:32:36,517 you can try to use `exclude_package_data`, or `include-package-data=False` in 2023-09-15T13:32:36,518 combination with a more fine grained `package-data` configuration. 2023-09-15T13:32:36,519 You can read more about "package data files" on setuptools documentation page: 2023-09-15T13:32:36,520 - https://setuptools.pypa.io/en/latest/userguide/datafiles.html 2023-09-15T13:32:36,522 [^1]: For Python, any directory (with suitable naming) can be imported, 2023-09-15T13:32:36,522 even if it does not contain any `.py` files. 2023-09-15T13:32:36,523 On the other hand, currently there is no concept of package data 2023-09-15T13:32:36,523 directory, all directories are treated like packages. 2023-09-15T13:32:36,524 ******************************************************************************** 2023-09-15T13:32:36,525 !! 2023-09-15T13:32:36,525 check.warn(importable) 2023-09-15T13:32:36,527 creating build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,528 copying tredparse/data/HLI_bams.csv.gz -> build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,531 copying tredparse/data/TREDs.alts.csv -> build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,531 copying tredparse/data/TREDs.meta.csv -> build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,532 copying tredparse/data/chrY.hg19.unique_ccn.gc -> build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,533 copying tredparse/data/chrY.hg38.unique_ccn.gc -> build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,533 copying tredparse/data/illumina_v3.pcrfree.stepmodel -> build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,533 copying tredparse/data/illumina_v3.pcrfree.stuttermodel -> build/lib.linux-armv7l-cpython-311/tredparse/data 2023-09-15T13:32:36,534 creating build/lib.linux-armv7l-cpython-311/tredparse/ssw 2023-09-15T13:32:36,535 copying tredparse/ssw/_ssw.c -> build/lib.linux-armv7l-cpython-311/tredparse/ssw 2023-09-15T13:32:36,536 copying tredparse/ssw/ssw.c -> build/lib.linux-armv7l-cpython-311/tredparse/ssw 2023-09-15T13:32:36,536 copying tredparse/ssw/ssw.h -> build/lib.linux-armv7l-cpython-311/tredparse/ssw 2023-09-15T13:32:36,539 creating build/lib.linux-armv7l-cpython-311/tredparse/ssw/sse2neon 2023-09-15T13:32:36,540 copying tredparse/ssw/sse2neon/emmintrin.h -> build/lib.linux-armv7l-cpython-311/tredparse/ssw/sse2neon 2023-09-15T13:32:36,544 copying tredparse/ssw/_ssw.pyx -> build/lib.linux-armv7l-cpython-311/tredparse/ssw 2023-09-15T13:32:36,548 UPDATING build/lib.linux-armv7l-cpython-311/tredparse/_version.py 2023-09-15T13:32:36,549 set build/lib.linux-armv7l-cpython-311/tredparse/_version.py to 'v1.1.12' 2023-09-15T13:32:36,549 running build_ext 2023-09-15T13:32:37,083 Compiling tredparse/ssw/_ssw.pyx because it changed. 2023-09-15T13:32:37,083 [1/1] Cythonizing tredparse/ssw/_ssw.pyx 2023-09-15T13:32:38,148 /usr/local/lib/python3.11/dist-packages/Cython/Compiler/Main.py:384: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: /tmp/pip-wheel-5ain04uy/tredparse_1ddc31d632f24c64ae79730ef12d97c9/tredparse/ssw/_ssw.pyx 2023-09-15T13:32:38,149 tree = Parsing.p_module(s, pxd, full_module_name) 2023-09-15T13:32:39,282 building 'tredparse.ssw' extension 2023-09-15T13:32:39,283 creating build/temp.linux-armv7l-cpython-311 2023-09-15T13:32:39,284 creating build/temp.linux-armv7l-cpython-311/tredparse 2023-09-15T13:32:39,285 creating build/temp.linux-armv7l-cpython-311/tredparse/ssw 2023-09-15T13:32:39,286 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -Itredparse/ssw -I/usr/include/python3.11 -c tredparse/ssw/_ssw.c -o build/temp.linux-armv7l-cpython-311/tredparse/ssw/_ssw.o -O3 2023-09-15T13:32:39,688 In file included from tredparse/ssw/_ssw.c:1172: 2023-09-15T13:32:39,689 tredparse/ssw/ssw.h:17:10: fatal error: emmintrin.h: No such file or directory 2023-09-15T13:32:39,689 17 | #include 2023-09-15T13:32:39,690 | ^~~~~~~~~~~~~ 2023-09-15T13:32:39,690 compilation terminated. 2023-09-15T13:32:39,695 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-15T13:32:39,965 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-15T13:32:39,978 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-15T13:32:39,978 exec(compile('"'"''"'"''"'"' 2023-09-15T13:32:39,978 # This is -- a caller that pip uses to run setup.py 2023-09-15T13:32:39,978 # 2023-09-15T13:32:39,978 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-15T13:32:39,978 # import from `distutils.core` to work with newer packaging standards. 2023-09-15T13:32:39,978 # - It provides a clear error message when setuptools is not installed. 2023-09-15T13:32:39,978 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-15T13:32:39,978 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-15T13:32:39,978 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-15T13:32:39,978 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-15T13:32:39,978 import os, sys, tokenize 2023-09-15T13:32:39,978 2023-09-15T13:32:39,978 try: 2023-09-15T13:32:39,978 import setuptools 2023-09-15T13:32:39,978 except ImportError as error: 2023-09-15T13:32:39,978 print( 2023-09-15T13:32:39,978 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-15T13:32:39,978 "the build environment.", 2023-09-15T13:32:39,978 file=sys.stderr, 2023-09-15T13:32:39,978 ) 2023-09-15T13:32:39,978 sys.exit(1) 2023-09-15T13:32:39,978 2023-09-15T13:32:39,978 __file__ = %r 2023-09-15T13:32:39,978 sys.argv[0] = __file__ 2023-09-15T13:32:39,978 2023-09-15T13:32:39,978 if os.path.exists(__file__): 2023-09-15T13:32:39,978 filename = __file__ 2023-09-15T13:32:39,978 with tokenize.open(__file__) as f: 2023-09-15T13:32:39,978 setup_py_code = f.read() 2023-09-15T13:32:39,978 else: 2023-09-15T13:32:39,978 filename = "" 2023-09-15T13:32:39,978 setup_py_code = "from setuptools import setup; setup()" 2023-09-15T13:32:39,978 2023-09-15T13:32:39,978 exec(compile(setup_py_code, filename, "exec")) 2023-09-15T13:32:39,978 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-5ain04uy/tredparse_1ddc31d632f24c64ae79730ef12d97c9/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-dlejpxv_[/] 2023-09-15T13:32:39,978 [bold magenta]cwd[/]: /tmp/pip-wheel-5ain04uy/tredparse_1ddc31d632f24c64ae79730ef12d97c9/ 2023-09-15T13:32:39,979 Building wheel for tredparse (setup.py): finished with status 'error' 2023-09-15T13:32:39,980 ERROR: Failed building wheel for tredparse 2023-09-15T13:32:39,982 Running setup.py clean for tredparse 2023-09-15T13:32:39,983 Running command python setup.py clean 2023-09-15T13:32:40,818 Cython not installed. Skip compiling Cython extensions. 2023-09-15T13:32:40,883 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-15T13:32:40,884 !! 2023-09-15T13:32:40,885 ******************************************************************************** 2023-09-15T13:32:40,886 Requirements should be satisfied by a PEP 517 installer. 2023-09-15T13:32:40,886 If you are using pip, you can try `pip install --use-pep517`. 2023-09-15T13:32:40,887 ******************************************************************************** 2023-09-15T13:32:40,888 !! 2023-09-15T13:32:40,889 dist.fetch_build_eggs(dist.setup_requires) 2023-09-15T13:32:40,943 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py:265: UserWarning: Unknown distribution option: 'test_requires' 2023-09-15T13:32:40,943 warnings.warn(msg) 2023-09-15T13:32:41,063 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:320: InformationOnly: Normalizing 'v1.1.12' to '1.1.12' 2023-09-15T13:32:41,063 self.metadata.version = self._normalize_version( 2023-09-15T13:32:41,109 running clean 2023-09-15T13:32:41,156 removing 'build/temp.linux-armv7l-cpython-311' (and everything under it) 2023-09-15T13:32:41,158 removing 'build/lib.linux-armv7l-cpython-311' (and everything under it) 2023-09-15T13:32:41,166 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-15T13:32:41,167 'build/scripts-3.11' does not exist -- can't clean it 2023-09-15T13:32:41,168 removing 'build' 2023-09-15T13:32:41,282 Failed to build tredparse 2023-09-15T13:32:41,284 ERROR: Failed to build one or more wheels 2023-09-15T13:32:41,285 Exception information: 2023-09-15T13:32:41,285 Traceback (most recent call last): 2023-09-15T13:32:41,285 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-15T13:32:41,285 status = run_func(*args) 2023-09-15T13:32:41,285 ^^^^^^^^^^^^^^^ 2023-09-15T13:32:41,285 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-15T13:32:41,285 return func(self, options, args) 2023-09-15T13:32:41,285 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-15T13:32:41,285 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-15T13:32:41,285 raise CommandError("Failed to build one or more wheels") 2023-09-15T13:32:41,285 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-15T13:32:41,288 Removed build tracker: '/tmp/pip-build-tracker-i2teobr3'