2025-09-08T22:07:17,457 Created temporary directory: /tmp/pip-build-tracker-plhmhakc 2025-09-08T22:07:17,457 Initialized build tracking at /tmp/pip-build-tracker-plhmhakc 2025-09-08T22:07:17,458 Created build tracker: /tmp/pip-build-tracker-plhmhakc 2025-09-08T22:07:17,458 Entered build tracker: /tmp/pip-build-tracker-plhmhakc 2025-09-08T22:07:17,458 Created temporary directory: /tmp/pip-wheel-697oque8 2025-09-08T22:07:17,461 Created temporary directory: /tmp/pip-ephem-wheel-cache-4ezquwig 2025-09-08T22:07:17,522 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T22:07:17,524 2 location(s) to search for versions of pyskyfiber: 2025-09-08T22:07:17,524 * https://pypi.org/simple/pyskyfiber/ 2025-09-08T22:07:17,524 * https://www.piwheels.org/simple/pyskyfiber/ 2025-09-08T22:07:17,524 Fetching project page and analyzing links: https://pypi.org/simple/pyskyfiber/ 2025-09-08T22:07:17,525 Getting page https://pypi.org/simple/pyskyfiber/ 2025-09-08T22:07:17,526 Found index url https://pypi.org/simple/ 2025-09-08T22:07:17,672 Fetched page https://pypi.org/simple/pyskyfiber/ as application/vnd.pypi.simple.v1+json 2025-09-08T22:07:17,673 Found link https://files.pythonhosted.org/packages/0e/bd/618b91035a648a654f0b3e38ee0487baa897e602185c6a80e5ce53601474/pyskyfiber-0.27.0.dev1.tar.gz (from https://pypi.org/simple/pyskyfiber/), version: 0.27.0.dev1 2025-09-08T22:07:17,674 Fetching project page and analyzing links: https://www.piwheels.org/simple/pyskyfiber/ 2025-09-08T22:07:17,674 Getting page https://www.piwheels.org/simple/pyskyfiber/ 2025-09-08T22:07:17,675 Found index url https://www.piwheels.org/simple/ 2025-09-08T22:07:17,777 Fetched page https://www.piwheels.org/simple/pyskyfiber/ as text/html 2025-09-08T22:07:17,778 Skipping link: not a file: https://www.piwheels.org/simple/pyskyfiber/ 2025-09-08T22:07:17,778 Skipping link: not a file: https://pypi.org/simple/pyskyfiber/ 2025-09-08T22:07:17,803 Given no hashes to check 1 links for project 'pyskyfiber': discarding no candidates 2025-09-08T22:07:17,805 Collecting pyskyfiber==0.27.0.dev1 2025-09-08T22:07:17,806 Created temporary directory: /tmp/pip-unpack-77m7ku0m 2025-09-08T22:07:18,118 Downloading pyskyfiber-0.27.0.dev1.tar.gz (50 kB) 2025-09-08T22:07:18,172 Added pyskyfiber==0.27.0.dev1 from https://files.pythonhosted.org/packages/0e/bd/618b91035a648a654f0b3e38ee0487baa897e602185c6a80e5ce53601474/pyskyfiber-0.27.0.dev1.tar.gz to build tracker '/tmp/pip-build-tracker-plhmhakc' 2025-09-08T22:07:18,173 Running setup.py (path:/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/setup.py) egg_info for package pyskyfiber 2025-09-08T22:07:18,173 Created temporary directory: /tmp/pip-pip-egg-info-1vd99ndx 2025-09-08T22:07:18,173 Preparing metadata (setup.py): started 2025-09-08T22:07:18,174 Running command python setup.py egg_info 2025-09-08T22:07:18,995 Error initializing skycoin package. Details: 2025-09-08T22:07:18,999 Traceback (most recent call last): 2025-09-08T22:07:19,000 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 14, in swig_import_helper 2025-09-08T22:07:19,000 return importlib.import_module(mname) 2025-09-08T22:07:19,000 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ 2025-09-08T22:07:19,000 File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 2025-09-08T22:07:19,000 return _bootstrap._gcd_import(name[level:], package, level) 2025-09-08T22:07:19,001 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T22:07:19,001 File "", line 1387, in _gcd_import 2025-09-08T22:07:19,001 File "", line 1360, in _find_and_load 2025-09-08T22:07:19,001 File "", line 1324, in _find_and_load_unlocked 2025-09-08T22:07:19,001 ModuleNotFoundError: No module named 'skycoin._skycoin' 2025-09-08T22:07:19,001 During handling of the above exception, another exception occurred: 2025-09-08T22:07:19,001 Traceback (most recent call last): 2025-09-08T22:07:19,001 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/__init__.py", line 8, in 2025-09-08T22:07:19,002 from .skycoin import * 2025-09-08T22:07:19,002 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 17, in 2025-09-08T22:07:19,002 _skycoin = swig_import_helper() 2025-09-08T22:07:19,002 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 16, in swig_import_helper 2025-09-08T22:07:19,002 return importlib.import_module('_skycoin') 2025-09-08T22:07:19,002 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ 2025-09-08T22:07:19,002 File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 2025-09-08T22:07:19,002 return _bootstrap._gcd_import(name[level:], package, level) 2025-09-08T22:07:19,002 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T22:07:19,003 ModuleNotFoundError: No module named '_skycoin' 2025-09-08T22:07:19,003 Inport succeeded but package load failed 2025-09-08T22:07:19,116 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-08T22:07:19,117 !! 2025-09-08T22:07:19,117 ******************************************************************************** 2025-09-08T22:07:19,117 Requirements should be satisfied by a PEP 517 installer. 2025-09-08T22:07:19,117 If you are using pip, you can try `pip install --use-pep517`. 2025-09-08T22:07:19,117 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-08T22:07:19,117 or your builds will no longer be supported. 2025-09-08T22:07:19,117 ******************************************************************************** 2025-09-08T22:07:19,118 !! 2025-09-08T22:07:19,118 dist.fetch_build_eggs(dist.setup_requires) 2025-09-08T22:07:22,110 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' 2025-09-08T22:07:22,110 warnings.warn(msg) 2025-09-08T22:07:22,263 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-08T22:07:22,263 !! 2025-09-08T22:07:22,263 ******************************************************************************** 2025-09-08T22:07:22,263 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-08T22:07:22,263 License :: OSI Approved :: MIT License 2025-09-08T22:07:22,264 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-08T22:07:22,264 ******************************************************************************** 2025-09-08T22:07:22,264 !! 2025-09-08T22:07:22,264 self._finalize_license_expression() 2025-09-08T22:07:22,338 running egg_info 2025-09-08T22:07:22,415 creating /tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info 2025-09-08T22:07:22,415 writing /tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info/PKG-INFO 2025-09-08T22:07:22,417 writing dependency_links to /tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info/dependency_links.txt 2025-09-08T22:07:22,418 writing requirements to /tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info/requires.txt 2025-09-08T22:07:22,419 writing top-level names to /tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info/top_level.txt 2025-09-08T22:07:22,419 writing manifest file '/tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info/SOURCES.txt' 2025-09-08T22:07:22,575 file skycoin.py (for module skycoin) not found 2025-09-08T22:07:22,652 reading manifest file '/tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info/SOURCES.txt' 2025-09-08T22:07:22,653 reading manifest template 'MANIFEST.in' 2025-09-08T22:07:22,658 warning: no files found matching 'gopath/src/github.com/fibercrypto/libskycoin/Makefile' 2025-09-08T22:07:22,658 warning: no previously-included files matching '*.a' found anywhere in distribution 2025-09-08T22:07:22,659 warning: no files found matching 'skycoin.py' 2025-09-08T22:07:22,659 warning: no files found matching '*.s' anywhere in distribution 2025-09-08T22:07:22,660 warning: no files found matching '*.go' anywhere in distribution 2025-09-08T22:07:22,661 warning: no directories found matching 'gopath/src/github.com/fibercrypto/libskycoin/include' 2025-09-08T22:07:22,661 no previously-included directories found matching 'docker' 2025-09-08T22:07:22,662 warning: manifest_maker: MANIFEST.in, line 20: 'graft' expects a single 2025-09-08T22:07:22,662 warning: no directories found matching 'gopath/src/github.com/fibercrypto/libskycoin/include' 2025-09-08T22:07:22,662 warning: no previously-included files matching '__pycache__' found anywhere in distribution 2025-09-08T22:07:22,663 warning: no previously-included files matching '.github' found anywhere in distribution 2025-09-08T22:07:22,663 warning: no previously-included files matching '.travis' found anywhere in distribution 2025-09-08T22:07:22,664 warning: no previously-included files matching '*.py[co]' found anywhere in distribution 2025-09-08T22:07:22,665 warning: no previously-included files matching '*.orig' found anywhere in distribution 2025-09-08T22:07:22,665 no previously-included directories found matching 'lib' 2025-09-08T22:07:22,665 no previously-included directories found matching 'pytest_cache' 2025-09-08T22:07:22,666 no previously-included directories found matching '.github' 2025-09-08T22:07:22,666 no previously-included directories found matching '.tox' 2025-09-08T22:07:22,667 no previously-included directories found matching '.travis' 2025-09-08T22:07:22,667 no previously-included directories found matching '.pytest_cache' 2025-09-08T22:07:22,667 no previously-included directories found matching '.circleci' 2025-09-08T22:07:22,668 warning: no previously-included files matching 'Dockerfile' found anywhere in distribution 2025-09-08T22:07:22,668 warning: no previously-included files matching 'Dockerfile-armv7' found anywhere in distribution 2025-09-08T22:07:22,669 warning: no previously-included files matching 'pyskycoin_wrap.c' found anywhere in distribution 2025-09-08T22:07:22,669 no previously-included directories found matching 'lib/skyapi' 2025-09-08T22:07:22,669 adding license file 'LICENSE.txt' 2025-09-08T22:07:22,672 writing manifest file '/tmp/pip-pip-egg-info-1vd99ndx/pyskyfiber.egg-info/SOURCES.txt' 2025-09-08T22:07:22,794 Preparing metadata (setup.py): finished with status 'done' 2025-09-08T22:07:22,799 Source in /tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24 has version 0.27.0.dev1, which satisfies requirement pyskyfiber==0.27.0.dev1 from https://files.pythonhosted.org/packages/0e/bd/618b91035a648a654f0b3e38ee0487baa897e602185c6a80e5ce53601474/pyskyfiber-0.27.0.dev1.tar.gz 2025-09-08T22:07:22,800 Removed pyskyfiber==0.27.0.dev1 from https://files.pythonhosted.org/packages/0e/bd/618b91035a648a654f0b3e38ee0487baa897e602185c6a80e5ce53601474/pyskyfiber-0.27.0.dev1.tar.gz from build tracker '/tmp/pip-build-tracker-plhmhakc' 2025-09-08T22:07:22,805 Created temporary directory: /tmp/pip-unpack-xs8grzs5 2025-09-08T22:07:22,806 Created temporary directory: /tmp/pip-unpack-sslla6j4 2025-09-08T22:07:22,806 Building wheels for collected packages: pyskyfiber 2025-09-08T22:07:22,807 Created temporary directory: /tmp/pip-wheel-e6_mtm5w 2025-09-08T22:07:22,808 DEPRECATION: Building 'pyskyfiber' 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 'pyskyfiber'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-08T22:07:22,809 Building wheel for pyskyfiber (setup.py): started 2025-09-08T22:07:22,809 Destination directory: /tmp/pip-wheel-e6_mtm5w 2025-09-08T22:07:22,810 Running command python setup.py bdist_wheel 2025-09-08T22:07:23,521 Error initializing skycoin package. Details: 2025-09-08T22:07:23,525 Traceback (most recent call last): 2025-09-08T22:07:23,526 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 14, in swig_import_helper 2025-09-08T22:07:23,526 return importlib.import_module(mname) 2025-09-08T22:07:23,526 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ 2025-09-08T22:07:23,526 File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 2025-09-08T22:07:23,526 return _bootstrap._gcd_import(name[level:], package, level) 2025-09-08T22:07:23,526 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T22:07:23,526 File "", line 1387, in _gcd_import 2025-09-08T22:07:23,527 File "", line 1360, in _find_and_load 2025-09-08T22:07:23,527 File "", line 1324, in _find_and_load_unlocked 2025-09-08T22:07:23,527 ModuleNotFoundError: No module named 'skycoin._skycoin' 2025-09-08T22:07:23,527 During handling of the above exception, another exception occurred: 2025-09-08T22:07:23,527 Traceback (most recent call last): 2025-09-08T22:07:23,527 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/__init__.py", line 8, in 2025-09-08T22:07:23,527 from .skycoin import * 2025-09-08T22:07:23,528 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 17, in 2025-09-08T22:07:23,528 _skycoin = swig_import_helper() 2025-09-08T22:07:23,528 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 16, in swig_import_helper 2025-09-08T22:07:23,528 return importlib.import_module('_skycoin') 2025-09-08T22:07:23,528 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ 2025-09-08T22:07:23,528 File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 2025-09-08T22:07:23,528 return _bootstrap._gcd_import(name[level:], package, level) 2025-09-08T22:07:23,528 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T22:07:23,528 ModuleNotFoundError: No module named '_skycoin' 2025-09-08T22:07:23,529 Inport succeeded but package load failed 2025-09-08T22:07:23,646 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-08T22:07:23,646 !! 2025-09-08T22:07:23,646 ******************************************************************************** 2025-09-08T22:07:23,646 Requirements should be satisfied by a PEP 517 installer. 2025-09-08T22:07:23,646 If you are using pip, you can try `pip install --use-pep517`. 2025-09-08T22:07:23,646 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-08T22:07:23,646 or your builds will no longer be supported. 2025-09-08T22:07:23,646 ******************************************************************************** 2025-09-08T22:07:23,647 !! 2025-09-08T22:07:23,647 dist.fetch_build_eggs(dist.setup_requires) 2025-09-08T22:07:24,128 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' 2025-09-08T22:07:24,128 warnings.warn(msg) 2025-09-08T22:07:24,321 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-08T22:07:24,321 !! 2025-09-08T22:07:24,321 ******************************************************************************** 2025-09-08T22:07:24,321 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-08T22:07:24,322 License :: OSI Approved :: MIT License 2025-09-08T22:07:24,322 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-08T22:07:24,322 ******************************************************************************** 2025-09-08T22:07:24,322 !! 2025-09-08T22:07:24,322 self._finalize_license_expression() 2025-09-08T22:07:24,322 running bdist_wheel 2025-09-08T22:07:24,624 running build 2025-09-08T22:07:24,624 running build_py 2025-09-08T22:07:24,700 file skycoin.py (for module skycoin) not found 2025-09-08T22:07:24,702 creating build/lib.linux-armv7l-cpython-313/skycoin 2025-09-08T22:07:24,702 copying skycoin/__init__.py -> build/lib.linux-armv7l-cpython-313/skycoin 2025-09-08T22:07:24,703 copying skycoin/skycoin.py -> build/lib.linux-armv7l-cpython-313/skycoin 2025-09-08T22:07:24,705 file skycoin.py (for module skycoin) not found 2025-09-08T22:07:24,705 running build_ext 2025-09-08T22:07:24,846 stdout: 2025-09-08T22:07:24,846 b'echo "Configure build environment"\nmkdir -p build/usr/tmp build/usr/lib build/usr/include\nmkdir -p gopath/src/github.com/fibercrypto/libskycoin/build/libskycoin gopath/src/github.com/fibercrypto/libskycoin/bin gopath/src/github.com/fibercrypto/libskycoin/include\nmkdir -p dist\nConfigure build environment\necho "Build libskycoin C client library"\nGOPATH="/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24//gopath" make -C gopath/src/github.com/fibercrypto/libskycoin clean-libc\nGOPATH="/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24//gopath" make -C gopath/src/github.com/fibercrypto/libskycoin build-libc\nrm -f swig/include/libskycoin.h\nrm -f swig/include/swig.h\nmkdir -p swig/include\ncp gopath/src/github.com/fibercrypto/libskycoin/include/swig.h swig/include/\ngrep -v _Complex gopath/src/github.com/fibercrypto/libskycoin/include/libskycoin.h > swig/include/libskycoin.h\nBuild libskycoin C client library\nmake[1]: Entering directory \'/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/gopath/src/github.com/fibercrypto/libskycoin\'\nmake[1]: Leaving directory \'/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/gopath/src/github.com/fibercrypto/libskycoin\'\nmake[1]: Entering directory \'/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/gopath/src/github.com/fibercrypto/libskycoin\'\nmake[1]: Leaving directory \'/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/gopath/src/github.com/fibercrypto/libskycoin\'\n'stderr: 2025-09-08T22:07:25,185 b"make[1]: *** No rule to make target 'clean-libc'. Stop.\nmake[1]: *** No rule to make target 'build-libc'. Stop.\ncp: cannot stat 'gopath/src/github.com/fibercrypto/libskycoin/include/swig.h': No such file or directory\ngrep: gopath/src/github.com/fibercrypto/libskycoin/include/libskycoin.h: No such file or directory\nmake: *** [Makefile:48: build-libc] Error 2\n"building '_skycoin' extension 2025-09-08T22:07:25,185 creating build/temp.linux-armv7l-cpython-313/swig 2025-09-08T22:07:25,186 arm-linux-gnueabihf-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall -fPIC -Iswig/include -Igopath/src/github.com/fibercrypto/libskycoin/include -I/usr/include/python3.13 -c swig/pyskycoin_wrap.c -o build/temp.linux-armv7l-cpython-313/swig/pyskycoin_wrap.o 2025-09-08T22:07:25,201 cc1: fatal error: swig/pyskycoin_wrap.c: No such file or directory 2025-09-08T22:07:25,201 compilation terminated. 2025-09-08T22:07:25,203 error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1 2025-09-08T22:07:25,357 ERROR: python setup.py bdist_wheel exited with 1 2025-09-08T22:07:25,370 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-08T22:07:25,370 exec(compile('"'"''"'"''"'"' 2025-09-08T22:07:25,370 # This is -- a caller that pip uses to run setup.py 2025-09-08T22:07:25,370 # 2025-09-08T22:07:25,370 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-08T22:07:25,370 # import from `distutils.core` to work with newer packaging standards. 2025-09-08T22:07:25,370 # - It provides a clear error message when setuptools is not installed. 2025-09-08T22:07:25,370 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-08T22:07:25,370 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-08T22:07:25,370 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-08T22:07:25,370 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-08T22:07:25,370 import os, sys, tokenize, traceback 2025-09-08T22:07:25,370 2025-09-08T22:07:25,370 try: 2025-09-08T22:07:25,370 import setuptools 2025-09-08T22:07:25,370 except ImportError: 2025-09-08T22:07:25,370 print( 2025-09-08T22:07:25,370 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-08T22:07:25,370 "the build environment with exception:", 2025-09-08T22:07:25,370 file=sys.stderr, 2025-09-08T22:07:25,370 ) 2025-09-08T22:07:25,370 traceback.print_exc() 2025-09-08T22:07:25,370 sys.exit(1) 2025-09-08T22:07:25,370 2025-09-08T22:07:25,370 __file__ = %r 2025-09-08T22:07:25,370 sys.argv[0] = __file__ 2025-09-08T22:07:25,370 2025-09-08T22:07:25,370 if os.path.exists(__file__): 2025-09-08T22:07:25,370 filename = __file__ 2025-09-08T22:07:25,370 with tokenize.open(__file__) as f: 2025-09-08T22:07:25,370 setup_py_code = f.read() 2025-09-08T22:07:25,370 else: 2025-09-08T22:07:25,370 filename = "" 2025-09-08T22:07:25,370 setup_py_code = "from setuptools import setup; setup()" 2025-09-08T22:07:25,370 2025-09-08T22:07:25,370 exec(compile(setup_py_code, filename, "exec")) 2025-09-08T22:07:25,370 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-e6_mtm5w[/] 2025-09-08T22:07:25,370 [bold magenta]cwd[/]: /tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/ 2025-09-08T22:07:25,370 Building wheel for pyskyfiber (setup.py): finished with status 'error' 2025-09-08T22:07:25,371 ERROR: Failed building wheel for pyskyfiber 2025-09-08T22:07:25,372 Running setup.py clean for pyskyfiber 2025-09-08T22:07:25,373 Running command python setup.py clean 2025-09-08T22:07:26,071 Error initializing skycoin package. Details: 2025-09-08T22:07:26,075 Traceback (most recent call last): 2025-09-08T22:07:26,076 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 14, in swig_import_helper 2025-09-08T22:07:26,077 return importlib.import_module(mname) 2025-09-08T22:07:26,077 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ 2025-09-08T22:07:26,077 File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 2025-09-08T22:07:26,077 return _bootstrap._gcd_import(name[level:], package, level) 2025-09-08T22:07:26,077 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T22:07:26,077 File "", line 1387, in _gcd_import 2025-09-08T22:07:26,077 File "", line 1360, in _find_and_load 2025-09-08T22:07:26,077 File "", line 1324, in _find_and_load_unlocked 2025-09-08T22:07:26,077 ModuleNotFoundError: No module named 'skycoin._skycoin' 2025-09-08T22:07:26,078 During handling of the above exception, another exception occurred: 2025-09-08T22:07:26,078 Traceback (most recent call last): 2025-09-08T22:07:26,078 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/__init__.py", line 8, in 2025-09-08T22:07:26,078 from .skycoin import * 2025-09-08T22:07:26,078 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 17, in 2025-09-08T22:07:26,078 _skycoin = swig_import_helper() 2025-09-08T22:07:26,078 File "/tmp/pip-wheel-697oque8/pyskyfiber_137070a5b78744139a37db880022ba24/skycoin/skycoin.py", line 16, in swig_import_helper 2025-09-08T22:07:26,078 return importlib.import_module('_skycoin') 2025-09-08T22:07:26,078 ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^ 2025-09-08T22:07:26,079 File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module 2025-09-08T22:07:26,079 return _bootstrap._gcd_import(name[level:], package, level) 2025-09-08T22:07:26,079 ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T22:07:26,079 ModuleNotFoundError: No module named '_skycoin' 2025-09-08T22:07:26,079 Inport succeeded but package load failed 2025-09-08T22:07:26,195 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-08T22:07:26,195 !! 2025-09-08T22:07:26,195 ******************************************************************************** 2025-09-08T22:07:26,195 Requirements should be satisfied by a PEP 517 installer. 2025-09-08T22:07:26,195 If you are using pip, you can try `pip install --use-pep517`. 2025-09-08T22:07:26,196 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-08T22:07:26,196 or your builds will no longer be supported. 2025-09-08T22:07:26,196 ******************************************************************************** 2025-09-08T22:07:26,196 !! 2025-09-08T22:07:26,196 dist.fetch_build_eggs(dist.setup_requires) 2025-09-08T22:07:26,664 /usr/local/lib/python3.13/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' 2025-09-08T22:07:26,664 warnings.warn(msg) 2025-09-08T22:07:26,854 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-08T22:07:26,854 !! 2025-09-08T22:07:26,854 ******************************************************************************** 2025-09-08T22:07:26,854 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-08T22:07:26,854 License :: OSI Approved :: MIT License 2025-09-08T22:07:26,854 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-08T22:07:26,855 ******************************************************************************** 2025-09-08T22:07:26,855 !! 2025-09-08T22:07:26,855 self._finalize_license_expression() 2025-09-08T22:07:26,930 running clean 2025-09-08T22:07:27,080 removing 'build/temp.linux-armv7l-cpython-313' (and everything under it) 2025-09-08T22:07:27,080 removing 'build/lib.linux-armv7l-cpython-313' (and everything under it) 2025-09-08T22:07:27,080 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-08T22:07:27,081 'build/scripts-3.13' does not exist -- can't clean it 2025-09-08T22:07:27,199 Failed to build pyskyfiber 2025-09-08T22:07:27,200 ERROR: Failed to build one or more wheels 2025-09-08T22:07:27,201 Exception information: 2025-09-08T22:07:27,201 Traceback (most recent call last): 2025-09-08T22:07:27,201 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T22:07:27,201 status = _inner_run() 2025-09-08T22:07:27,201 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T22:07:27,201 return self.run(options, args) 2025-09-08T22:07:27,201 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T22:07:27,201 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T22:07:27,201 return func(self, options, args) 2025-09-08T22:07:27,201 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-08T22:07:27,201 raise CommandError("Failed to build one or more wheels") 2025-09-08T22:07:27,201 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-08T22:07:27,205 Removed build tracker: '/tmp/pip-build-tracker-plhmhakc'