2023-09-10T10:06:20,508 Created temporary directory: /tmp/pip-build-tracker-g_g51789 2023-09-10T10:06:20,510 Initialized build tracking at /tmp/pip-build-tracker-g_g51789 2023-09-10T10:06:20,510 Created build tracker: /tmp/pip-build-tracker-g_g51789 2023-09-10T10:06:20,511 Entered build tracker: /tmp/pip-build-tracker-g_g51789 2023-09-10T10:06:20,511 Created temporary directory: /tmp/pip-wheel-cm_xkrwu 2023-09-10T10:06:20,514 Created temporary directory: /tmp/pip-ephem-wheel-cache-54frosyr 2023-09-10T10:06:20,537 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-10T10:06:20,540 2 location(s) to search for versions of cigram: 2023-09-10T10:06:20,540 * https://pypi.org/simple/cigram/ 2023-09-10T10:06:20,540 * https://www.piwheels.org/simple/cigram/ 2023-09-10T10:06:20,541 Fetching project page and analyzing links: https://pypi.org/simple/cigram/ 2023-09-10T10:06:20,542 Getting page https://pypi.org/simple/cigram/ 2023-09-10T10:06:20,543 Found index url https://pypi.org/simple/ 2023-09-10T10:06:20,684 Fetched page https://pypi.org/simple/cigram/ as application/vnd.pypi.simple.v1+json 2023-09-10T10:06:20,686 Skipping link: No binaries permitted for cigram: https://files.pythonhosted.org/packages/ea/2b/a613ad4be8262267d2b60d358172fcb475357b55702e6ca391bea5d241d0/cigram-0.1.1-py2.py3-none-any.whl (from https://pypi.org/simple/cigram/) 2023-09-10T10:06:20,687 Found link https://files.pythonhosted.org/packages/38/b1/d36af8e449c7f2555d05d68b0bfbc2dbb6e58330717522c5d0de8fd4b1a2/cigram-0.1.2.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.2 2023-09-10T10:06:20,687 Found link https://files.pythonhosted.org/packages/1a/72/03d709d88b843d14a618467563658df56d014f0f4233c06864f984df6976/cigram-0.1.3.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.3 2023-09-10T10:06:20,688 Found link https://files.pythonhosted.org/packages/51/79/1d67e9b764c36e536d2938345fb9adaf3c6b6d5589c794dd1eee0f1351c2/cigram-0.1.4.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.4 2023-09-10T10:06:20,688 Found link https://files.pythonhosted.org/packages/5b/d8/01ed0ec3c402164207b600e01ea0f0f29f4ec155c206537f3e85566c69c0/cigram-0.1.5.tar.gz (from https://pypi.org/simple/cigram/), version: 0.1.5 2023-09-10T10:06:20,689 Fetching project page and analyzing links: https://www.piwheels.org/simple/cigram/ 2023-09-10T10:06:20,690 Getting page https://www.piwheels.org/simple/cigram/ 2023-09-10T10:06:20,691 Found index url https://www.piwheels.org/simple/ 2023-09-10T10:06:29,055 Fetched page https://www.piwheels.org/simple/cigram/ as text/html 2023-09-10T10:06:29,058 Skipping link: not a file: https://www.piwheels.org/simple/cigram/ 2023-09-10T10:06:29,059 Skipping link: not a file: https://pypi.org/simple/cigram/ 2023-09-10T10:06:29,104 Given no hashes to check 1 links for project 'cigram': discarding no candidates 2023-09-10T10:06:29,147 Collecting cigram==0.1.3 2023-09-10T10:06:29,151 Created temporary directory: /tmp/pip-unpack-9qlyvf8r 2023-09-10T10:06:29,368 Downloading cigram-0.1.3.tar.gz (47 kB) 2023-09-10T10:06:29,487 Added cigram==0.1.3 from https://files.pythonhosted.org/packages/1a/72/03d709d88b843d14a618467563658df56d014f0f4233c06864f984df6976/cigram-0.1.3.tar.gz to build tracker '/tmp/pip-build-tracker-g_g51789' 2023-09-10T10:06:29,489 Running setup.py (path:/tmp/pip-wheel-cm_xkrwu/cigram_1e06386afcac4ba0999f81f733f52de2/setup.py) egg_info for package cigram 2023-09-10T10:06:29,490 Created temporary directory: /tmp/pip-pip-egg-info-mqyymai0 2023-09-10T10:06:29,491 Preparing metadata (setup.py): started 2023-09-10T10:06:29,492 Running command python setup.py egg_info 2023-09-10T10:06:29,945 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T10:06:29,945 !! 2023-09-10T10:06:29,947 ******************************************************************************** 2023-09-10T10:06:29,947 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T10:06:29,948 versions. Please use the underscore name 'description_file' instead. 2023-09-10T10:06:29,950 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T10:06:29,950 or your builds will no longer be supported. 2023-09-10T10:06:29,951 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T10:06:29,951 ******************************************************************************** 2023-09-10T10:06:29,952 !! 2023-09-10T10:06:29,953 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T10:06:30,196 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-10T10:06:30,197 !! 2023-09-10T10:06:30,198 ******************************************************************************** 2023-09-10T10:06:30,198 Requirements should be satisfied by a PEP 517 installer. 2023-09-10T10:06:30,198 If you are using pip, you can try `pip install --use-pep517`. 2023-09-10T10:06:30,199 ******************************************************************************** 2023-09-10T10:06:30,200 !! 2023-09-10T10:06:30,200 dist.fetch_build_eggs(dist.setup_requires) 2023-09-10T10:06:32,896 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T10:06:32,897 !! 2023-09-10T10:06:32,898 ******************************************************************************** 2023-09-10T10:06:32,898 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T10:06:32,899 versions. Please use the underscore name 'description_file' instead. 2023-09-10T10:06:32,900 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T10:06:32,900 or your builds will no longer be supported. 2023-09-10T10:06:32,901 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T10:06:32,902 ******************************************************************************** 2023-09-10T10:06:32,903 !! 2023-09-10T10:06:32,903 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T10:06:32,934 running egg_info 2023-09-10T10:06:32,935 creating /tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info 2023-09-10T10:06:32,961 writing /tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info/PKG-INFO 2023-09-10T10:06:32,964 writing dependency_links to /tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info/dependency_links.txt 2023-09-10T10:06:32,966 writing requirements to /tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info/requires.txt 2023-09-10T10:06:32,967 writing top-level names to /tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info/top_level.txt 2023-09-10T10:06:32,968 writing manifest file '/tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info/SOURCES.txt' 2023-09-10T10:06:33,081 reading manifest file '/tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info/SOURCES.txt' 2023-09-10T10:06:33,083 reading manifest template 'MANIFEST.in' 2023-09-10T10:06:33,086 adding license file 'LICENSE' 2023-09-10T10:06:33,089 writing manifest file '/tmp/pip-pip-egg-info-mqyymai0/cigram.egg-info/SOURCES.txt' 2023-09-10T10:06:33,199 Preparing metadata (setup.py): finished with status 'done' 2023-09-10T10:06:33,203 Source in /tmp/pip-wheel-cm_xkrwu/cigram_1e06386afcac4ba0999f81f733f52de2 has version 0.1.3, which satisfies requirement cigram==0.1.3 from https://files.pythonhosted.org/packages/1a/72/03d709d88b843d14a618467563658df56d014f0f4233c06864f984df6976/cigram-0.1.3.tar.gz 2023-09-10T10:06:33,204 Removed cigram==0.1.3 from https://files.pythonhosted.org/packages/1a/72/03d709d88b843d14a618467563658df56d014f0f4233c06864f984df6976/cigram-0.1.3.tar.gz from build tracker '/tmp/pip-build-tracker-g_g51789' 2023-09-10T10:06:33,208 Created temporary directory: /tmp/pip-unpack-48m5qift 2023-09-10T10:06:33,209 Created temporary directory: /tmp/pip-unpack-punxcyq7 2023-09-10T10:06:33,220 Building wheels for collected packages: cigram 2023-09-10T10:06:33,224 Created temporary directory: /tmp/pip-wheel-p3x3o95e 2023-09-10T10:06:33,224 Building wheel for cigram (setup.py): started 2023-09-10T10:06:33,225 Destination directory: /tmp/pip-wheel-p3x3o95e 2023-09-10T10:06:33,226 Running command python setup.py bdist_wheel 2023-09-10T10:06:33,673 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T10:06:33,673 !! 2023-09-10T10:06:33,674 ******************************************************************************** 2023-09-10T10:06:33,675 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T10:06:33,675 versions. Please use the underscore name 'description_file' instead. 2023-09-10T10:06:33,676 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T10:06:33,677 or your builds will no longer be supported. 2023-09-10T10:06:33,677 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T10:06:33,678 ******************************************************************************** 2023-09-10T10:06:33,679 !! 2023-09-10T10:06:33,679 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T10:06:33,919 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-10T10:06:33,919 !! 2023-09-10T10:06:33,920 ******************************************************************************** 2023-09-10T10:06:33,921 Requirements should be satisfied by a PEP 517 installer. 2023-09-10T10:06:33,921 If you are using pip, you can try `pip install --use-pep517`. 2023-09-10T10:06:33,922 ******************************************************************************** 2023-09-10T10:06:33,923 !! 2023-09-10T10:06:33,924 dist.fetch_build_eggs(dist.setup_requires) 2023-09-10T10:06:34,388 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T10:06:34,388 !! 2023-09-10T10:06:34,390 ******************************************************************************** 2023-09-10T10:06:34,390 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T10:06:34,391 versions. Please use the underscore name 'description_file' instead. 2023-09-10T10:06:34,392 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T10:06:34,393 or your builds will no longer be supported. 2023-09-10T10:06:34,394 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T10:06:34,394 ******************************************************************************** 2023-09-10T10:06:34,395 !! 2023-09-10T10:06:34,396 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T10:06:34,430 running bdist_wheel 2023-09-10T10:06:34,531 running build 2023-09-10T10:06:34,532 running build_py 2023-09-10T10:06:34,564 creating build 2023-09-10T10:06:34,564 creating build/lib.linux-armv7l-cpython-311 2023-09-10T10:06:34,566 creating build/lib.linux-armv7l-cpython-311/cigram 2023-09-10T10:06:34,567 copying cigram/__init__.py -> build/lib.linux-armv7l-cpython-311/cigram 2023-09-10T10:06:34,569 copying cigram/generators.py -> build/lib.linux-armv7l-cpython-311/cigram 2023-09-10T10:06:34,572 creating build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,573 copying cigram/lfr_model/__init__.py -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,576 creating build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T10:06:34,577 copying cigram/network_opt/__init__.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T10:06:34,578 copying cigram/network_opt/model_parameters.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T10:06:34,581 copying cigram/network_opt/cigram_optimiser.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T10:06:34,583 copying cigram/network_opt/fitness_measures.py -> build/lib.linux-armv7l-cpython-311/cigram/network_opt 2023-09-10T10:06:34,586 creating build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,588 copying cigram/cmodel/__init__.py -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,589 running egg_info 2023-09-10T10:06:34,640 writing cigram.egg-info/PKG-INFO 2023-09-10T10:06:34,643 writing dependency_links to cigram.egg-info/dependency_links.txt 2023-09-10T10:06:34,645 writing requirements to cigram.egg-info/requires.txt 2023-09-10T10:06:34,647 writing top-level names to cigram.egg-info/top_level.txt 2023-09-10T10:06:34,676 reading manifest file 'cigram.egg-info/SOURCES.txt' 2023-09-10T10:06:34,679 reading manifest template 'MANIFEST.in' 2023-09-10T10:06:34,681 adding license file 'LICENSE' 2023-09-10T10:06:34,684 writing manifest file 'cigram.egg-info/SOURCES.txt' 2023-09-10T10:06:34,687 copying cigram/lfr_model/benchm.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,690 copying cigram/lfr_model/benchm.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,693 copying cigram/lfr_model/cast.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,695 copying cigram/lfr_model/cast.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,697 copying cigram/lfr_model/cc.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,699 copying cigram/lfr_model/cc.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,702 copying cigram/lfr_model/combinatorics.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,704 copying cigram/lfr_model/combinatorics.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,707 copying cigram/lfr_model/lfr_model.cc -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,710 copying cigram/lfr_model/random.cpp -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,713 copying cigram/lfr_model/random.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,715 copying cigram/lfr_model/standard_include.h -> build/lib.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:34,718 copying cigram/cmodel/cmodel.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,720 copying cigram/cmodel/distributions.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,723 copying cigram/cmodel/distributions.h -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,725 copying cigram/cmodel/generate_graph.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,729 copying cigram/cmodel/generate_graph.h -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,731 copying cigram/cmodel/sample.cc -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,734 copying cigram/cmodel/sample.h -> build/lib.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:06:34,737 running build_ext 2023-09-10T10:06:35,243 building 'cigram.lfr_model' extension 2023-09-10T10:06:35,244 creating build/temp.linux-armv7l-cpython-311 2023-09-10T10:06:35,245 creating build/temp.linux-armv7l-cpython-311/cigram 2023-09-10T10:06:35,246 creating build/temp.linux-armv7l-cpython-311/cigram/lfr_model 2023-09-10T10:06:35,247 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c cigram/lfr_model/benchm.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/benchm.o -Wno-undef -Ofast 2023-09-10T10:06:54,399 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c cigram/lfr_model/cast.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cast.o -Wno-undef -Ofast 2023-09-10T10:06:57,212 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c cigram/lfr_model/cc.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cc.o -Wno-undef -Ofast 2023-09-10T10:07:03,933 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c cigram/lfr_model/combinatorics.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/combinatorics.o -Wno-undef -Ofast 2023-09-10T10:07:09,384 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c cigram/lfr_model/lfr_model.cc -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/lfr_model.o -Wno-undef -Ofast 2023-09-10T10:07:13,495 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c cigram/lfr_model/random.cpp -o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/random.o -Wno-undef -Ofast 2023-09-10T10:07:20,411 arm-linux-gnueabihf-g++ -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 build/temp.linux-armv7l-cpython-311/cigram/lfr_model/benchm.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cast.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/cc.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/combinatorics.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/lfr_model.o build/temp.linux-armv7l-cpython-311/cigram/lfr_model/random.o -L/usr/lib/arm-linux-gnueabihf -o build/lib.linux-armv7l-cpython-311/cigram/lfr_model.cpython-311-arm-linux-gnueabihf.so 2023-09-10T10:07:20,755 building 'cigram.cmodel' extension 2023-09-10T10:07:20,756 creating build/temp.linux-armv7l-cpython-311/cigram/cmodel 2023-09-10T10:07:20,758 arm-linux-gnueabihf-gcc -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/python3.11 -c cigram/cmodel/cmodel.cc -o build/temp.linux-armv7l-cpython-311/cigram/cmodel/cmodel.o -Ofast 2023-09-10T10:07:21,144 In file included from cigram/cmodel/cmodel.cc:18: 2023-09-10T10:07:21,144 cigram/cmodel/generate_graph.h:22:10: fatal error: boost/config.hpp: No such file or directory 2023-09-10T10:07:21,145 22 | #include 2023-09-10T10:07:21,146 | ^~~~~~~~~~~~~~~~~~ 2023-09-10T10:07:21,147 compilation terminated. 2023-09-10T10:07:21,153 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2023-09-10T10:07:21,290 ERROR: [present-rich] python setup.py bdist_wheel exited with 1 2023-09-10T10:07:21,304 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2023-09-10T10:07:21,304 exec(compile('"'"''"'"''"'"' 2023-09-10T10:07:21,304 # This is -- a caller that pip uses to run setup.py 2023-09-10T10:07:21,304 # 2023-09-10T10:07:21,304 # - It imports setuptools before invoking setup.py, to enable projects that directly 2023-09-10T10:07:21,304 # import from `distutils.core` to work with newer packaging standards. 2023-09-10T10:07:21,304 # - It provides a clear error message when setuptools is not installed. 2023-09-10T10:07:21,304 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2023-09-10T10:07:21,304 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2023-09-10T10:07:21,304 # manifest_maker: standard file '"'"'-c'"'"' not found". 2023-09-10T10:07:21,304 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2023-09-10T10:07:21,304 import os, sys, tokenize 2023-09-10T10:07:21,304 2023-09-10T10:07:21,304 try: 2023-09-10T10:07:21,304 import setuptools 2023-09-10T10:07:21,304 except ImportError as error: 2023-09-10T10:07:21,304 print( 2023-09-10T10:07:21,304 "ERROR: Can not execute `setup.py` since setuptools is not available in " 2023-09-10T10:07:21,304 "the build environment.", 2023-09-10T10:07:21,304 file=sys.stderr, 2023-09-10T10:07:21,304 ) 2023-09-10T10:07:21,304 sys.exit(1) 2023-09-10T10:07:21,304 2023-09-10T10:07:21,304 __file__ = %r 2023-09-10T10:07:21,304 sys.argv[0] = __file__ 2023-09-10T10:07:21,304 2023-09-10T10:07:21,304 if os.path.exists(__file__): 2023-09-10T10:07:21,304 filename = __file__ 2023-09-10T10:07:21,304 with tokenize.open(__file__) as f: 2023-09-10T10:07:21,304 setup_py_code = f.read() 2023-09-10T10:07:21,304 else: 2023-09-10T10:07:21,304 filename = "" 2023-09-10T10:07:21,304 setup_py_code = "from setuptools import setup; setup()" 2023-09-10T10:07:21,304 2023-09-10T10:07:21,304 exec(compile(setup_py_code, filename, "exec")) 2023-09-10T10:07:21,304 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-cm_xkrwu/cigram_1e06386afcac4ba0999f81f733f52de2/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-p3x3o95e[/] 2023-09-10T10:07:21,304 [bold magenta]cwd[/]: /tmp/pip-wheel-cm_xkrwu/cigram_1e06386afcac4ba0999f81f733f52de2/ 2023-09-10T10:07:21,305 Building wheel for cigram (setup.py): finished with status 'error' 2023-09-10T10:07:21,306 ERROR: Failed building wheel for cigram 2023-09-10T10:07:21,307 Running setup.py clean for cigram 2023-09-10T10:07:21,309 Running command python setup.py clean 2023-09-10T10:07:22,035 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T10:07:22,035 !! 2023-09-10T10:07:22,036 ******************************************************************************** 2023-09-10T10:07:22,036 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T10:07:22,037 versions. Please use the underscore name 'description_file' instead. 2023-09-10T10:07:22,038 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T10:07:22,039 or your builds will no longer be supported. 2023-09-10T10:07:22,040 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T10:07:22,040 ******************************************************************************** 2023-09-10T10:07:22,041 !! 2023-09-10T10:07:22,042 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T10:07:22,290 /usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2023-09-10T10:07:22,290 !! 2023-09-10T10:07:22,291 ******************************************************************************** 2023-09-10T10:07:22,292 Requirements should be satisfied by a PEP 517 installer. 2023-09-10T10:07:22,293 If you are using pip, you can try `pip install --use-pep517`. 2023-09-10T10:07:22,293 ******************************************************************************** 2023-09-10T10:07:22,294 !! 2023-09-10T10:07:22,295 dist.fetch_build_eggs(dist.setup_requires) 2023-09-10T10:07:22,778 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-10T10:07:22,778 !! 2023-09-10T10:07:22,780 ******************************************************************************** 2023-09-10T10:07:22,780 Usage of dash-separated 'description-file' will not be supported in future 2023-09-10T10:07:22,781 versions. Please use the underscore name 'description_file' instead. 2023-09-10T10:07:22,783 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-10T10:07:22,784 or your builds will no longer be supported. 2023-09-10T10:07:22,785 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-10T10:07:22,785 ******************************************************************************** 2023-09-10T10:07:22,786 !! 2023-09-10T10:07:22,787 opt = self.warn_dash_deprecation(opt, section) 2023-09-10T10:07:22,820 running clean 2023-09-10T10:07:22,869 removing 'build/temp.linux-armv7l-cpython-311' (and everything under it) 2023-09-10T10:07:22,875 removing 'build/lib.linux-armv7l-cpython-311' (and everything under it) 2023-09-10T10:07:22,885 'build/bdist.linux-armv7l' does not exist -- can't clean it 2023-09-10T10:07:22,886 'build/scripts-3.11' does not exist -- can't clean it 2023-09-10T10:07:22,887 removing 'build' 2023-09-10T10:07:22,996 Failed to build cigram 2023-09-10T10:07:22,997 ERROR: Failed to build one or more wheels 2023-09-10T10:07:22,998 Exception information: 2023-09-10T10:07:22,998 Traceback (most recent call last): 2023-09-10T10:07:22,998 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-10T10:07:22,998 status = run_func(*args) 2023-09-10T10:07:22,998 ^^^^^^^^^^^^^^^ 2023-09-10T10:07:22,998 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-10T10:07:22,998 return func(self, options, args) 2023-09-10T10:07:22,998 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-10T10:07:22,998 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 181, in run 2023-09-10T10:07:22,998 raise CommandError("Failed to build one or more wheels") 2023-09-10T10:07:22,998 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2023-09-10T10:07:23,002 Removed build tracker: '/tmp/pip-build-tracker-g_g51789'