2025-09-10T19:37:39,646 Created temporary directory: /tmp/pip-build-tracker-f3u1uwzv 2025-09-10T19:37:39,646 Initialized build tracking at /tmp/pip-build-tracker-f3u1uwzv 2025-09-10T19:37:39,646 Created build tracker: /tmp/pip-build-tracker-f3u1uwzv 2025-09-10T19:37:39,646 Entered build tracker: /tmp/pip-build-tracker-f3u1uwzv 2025-09-10T19:37:39,647 Created temporary directory: /tmp/pip-wheel-pks9psnv 2025-09-10T19:37:39,650 Created temporary directory: /tmp/pip-ephem-wheel-cache-8pf787zy 2025-09-10T19:37:39,713 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T19:37:39,715 2 location(s) to search for versions of pandasnet-netstandard: 2025-09-10T19:37:39,715 * https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,715 * https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,716 Fetching project page and analyzing links: https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,716 Getting page https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,717 Found index url https://pypi.org/simple/ 2025-09-10T19:37:39,863 Fetched page https://pypi.org/simple/pandasnet-netstandard/ as application/vnd.pypi.simple.v1+json 2025-09-10T19:37:39,865 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:39,866 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:39,866 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:39,867 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:39,867 Fetching project page and analyzing links: https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,868 Getting page https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,870 Found index url https://www.piwheels.org/simple/ 2025-09-10T19:37:39,961 Fetched page https://www.piwheels.org/simple/pandasnet-netstandard/ as text/html 2025-09-10T19:37:39,962 Skipping link: not a file: https://www.piwheels.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,962 Skipping link: not a file: https://pypi.org/simple/pandasnet-netstandard/ 2025-09-10T19:37:39,987 Given no hashes to check 1 links for project 'pandasnet-netstandard': discarding no candidates 2025-09-10T19:37:39,988 Collecting pandasnet-netstandard==0.7.1 2025-09-10T19:37:39,990 Created temporary directory: /tmp/pip-unpack-wm4rkvme 2025-09-10T19:37:40,135 Downloading pandasnet_netstandard-0.7.1.tar.gz (15 kB) 2025-09-10T19:37:40,175 Added pandasnet-netstandard==0.7.1 from https://files.pythonhosted.org/packages/de/dc/358cb40721dea943fe078a8bc181d470a2b8379a99213f5de07ab253c64c/pandasnet_netstandard-0.7.1.tar.gz to build tracker '/tmp/pip-build-tracker-f3u1uwzv' 2025-09-10T19:37:40,176 Running setup.py (path:/tmp/pip-wheel-pks9psnv/pandasnet-netstandard_746dbf232aa3410d9b974d303bebd80a/setup.py) egg_info for package pandasnet-netstandard 2025-09-10T19:37:40,177 Created temporary directory: /tmp/pip-pip-egg-info-5e89ma3_ 2025-09-10T19:37:40,177 Preparing metadata (setup.py): started 2025-09-10T19:37:40,178 Running command python setup.py egg_info 2025-09-10T19:37:40,804 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-10T19:37:40,804 !! 2025-09-10T19:37:40,804 ******************************************************************************** 2025-09-10T19:37:40,804 Requirements should be satisfied by a PEP 517 installer. 2025-09-10T19:37:40,804 If you are using pip, you can try `pip install --use-pep517`. 2025-09-10T19:37:40,804 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-10T19:37:40,804 or your builds will no longer be supported. 2025-09-10T19:37:40,805 ******************************************************************************** 2025-09-10T19:37:40,805 !! 2025-09-10T19:37:40,805 dist.fetch_build_eggs(dist.setup_requires) 2025-09-10T19:37:44,228 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-10T19:37:44,229 !! 2025-09-10T19:37:44,229 ******************************************************************************** 2025-09-10T19:37:44,229 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-10T19:37:44,229 License :: OSI Approved :: MIT License 2025-09-10T19:37:44,229 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-10T19:37:44,229 ******************************************************************************** 2025-09-10T19:37:44,230 !! 2025-09-10T19:37:44,230 self._finalize_license_expression() 2025-09-10T19:37:44,305 running egg_info 2025-09-10T19:37:44,381 creating /tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info 2025-09-10T19:37:44,381 writing /tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info/PKG-INFO 2025-09-10T19:37:44,382 writing dependency_links to /tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info/dependency_links.txt 2025-09-10T19:37:44,383 writing requirements to /tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info/requires.txt 2025-09-10T19:37:44,383 writing top-level names to /tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info/top_level.txt 2025-09-10T19:37:44,384 writing manifest file '/tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info/SOURCES.txt' 2025-09-10T19:37:44,706 listing git files failed - pretending there aren't any 2025-09-10T19:37:44,719 reading manifest file '/tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info/SOURCES.txt' 2025-09-10T19:37:44,720 adding license file 'LICENSE' 2025-09-10T19:37:44,722 writing manifest file '/tmp/pip-pip-egg-info-5e89ma3_/pandasnet_netstandard.egg-info/SOURCES.txt' 2025-09-10T19:37:44,842 Preparing metadata (setup.py): finished with status 'done' 2025-09-10T19:37:44,847 Source in /tmp/pip-wheel-pks9psnv/pandasnet-netstandard_746dbf232aa3410d9b974d303bebd80a has version 0.7.1, which satisfies requirement pandasnet-netstandard==0.7.1 from https://files.pythonhosted.org/packages/de/dc/358cb40721dea943fe078a8bc181d470a2b8379a99213f5de07ab253c64c/pandasnet_netstandard-0.7.1.tar.gz 2025-09-10T19:37:44,848 Removed pandasnet-netstandard==0.7.1 from https://files.pythonhosted.org/packages/de/dc/358cb40721dea943fe078a8bc181d470a2b8379a99213f5de07ab253c64c/pandasnet_netstandard-0.7.1.tar.gz from build tracker '/tmp/pip-build-tracker-f3u1uwzv' 2025-09-10T19:37:44,852 WARNING: The candidate selected for download or install is a yanked version: 'pandasnet-netstandard' candidate (version 0.7.1 at https://files.pythonhosted.org/packages/de/dc/358cb40721dea943fe078a8bc181d470a2b8379a99213f5de07ab253c64c/pandasnet_netstandard-0.7.1.tar.gz (from https://pypi.org/simple/pandasnet-netstandard/)) 2025-09-10T19:37:44,852 Reason for being yanked: Not working 2025-09-10T19:37:44,853 Created temporary directory: /tmp/pip-unpack-t4jww_5e 2025-09-10T19:37:44,854 Created temporary directory: /tmp/pip-unpack-adihzqd8 2025-09-10T19:37:44,854 Building wheels for collected packages: pandasnet-netstandard 2025-09-10T19:37:44,855 Created temporary directory: /tmp/pip-wheel-287atmua 2025-09-10T19:37:44,855 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:37:44,856 Building wheel for pandasnet-netstandard (setup.py): started 2025-09-10T19:37:44,857 Destination directory: /tmp/pip-wheel-287atmua 2025-09-10T19:37:44,857 Running command python setup.py bdist_wheel 2025-09-10T19:37:45,492 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-10T19:37:45,493 !! 2025-09-10T19:37:45,493 ******************************************************************************** 2025-09-10T19:37:45,493 Requirements should be satisfied by a PEP 517 installer. 2025-09-10T19:37:45,493 If you are using pip, you can try `pip install --use-pep517`. 2025-09-10T19:37:45,493 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-10T19:37:45,493 or your builds will no longer be supported. 2025-09-10T19:37:45,493 ******************************************************************************** 2025-09-10T19:37:45,494 !! 2025-09-10T19:37:45,494 dist.fetch_build_eggs(dist.setup_requires) 2025-09-10T19:37:46,543 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-10T19:37:46,543 !! 2025-09-10T19:37:46,543 ******************************************************************************** 2025-09-10T19:37:46,543 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-10T19:37:46,543 License :: OSI Approved :: MIT License 2025-09-10T19:37:46,544 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-10T19:37:46,544 ******************************************************************************** 2025-09-10T19:37:46,544 !! 2025-09-10T19:37:46,544 self._finalize_license_expression() 2025-09-10T19:37:46,544 running bdist_wheel 2025-09-10T19:37:46,846 running build 2025-09-10T19:37:46,846 running build_py 2025-09-10T19:37:46,925 creating build/lib/pandasnet_netstandard 2025-09-10T19:37:46,926 copying pandasnet_netstandard/__init__.py -> build/lib/pandasnet_netstandard 2025-09-10T19:37:46,927 running build_dotnet 2025-09-10T19:37:46,927 running configure 2025-09-10T19:37:46,928 Writing configured.props... 2025-09-10T19:37:46,940 /tmp/pip-wheel-pks9psnv/pandasnet-netstandard_746dbf232aa3410d9b974d303bebd80a/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:37:46,940 for node in root.findall('//Reference[@Include="Python.Runtime"]/HintPath'): 2025-09-10T19:37:46,941 Running dotnet build... 2025-09-10T19:37:46,941 dotnet build dotnet/PandasNet/PandasNet.csproj --configuration release --output /tmp/pip-wheel-pks9psnv/pandasnet-netstandard_746dbf232aa3410d9b974d303bebd80a/build/lib/pandasnet/libs 2025-09-10T19:37:46,944 error: command 'dotnet' failed: No such file or directory 2025-09-10T19:37:47,065 ERROR: python setup.py bdist_wheel exited with 1 2025-09-10T19:37:47,077 [bold magenta]full command[/]: [blue]/usr/bin/python3 -u -c ' 2025-09-10T19:37:47,077 exec(compile('"'"''"'"''"'"' 2025-09-10T19:37:47,077 # This is -- a caller that pip uses to run setup.py 2025-09-10T19:37:47,077 # 2025-09-10T19:37:47,077 # - It imports setuptools before invoking setup.py, to enable projects that directly 2025-09-10T19:37:47,077 # import from `distutils.core` to work with newer packaging standards. 2025-09-10T19:37:47,077 # - It provides a clear error message when setuptools is not installed. 2025-09-10T19:37:47,077 # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so 2025-09-10T19:37:47,077 # setuptools doesn'"'"'t think the script is `-c`. This avoids the following warning: 2025-09-10T19:37:47,077 # manifest_maker: standard file '"'"'-c'"'"' not found". 2025-09-10T19:37:47,077 # - It generates a shim setup.py, for handling setup.cfg-only projects. 2025-09-10T19:37:47,077 import os, sys, tokenize, traceback 2025-09-10T19:37:47,077 2025-09-10T19:37:47,077 try: 2025-09-10T19:37:47,077 import setuptools 2025-09-10T19:37:47,077 except ImportError: 2025-09-10T19:37:47,077 print( 2025-09-10T19:37:47,077 "ERROR: Can not execute `setup.py` since setuptools failed to import in " 2025-09-10T19:37:47,077 "the build environment with exception:", 2025-09-10T19:37:47,077 file=sys.stderr, 2025-09-10T19:37:47,077 ) 2025-09-10T19:37:47,077 traceback.print_exc() 2025-09-10T19:37:47,077 sys.exit(1) 2025-09-10T19:37:47,077 2025-09-10T19:37:47,077 __file__ = %r 2025-09-10T19:37:47,077 sys.argv[0] = __file__ 2025-09-10T19:37:47,077 2025-09-10T19:37:47,077 if os.path.exists(__file__): 2025-09-10T19:37:47,077 filename = __file__ 2025-09-10T19:37:47,077 with tokenize.open(__file__) as f: 2025-09-10T19:37:47,077 setup_py_code = f.read() 2025-09-10T19:37:47,077 else: 2025-09-10T19:37:47,077 filename = "" 2025-09-10T19:37:47,077 setup_py_code = "from setuptools import setup; setup()" 2025-09-10T19:37:47,077 2025-09-10T19:37:47,077 exec(compile(setup_py_code, filename, "exec")) 2025-09-10T19:37:47,077 '"'"''"'"''"'"' % ('"'"'/tmp/pip-wheel-pks9psnv/pandasnet-netstandard_746dbf232aa3410d9b974d303bebd80a/setup.py'"'"',), "", "exec"))' bdist_wheel -d /tmp/pip-wheel-287atmua[/] 2025-09-10T19:37:47,077 [bold magenta]cwd[/]: /tmp/pip-wheel-pks9psnv/pandasnet-netstandard_746dbf232aa3410d9b974d303bebd80a/ 2025-09-10T19:37:47,077 Building wheel for pandasnet-netstandard (setup.py): finished with status 'error' 2025-09-10T19:37:47,078 ERROR: Failed building wheel for pandasnet-netstandard 2025-09-10T19:37:47,079 Running setup.py clean for pandasnet-netstandard 2025-09-10T19:37:47,080 Running command python setup.py clean 2025-09-10T19:37:47,714 /usr/local/lib/python3.13/dist-packages/setuptools/__init__.py:92: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. 2025-09-10T19:37:47,714 !! 2025-09-10T19:37:47,715 ******************************************************************************** 2025-09-10T19:37:47,715 Requirements should be satisfied by a PEP 517 installer. 2025-09-10T19:37:47,715 If you are using pip, you can try `pip install --use-pep517`. 2025-09-10T19:37:47,715 By 2025-Oct-31, you need to update your project and remove deprecated calls 2025-09-10T19:37:47,715 or your builds will no longer be supported. 2025-09-10T19:37:47,715 ******************************************************************************** 2025-09-10T19:37:47,715 !! 2025-09-10T19:37:47,716 dist.fetch_build_eggs(dist.setup_requires) 2025-09-10T19:37:48,749 /usr/local/lib/python3.13/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-09-10T19:37:48,749 !! 2025-09-10T19:37:48,750 ******************************************************************************** 2025-09-10T19:37:48,750 Please consider removing the following classifiers in favor of a SPDX license expression: 2025-09-10T19:37:48,750 License :: OSI Approved :: MIT License 2025-09-10T19:37:48,750 See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-09-10T19:37:48,750 ******************************************************************************** 2025-09-10T19:37:48,750 !! 2025-09-10T19:37:48,751 self._finalize_license_expression() 2025-09-10T19:37:48,827 running clean 2025-09-10T19:37:48,902 removing 'build/lib' (and everything under it) 2025-09-10T19:37:48,903 'build/bdist.linux-armv7l' does not exist -- can't clean it 2025-09-10T19:37:48,903 'build/scripts-3.13' does not exist -- can't clean it 2025-09-10T19:37:48,903 removing 'build' 2025-09-10T19:37:49,019 Failed to build pandasnet-netstandard 2025-09-10T19:37:49,020 ERROR: Failed to build one or more wheels 2025-09-10T19:37:49,021 Exception information: 2025-09-10T19:37:49,021 Traceback (most recent call last): 2025-09-10T19:37:49,021 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T19:37:49,021 status = _inner_run() 2025-09-10T19:37:49,021 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T19:37:49,021 return self.run(options, args) 2025-09-10T19:37:49,021 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T19:37:49,021 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T19:37:49,021 return func(self, options, args) 2025-09-10T19:37:49,021 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 180, in run 2025-09-10T19:37:49,021 raise CommandError("Failed to build one or more wheels") 2025-09-10T19:37:49,021 pip._internal.exceptions.CommandError: Failed to build one or more wheels 2025-09-10T19:37:49,026 Removed build tracker: '/tmp/pip-build-tracker-f3u1uwzv'