2025-09-10T19:37:55,306 Created temporary directory: /tmp/pip-build-tracker-1rxfnlt1 2025-09-10T19:37:55,307 Initialized build tracking at /tmp/pip-build-tracker-1rxfnlt1 2025-09-10T19:37:55,307 Created build tracker: /tmp/pip-build-tracker-1rxfnlt1 2025-09-10T19:37:55,307 Entered build tracker: /tmp/pip-build-tracker-1rxfnlt1 2025-09-10T19:37:55,307 Created temporary directory: /tmp/pip-wheel-emcnwor6 2025-09-10T19:37:55,310 Created temporary directory: /tmp/pip-ephem-wheel-cache-dnh0l43p 2025-09-10T19:37:55,369 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T19:37:55,371 2 location(s) to search for versions of pandasnet-netstandard: 2025-09-10T19:37:55,371 * https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,371 * https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,372 Fetching project page and analyzing links: https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,372 Getting page https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,373 Found index url https://pypi.org/simple/ 2025-09-10T19:37:55,444 Fetched page https://pypi.org/simple/pandasnet-netstandard/ as application/vnd.pypi.simple.v1+json 2025-09-10T19:37:55,445 Skipping link: No binaries permitted for pandasnet-netstandard: https://files.pythonhosted.org/packages/9c/09/cc3d43377c6afdd5da12399f98235f11bad932aabc84ddd56d1c75df1943/pandasnet_netstandard-0.7.1-py3-none-any.whl (from https://pypi.org/simple/pandasnet-netstandard/) 2025-09-10T19:37:55,446 Found link https://files.pythonhosted.org/packages/de/dc/358cb40721dea943fe078a8bc181d470a2b8379a99213f5de07ab253c64c/pandasnet_netstandard-0.7.1.tar.gz (from https://pypi.org/simple/pandasnet-netstandard/), version: 0.7.1 2025-09-10T19:37:55,446 Skipping link: No binaries permitted for pandasnet-netstandard: https://files.pythonhosted.org/packages/9c/32/1e98ee39f45ee696243ef373c3a3fc093a469137e7639043ba5548686400/pandasnet_netstandard-0.7.2-py3-none-any.whl (from https://pypi.org/simple/pandasnet-netstandard/) 2025-09-10T19:37:55,446 Found link https://files.pythonhosted.org/packages/c3/f4/13a03a8e8bbc226411ebe59dc0ef282b3da4192e9f771b878e95d3e06d0c/pandasnet_netstandard-0.7.2.tar.gz (from https://pypi.org/simple/pandasnet-netstandard/), version: 0.7.2 2025-09-10T19:37:55,447 Fetching project page and analyzing links: https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,447 Getting page https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,448 Found index url https://www.piwheels.org/simple/ 2025-09-10T19:37:55,544 Fetched page https://www.piwheels.org/simple/pandasnet-netstandard/ as text/html 2025-09-10T19:37:55,545 Skipping link: not a file: https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,545 Skipping link: not a file: https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:55,568 Given no hashes to check 1 links for project 'pandasnet-netstandard': discarding no candidates 2025-09-10T19:37:55,569 Collecting pandasnet-netstandard==0.7.2 2025-09-10T19:37:55,570 Created temporary directory: /tmp/pip-unpack-e__bp4sp 2025-09-10T19:37:55,711 Downloading pandasnet_netstandard-0.7.2.tar.gz (15 kB) 2025-09-10T19:37:55,756 Added pandasnet-netstandard==0.7.2 from https://files.pythonhosted.org/packages/c3/f4/13a03a8e8bbc226411ebe59dc0ef282b3da4192e9f771b878e95d3e06d0c/pandasnet_netstandard-0.7.2.tar.gz to build tracker '/tmp/pip-build-tracker-1rxfnlt1' 2025-09-10T19:37:55,757 Running setup.py (path:/tmp/pip-wheel-emcnwor6/pandasnet-netstandard_d99405833814462199fa317655889b49/setup.py) egg_info for package pandasnet-netstandard 2025-09-10T19:37:55,757 Created temporary directory: /tmp/pip-pip-egg-info-3z0ge3uz 2025-09-10T19:37:55,757 Preparing metadata (setup.py): started 2025-09-10T19:37:55,758 Running command python setup.py egg_info 2025-09-10T19:37:56,380 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-10T19:37:56,380 !! 2025-09-10T19:37:56,381 ******************************************************************************** 2025-09-10T19:37:56,381 Requirements should be satisfied by a PEP 517 installer. 2025-09-10T19:37:56,381 If you are using pip, you can try `pip install --use-pep517`. 2025-09-10T19:37:56,381 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-10T19:37:56,381 or your builds will no longer be supported. 2025-09-10T19:37:56,381 ******************************************************************************** 2025-09-10T19:37:56,381 !! 2025-09-10T19:37:56,382 dist.fetch_build_eggs(dist.setup_requires) 2025-09-10T19:37:59,764 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-10T19:37:59,765 !! 2025-09-10T19:37:59,765 ******************************************************************************** 2025-09-10T19:37:59,765 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-10T19:37:59,765 License :: OSI Approved :: MIT License 2025-09-10T19:37:59,765 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-10T19:37:59,765 ******************************************************************************** 2025-09-10T19:37:59,766 !! 2025-09-10T19:37:59,766 self._finalize_license_expression() 2025-09-10T19:37:59,840 running egg_info 2025-09-10T19:37:59,917 creating /tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info 2025-09-10T19:37:59,917 writing /tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info/PKG-INFO 2025-09-10T19:37:59,918 writing dependency_links to /tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info/dependency_links.txt 2025-09-10T19:37:59,919 writing requirements to /tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info/requires.txt 2025-09-10T19:37:59,919 writing top-level names to /tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info/top_level.txt 2025-09-10T19:37:59,919 writing manifest file '/tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info/SOURCES.txt' 2025-09-10T19:38:00,238 listing git files failed - pretending there aren't any 2025-09-10T19:38:00,252 reading manifest file '/tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info/SOURCES.txt' 2025-09-10T19:38:00,253 adding license file 'LICENSE' 2025-09-10T19:38:00,256 writing manifest file '/tmp/pip-pip-egg-info-3z0ge3uz/pandasnet_netstandard.egg-info/SOURCES.txt' 2025-09-10T19:38:00,375 Preparing metadata (setup.py): finished with status 'done' 2025-09-10T19:38:00,380 Source in /tmp/pip-wheel-emcnwor6/pandasnet-netstandard_d99405833814462199fa317655889b49 has version 0.7.2, which satisfies requirement pandasnet-netstandard==0.7.2 from https://files.pythonhosted.org/packages/c3/f4/13a03a8e8bbc226411ebe59dc0ef282b3da4192e9f771b878e95d3e06d0c/pandasnet_netstandard-0.7.2.tar.gz 2025-09-10T19:38:00,381 Removed pandasnet-netstandard==0.7.2 from https://files.pythonhosted.org/packages/c3/f4/13a03a8e8bbc226411ebe59dc0ef282b3da4192e9f771b878e95d3e06d0c/pandasnet_netstandard-0.7.2.tar.gz from build tracker '/tmp/pip-build-tracker-1rxfnlt1' 2025-09-10T19:38:00,385 Created temporary directory: /tmp/pip-unpack-55elc6kb 2025-09-10T19:38:00,385 Created temporary directory: /tmp/pip-unpack-35cja_by 2025-09-10T19:38:00,385 Building wheels for collected packages: pandasnet-netstandard 2025-09-10T19:38:00,387 Created temporary directory: /tmp/pip-wheel-r5w00kkj 2025-09-10T19:38:00,387 DEPRECATION: Building 'pandasnet-netstandard' 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 'pandasnet-netstandard'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-10T19:38:00,388 Building wheel for pandasnet-netstandard (setup.py): started 2025-09-10T19:38:00,389 Destination directory: /tmp/pip-wheel-r5w00kkj 2025-09-10T19:38:00,389 Running command python setup.py bdist_wheel 2025-09-10T19:38:01,021 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-10T19:38:01,021 !! 2025-09-10T19:38:01,021 ******************************************************************************** 2025-09-10T19:38:01,021 Requirements should be satisfied by a PEP 517 installer. 2025-09-10T19:38:01,021 If you are using pip, you can try `pip install --use-pep517`. 2025-09-10T19:38:01,021 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-10T19:38:01,021 or your builds will no longer be supported. 2025-09-10T19:38:01,022 ******************************************************************************** 2025-09-10T19:38:01,022 !! 2025-09-10T19:38:01,022 dist.fetch_build_eggs(dist.setup_requires) 2025-09-10T19:38:02,070 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-10T19:38:02,071 !! 2025-09-10T19:38:02,071 ******************************************************************************** 2025-09-10T19:38:02,071 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-10T19:38:02,071 License :: OSI Approved :: MIT License 2025-09-10T19:38:02,071 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-10T19:38:02,071 ******************************************************************************** 2025-09-10T19:38:02,072 !! 2025-09-10T19:38:02,072 self._finalize_license_expression() 2025-09-10T19:38:02,072 running bdist_wheel 2025-09-10T19:38:02,380 running build 2025-09-10T19:38:02,380 running build_py 2025-09-10T19:38:02,460 creating build/lib/pandasnet_netstandard 2025-09-10T19:38:02,460 copying pandasnet_netstandard/__init__.py -> build/lib/pandasnet_netstandard 2025-09-10T19:38:02,462 running build_dotnet 2025-09-10T19:38:02,462 running configure 2025-09-10T19:38:02,462 Writing configured.props... 2025-09-10T19:38:02,472 /tmp/pip-wheel-emcnwor6/pandasnet-netstandard_d99405833814462199fa317655889b49/setup.py:46: FutureWarning: This search is broken in 1.3 and earlier, and will be fixed in a future version. If you rely on the current behaviour, change it to './/Reference[@Include="Python.Runtime"]/HintPath' 2025-09-10T19:38:02,472 for node in root.findall('//Reference[@Include="Python.Runtime"]/HintPath'): 2025-09-10T19:38:02,473 Running dotnet build... 2025-09-10T19:38:02,473 dotnet build dotnet/PandasNet/PandasNet.csproj --configuration release --output /tmp/pip-wheel-emcnwor6/pandasnet-netstandard_d99405833814462199fa317655889b49/build/lib/pandasnet_netstandard/libs 2025-09-10T19:38:02,474 error: command 'dotnet' failed: No such file or directory 2025-09-10T19:38:02,595 ERROR: python setup.py bdist_wheel exited with 1 2025-09-10T19:38:02,607 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-10T19:38:02,607 exec(compile('"'"''"'"''"'"' 2025-09-10T19:38:02,607 # This is -- a caller that pip uses to run setup.py 2025-09-10T19:38:02,607 # 2025-09-10T19:38:02,607 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-10T19:38:02,607 # import from `distutils.core` to work with newer packaging standards. 2025-09-10T19:38:02,607 # - It provides a clear error message when setuptools is not installed. 2025-09-10T19:38:02,607 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-10T19:38:02,607 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-10T19:38:02,607 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-10T19:38:02,607 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-10T19:38:02,607 import os, sys, tokenize, traceback 2025-09-10T19:38:02,607 2025-09-10T19:38:02,607 try: 2025-09-10T19:38:02,607 import setuptools 2025-09-10T19:38:02,607 except ImportError: 2025-09-10T19:38:02,607 print( 2025-09-10T19:38:02,607 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-10T19:38:02,607 "the build environment with exception:", 2025-09-10T19:38:02,607 file=sys.stderr, 2025-09-10T19:38:02,607 ) 2025-09-10T19:38:02,607 traceback.print_exc() 2025-09-10T19:38:02,607 sys.exit(1) 2025-09-10T19:38:02,607 2025-09-10T19:38:02,607 __file__ = %r 2025-09-10T19:38:02,607 sys.argv[0] = __file__ 2025-09-10T19:38:02,607 2025-09-10T19:38:02,607 if os.path.exists(__file__): 2025-09-10T19:38:02,607 filename = __file__ 2025-09-10T19:38:02,607 with tokenize.open(__file__) as f: 2025-09-10T19:38:02,607 setup_py_code = f.read() 2025-09-10T19:38:02,607 else: 2025-09-10T19:38:02,607 filename = "" 2025-09-10T19:38:02,607 setup_py_code = "from setuptools import setup; setup()" 2025-09-10T19:38:02,607 2025-09-10T19:38:02,607 exec(compile(setup_py_code, filename, "exec")) 2025-09-10T19:38:02,607 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-emcnwor6/pandasnet-netstandard_d99405833814462199fa317655889b49/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-r5w00kkj[/] 2025-09-10T19:38:02,607 [bold magenta]cwd[/]: /tmp/pip-wheel-emcnwor6/pandasnet-netstandard_d99405833814462199fa317655889b49/ 2025-09-10T19:38:02,607 Building wheel for pandasnet-netstandard (setup.py): finished with status 'error' 2025-09-10T19:38:02,608 ERROR: Failed building wheel for pandasnet-netstandard 2025-09-10T19:38:02,609 Running setup.py clean for pandasnet-netstandard 2025-09-10T19:38:02,609 Running command python setup.py clean 2025-09-10T19:38:03,244 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-10T19:38:03,244 !! 2025-09-10T19:38:03,244 ******************************************************************************** 2025-09-10T19:38:03,245 Requirements should be satisfied by a PEP 517 installer. 2025-09-10T19:38:03,245 If you are using pip, you can try `pip install --use-pep517`. 2025-09-10T19:38:03,245 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-10T19:38:03,245 or your builds will no longer be supported. 2025-09-10T19:38:03,245 ******************************************************************************** 2025-09-10T19:38:03,245 !! 2025-09-10T19:38:03,245 dist.fetch_build_eggs(dist.setup_requires) 2025-09-10T19:38:04,295 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-10T19:38:04,295 !! 2025-09-10T19:38:04,296 ******************************************************************************** 2025-09-10T19:38:04,296 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-10T19:38:04,296 License :: OSI Approved :: MIT License 2025-09-10T19:38:04,296 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-10T19:38:04,296 ******************************************************************************** 2025-09-10T19:38:04,296 !! 2025-09-10T19:38:04,297 self._finalize_license_expression() 2025-09-10T19:38:04,374 running clean 2025-09-10T19:38:04,451 removing 'build/lib' (and everything under it) 2025-09-10T19:38:04,451 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-10T19:38:04,451 'build/scripts-3.13' does not exist -- can't clean it 2025-09-10T19:38:04,451 removing 'build' 2025-09-10T19:38:04,568 Failed to build pandasnet-netstandard 2025-09-10T19:38:04,568 ERROR: Failed to build one or more wheels 2025-09-10T19:38:04,569 Exception information: 2025-09-10T19:38:04,569 Traceback (most recent call last): 2025-09-10T19:38:04,569 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T19:38:04,569 status = _inner_run() 2025-09-10T19:38:04,569 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T19:38:04,569 return self.run(options, args) 2025-09-10T19:38:04,569 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T19:38:04,569 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T19:38:04,569 return func(self, options, args) 2025-09-10T19:38:04,569 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-10T19:38:04,569 raise CommandError("Failed to build one or more wheels") 2025-09-10T19:38:04,569 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-10T19:38:04,574 Removed build tracker: '/tmp/pip-build-tracker-1rxfnlt1'