2023-09-15T14:18:13,668 Created temporary directory: /tmp/pip-build-tracker-sxl_uok1 2023-09-15T14:18:13,669 Initialized build tracking at /tmp/pip-build-tracker-sxl_uok1 2023-09-15T14:18:13,670 Created build tracker: /tmp/pip-build-tracker-sxl_uok1 2023-09-15T14:18:13,670 Entered build tracker: /tmp/pip-build-tracker-sxl_uok1 2023-09-15T14:18:13,671 Created temporary directory: /tmp/pip-wheel-xz3uknqz 2023-09-15T14:18:13,674 Created temporary directory: /tmp/pip-ephem-wheel-cache-g8joxiub 2023-09-15T14:18:13,698 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-15T14:18:13,702 2 location(s) to search for versions of spectrafp: 2023-09-15T14:18:13,702 * https://pypi.org/simple/spectrafp/ 2023-09-15T14:18:13,702 * https://www.piwheels.org/simple/spectrafp/ 2023-09-15T14:18:13,703 Fetching project page and analyzing links: https://pypi.org/simple/spectrafp/ 2023-09-15T14:18:13,703 Getting page https://pypi.org/simple/spectrafp/ 2023-09-15T14:18:13,705 Found index url https://pypi.org/simple/ 2023-09-15T14:18:13,921 Fetched page https://pypi.org/simple/spectrafp/ as application/vnd.pypi.simple.v1+json 2023-09-15T14:18:13,922 Skipping link: No binaries permitted for spectrafp: https://files.pythonhosted.org/packages/3c/58/65581951ef13e045fa604b555d45a67796d79766cbd5b8ea160a06f6d9cd/SpectraFP-1.0.0-py3-none-any.whl (from https://pypi.org/simple/spectrafp/) 2023-09-15T14:18:13,923 Found link https://files.pythonhosted.org/packages/7a/4f/debfa233444c7e1b16cdc61a4ae4e3e49140ebcdbce4c9d631e16c6a08b4/SpectraFP-1.0.0.linux-x86_64.tar.gz (from https://pypi.org/simple/spectrafp/), version: 1.0.0.linux-x86_64 2023-09-15T14:18:13,924 Skipping link: No binaries permitted for spectrafp: https://files.pythonhosted.org/packages/43/33/9094a53e4b6fb1a2d98371e31262168fd2b870543d688800b7e25be3ac04/SpectraFP-1.0.1-py3-none-any.whl (from https://pypi.org/simple/spectrafp/) 2023-09-15T14:18:13,924 Found link https://files.pythonhosted.org/packages/57/4f/417aaeb44e80d2fe15af5c4b881369979dbd0b194104233940620d502ed2/SpectraFP-1.0.1.linux-x86_64.tar.gz (from https://pypi.org/simple/spectrafp/), version: 1.0.1.linux-x86_64 2023-09-15T14:18:13,925 Fetching project page and analyzing links: https://www.piwheels.org/simple/spectrafp/ 2023-09-15T14:18:13,926 Getting page https://www.piwheels.org/simple/spectrafp/ 2023-09-15T14:18:13,927 Found index url https://www.piwheels.org/simple/ 2023-09-15T14:18:14,450 Fetched page https://www.piwheels.org/simple/spectrafp/ as text/html 2023-09-15T14:18:14,453 Skipping link: not a file: https://www.piwheels.org/simple/spectrafp/ 2023-09-15T14:18:14,454 Skipping link: not a file: https://pypi.org/simple/spectrafp/ 2023-09-15T14:18:14,491 Given no hashes to check 0 links for project 'spectrafp': discarding no candidates 2023-09-15T14:18:14,492 ERROR: Could not find a version that satisfies the requirement spectrafp==1.0.0 (from versions: 1.0.0.linux-x86_64, 1.0.1.linux-x86_64) 2023-09-15T14:18:14,495 ERROR: No matching distribution found for spectrafp==1.0.0 2023-09-15T14:18:14,496 Exception information: 2023-09-15T14:18:14,496 Traceback (most recent call last): 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-15T14:18:14,496 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-15T14:18:14,496 raise RequirementsConflicted(criterion) 2023-09-15T14:18:14,496 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('spectrafp==1.0.0') 2023-09-15T14:18:14,496 2023-09-15T14:18:14,496 During handling of the above exception, another exception occurred: 2023-09-15T14:18:14,496 2023-09-15T14:18:14,496 Traceback (most recent call last): 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-15T14:18:14,496 result = self._result = resolver.resolve( 2023-09-15T14:18:14,496 ^^^^^^^^^^^^^^^^^ 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-15T14:18:14,496 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-15T14:18:14,496 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-15T14:18:14,496 raise ResolutionImpossible(e.criterion.information) 2023-09-15T14:18:14,496 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('spectrafp==1.0.0'), parent=None)] 2023-09-15T14:18:14,496 2023-09-15T14:18:14,496 The above exception was the direct cause of the following exception: 2023-09-15T14:18:14,496 2023-09-15T14:18:14,496 Traceback (most recent call last): 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-15T14:18:14,496 status = run_func(*args) 2023-09-15T14:18:14,496 ^^^^^^^^^^^^^^^ 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-15T14:18:14,496 return func(self, options, args) 2023-09-15T14:18:14,496 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-15T14:18:14,496 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-15T14:18:14,496 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-15T14:18:14,496 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-15T14:18:14,496 raise error from e 2023-09-15T14:18:14,496 pip._internal.exceptions.DistributionNotFound: No matching distribution found for spectrafp==1.0.0 2023-09-15T14:18:14,504 Removed build tracker: '/tmp/pip-build-tracker-sxl_uok1'