2023-01-13T16:27:38,803 Created temporary directory: /tmp/pip-ephem-wheel-cache-gsn9a36i 2023-01-13T16:27:38,806 Created temporary directory: /tmp/pip-build-tracker-7qj9ejve 2023-01-13T16:27:38,806 Initialized build tracking at /tmp/pip-build-tracker-7qj9ejve 2023-01-13T16:27:38,806 Created build tracker: /tmp/pip-build-tracker-7qj9ejve 2023-01-13T16:27:38,806 Entered build tracker: /tmp/pip-build-tracker-7qj9ejve 2023-01-13T16:27:38,807 Created temporary directory: /tmp/pip-wheel-xox7n7vw 2023-01-13T16:27:38,810 DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453 2023-01-13T16:27:38,813 Created temporary directory: /tmp/pip-ephem-wheel-cache-f7yuyiz1 2023-01-13T16:27:38,840 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-01-13T16:27:38,843 2 location(s) to search for versions of progress-parallel: 2023-01-13T16:27:38,843 * https://pypi.org/simple/progress-parallel/ 2023-01-13T16:27:38,843 * https://www.piwheels.org/simple/progress-parallel/ 2023-01-13T16:27:38,844 Fetching project page and analyzing links: https://pypi.org/simple/progress-parallel/ 2023-01-13T16:27:38,844 Getting page https://pypi.org/simple/progress-parallel/ 2023-01-13T16:27:38,846 Found index url https://pypi.org/simple 2023-01-13T16:27:38,903 Fetched page https://pypi.org/simple/progress-parallel/ as application/vnd.pypi.simple.v1+json 2023-01-13T16:27:38,906 Skipping link: Missing project version for progress-parallel: https://files.pythonhosted.org/packages/6f/5b/3e7e5eac832c25da6d5a96fb7db0fa0cfd379222b6bae48700219c2165ef/progress%20parallel-1.0.2.tar.gz (from https://pypi.org/simple/progress-parallel/) 2023-01-13T16:27:38,906 Skipping link: No binaries permitted for progress-parallel: https://files.pythonhosted.org/packages/b3/22/1351d8aa7344d6ba55aeb95155d6b55a4670229a29f5038b70ac001fb41a/progress_parallel-1.0.2-py3-none-any.whl (from https://pypi.org/simple/progress-parallel/) 2023-01-13T16:27:38,906 Fetching project page and analyzing links: https://www.piwheels.org/simple/progress-parallel/ 2023-01-13T16:27:38,906 Getting page https://www.piwheels.org/simple/progress-parallel/ 2023-01-13T16:27:38,907 Found index url https://www.piwheels.org/simple 2023-01-13T16:27:39,063 Fetched page https://www.piwheels.org/simple/progress-parallel/ as text/html 2023-01-13T16:27:39,064 Skipping link: not a file: https://www.piwheels.org/simple/progress-parallel/ 2023-01-13T16:27:39,064 Skipping link: not a file: https://pypi.org/simple/progress-parallel/ 2023-01-13T16:27:39,081 Given no hashes to check 0 links for project 'progress-parallel': discarding no candidates 2023-01-13T16:27:39,082 ERROR: Could not find a version that satisfies the requirement progress-parallel==1.0.2 (from versions: none) 2023-01-13T16:27:39,083 ERROR: No matching distribution found for progress-parallel==1.0.2 2023-01-13T16:27:39,084 Exception information: 2023-01-13T16:27:39,084 Traceback (most recent call last): 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2023-01-13T16:27:39,084 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2023-01-13T16:27:39,084 raise RequirementsConflicted(criterion) 2023-01-13T16:27:39,084 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('progress-parallel==1.0.2') 2023-01-13T16:27:39,084 2023-01-13T16:27:39,084 During handling of the above exception, another exception occurred: 2023-01-13T16:27:39,084 2023-01-13T16:27:39,084 Traceback (most recent call last): 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-01-13T16:27:39,084 result = self._result = resolver.resolve( 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2023-01-13T16:27:39,084 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2023-01-13T16:27:39,084 raise ResolutionImpossible(e.criterion.information) 2023-01-13T16:27:39,084 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('progress-parallel==1.0.2'), parent=None)] 2023-01-13T16:27:39,084 2023-01-13T16:27:39,084 The above exception was the direct cause of the following exception: 2023-01-13T16:27:39,084 2023-01-13T16:27:39,084 Traceback (most recent call last): 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 160, in exc_logging_wrapper 2023-01-13T16:27:39,084 status = run_func(*args) 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 247, in wrapper 2023-01-13T16:27:39,084 return func(self, options, args) 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 170, in run 2023-01-13T16:27:39,084 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-01-13T16:27:39,084 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-01-13T16:27:39,084 raise error from e 2023-01-13T16:27:39,084 pip._internal.exceptions.DistributionNotFound: No matching distribution found for progress-parallel==1.0.2 2023-01-13T16:27:39,088 Removed build tracker: '/tmp/pip-build-tracker-7qj9ejve'