2023-09-16T08:55:43,764 Created temporary directory: /tmp/pip-build-tracker-gkix0qbf 2023-09-16T08:55:43,765 Initialized build tracking at /tmp/pip-build-tracker-gkix0qbf 2023-09-16T08:55:43,766 Created build tracker: /tmp/pip-build-tracker-gkix0qbf 2023-09-16T08:55:43,766 Entered build tracker: /tmp/pip-build-tracker-gkix0qbf 2023-09-16T08:55:43,767 Created temporary directory: /tmp/pip-wheel-dt19nojn 2023-09-16T08:55:43,770 Created temporary directory: /tmp/pip-ephem-wheel-cache-qep94r1u 2023-09-16T08:55:43,795 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-16T08:55:43,799 2 location(s) to search for versions of spectrafp: 2023-09-16T08:55:43,799 * https://pypi.org/simple/spectrafp/ 2023-09-16T08:55:43,799 * https://www.piwheels.org/simple/spectrafp/ 2023-09-16T08:55:43,800 Fetching project page and analyzing links: https://pypi.org/simple/spectrafp/ 2023-09-16T08:55:43,801 Getting page https://pypi.org/simple/spectrafp/ 2023-09-16T08:55:43,802 Found index url https://pypi.org/simple/ 2023-09-16T08:55:43,945 Fetched page https://pypi.org/simple/spectrafp/ as application/vnd.pypi.simple.v1+json 2023-09-16T08:55:43,947 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-16T08:55:43,948 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-16T08:55:43,948 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-16T08:55:43,949 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-16T08:55:43,950 Fetching project page and analyzing links: https://www.piwheels.org/simple/spectrafp/ 2023-09-16T08:55:43,951 Getting page https://www.piwheels.org/simple/spectrafp/ 2023-09-16T08:55:43,952 Found index url https://www.piwheels.org/simple/ 2023-09-16T08:55:48,785 Fetched page https://www.piwheels.org/simple/spectrafp/ as text/html 2023-09-16T08:55:48,787 Skipping link: not a file: https://www.piwheels.org/simple/spectrafp/ 2023-09-16T08:55:48,788 Skipping link: not a file: https://pypi.org/simple/spectrafp/ 2023-09-16T08:55:48,821 Given no hashes to check 0 links for project 'spectrafp': discarding no candidates 2023-09-16T08:55:48,822 ERROR: Could not find a version that satisfies the requirement spectrafp==1.0.1 (from versions: 1.0.0.linux-x86_64, 1.0.1.linux-x86_64) 2023-09-16T08:55:48,825 ERROR: No matching distribution found for spectrafp==1.0.1 2023-09-16T08:55:48,827 Exception information: 2023-09-16T08:55:48,827 Traceback (most recent call last): 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-16T08:55:48,827 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-16T08:55:48,827 raise RequirementsConflicted(criterion) 2023-09-16T08:55:48,827 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('spectrafp==1.0.1') 2023-09-16T08:55:48,827 2023-09-16T08:55:48,827 During handling of the above exception, another exception occurred: 2023-09-16T08:55:48,827 2023-09-16T08:55:48,827 Traceback (most recent call last): 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-16T08:55:48,827 result = self._result = resolver.resolve( 2023-09-16T08:55:48,827 ^^^^^^^^^^^^^^^^^ 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-16T08:55:48,827 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-16T08:55:48,827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-16T08:55:48,827 raise ResolutionImpossible(e.criterion.information) 2023-09-16T08:55:48,827 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('spectrafp==1.0.1'), parent=None)] 2023-09-16T08:55:48,827 2023-09-16T08:55:48,827 The above exception was the direct cause of the following exception: 2023-09-16T08:55:48,827 2023-09-16T08:55:48,827 Traceback (most recent call last): 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-16T08:55:48,827 status = run_func(*args) 2023-09-16T08:55:48,827 ^^^^^^^^^^^^^^^ 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-16T08:55:48,827 return func(self, options, args) 2023-09-16T08:55:48,827 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-16T08:55:48,827 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-16T08:55:48,827 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-16T08:55:48,827 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-16T08:55:48,827 raise error from e 2023-09-16T08:55:48,827 pip._internal.exceptions.DistributionNotFound: No matching distribution found for spectrafp==1.0.1 2023-09-16T08:55:48,837 Removed build tracker: '/tmp/pip-build-tracker-gkix0qbf'