2021-07-30T00:28:49,311 Created temporary directory: /tmp/pip-ephem-wheel-cache-cu_rdee8 2021-07-30T00:28:49,314 Created temporary directory: /tmp/pip-req-tracker-1k_6a8t6 2021-07-30T00:28:49,314 Initialized build tracking at /tmp/pip-req-tracker-1k_6a8t6 2021-07-30T00:28:49,315 Created build tracker: /tmp/pip-req-tracker-1k_6a8t6 2021-07-30T00:28:49,315 Entered build tracker: /tmp/pip-req-tracker-1k_6a8t6 2021-07-30T00:28:49,315 Created temporary directory: /tmp/pip-wheel-2nt9nu8f 2021-07-30T00:28:49,347 WARNING: The index url "/" seems invalid, please provide a scheme. 2021-07-30T00:28:49,348 WARNING: The index url "t" seems invalid, please provide a scheme. 2021-07-30T00:28:49,348 WARNING: The index url "m" seems invalid, please provide a scheme. 2021-07-30T00:28:49,348 WARNING: The index url "p" seems invalid, please provide a scheme. 2021-07-30T00:28:49,348 Looking in indexes: https://pypi.org/simple, /, t, m, p 2021-07-30T00:28:49,351 WARNING: Location '/quantities-scidash/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-30T00:28:49,352 WARNING: Location 't/quantities-scidash/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-30T00:28:49,352 WARNING: Location 'm/quantities-scidash/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-30T00:28:49,352 WARNING: Location 'p/quantities-scidash/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-30T00:28:49,352 1 location(s) to search for versions of quantities-scidash: 2021-07-30T00:28:49,352 * https://pypi.org/simple/quantities-scidash/ 2021-07-30T00:28:49,353 Fetching project page and analyzing links: https://pypi.org/simple/quantities-scidash/ 2021-07-30T00:28:49,353 Getting page https://pypi.org/simple/quantities-scidash/ 2021-07-30T00:28:49,355 Found index url https://pypi.org/simple 2021-07-30T00:28:49,560 Found link https://files.pythonhosted.org/packages/19/3e/f91d4fe75c0e035ec8cfa9a61315cd52a764223a8c2afffd7b2d190c1d37/quantities-scidash-0.12.4.1.linux-x86_64.tar.gz#sha256=4dd412ad15d78442a5f4d2846509c88d610263ec0458b9b5df11f54e1db9723b (from https://pypi.org/simple/quantities-scidash/), version: 0.12.4.1.linux-x86_64 2021-07-30T00:28:49,561 Found link https://files.pythonhosted.org/packages/b5/b1/36ae2c522598652ecb9a611db8c63232ae6ab024ec80fa638116cf5735e3/quantities-scidash-0.12.4.2.tar.gz#sha256=8cb74677f1191ae8cb94535e93051ecd26f5b439297646974bbb401e33f89022 (from https://pypi.org/simple/quantities-scidash/), version: 0.12.4.2 2021-07-30T00:28:49,561 Found link https://files.pythonhosted.org/packages/c4/37/60637fc1192f6157f14e4762dc992ba13c281f495d5d2322859bc1c598cb/quantities-scidash-0.12.4.3.tar.gz#sha256=c281383b989ae19bfe1526c09e452c82880b633a735f9494d8bb469412a33ea2 (from https://pypi.org/simple/quantities-scidash/), version: 0.12.4.3 2021-07-30T00:28:49,561 Skipping link: not a file: https://pypi.org/simple/quantities-scidash/ 2021-07-30T00:28:49,579 Given no hashes to check 0 links for project 'quantities-scidash': discarding no candidates 2021-07-30T00:28:49,580 ERROR: Could not find a version that satisfies the requirement quantities-scidash==0.12.4.1 (from versions: 0.12.4.1.linux-x86_64, 0.12.4.2, 0.12.4.3) 2021-07-30T00:28:49,580 ERROR: No matching distribution found for quantities-scidash==0.12.4.1 2021-07-30T00:28:49,581 Exception information: 2021-07-30T00:28:49,581 Traceback (most recent call last): 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-30T00:28:49,581 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-30T00:28:49,581 raise RequirementsConflicted(criterion) 2021-07-30T00:28:49,581 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('quantities-scidash==0.12.4.1') 2021-07-30T00:28:49,581 2021-07-30T00:28:49,581 During handling of the above exception, another exception occurred: 2021-07-30T00:28:49,581 2021-07-30T00:28:49,581 Traceback (most recent call last): 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-30T00:28:49,581 result = self._result = resolver.resolve( 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-30T00:28:49,581 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-30T00:28:49,581 raise ResolutionImpossible(e.criterion.information) 2021-07-30T00:28:49,581 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('quantities-scidash==0.12.4.1'), parent=None)] 2021-07-30T00:28:49,581 2021-07-30T00:28:49,581 The above exception was the direct cause of the following exception: 2021-07-30T00:28:49,581 2021-07-30T00:28:49,581 Traceback (most recent call last): 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-30T00:28:49,581 status = self.run(options, args) 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-30T00:28:49,581 return func(self, options, args) 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-30T00:28:49,581 requirement_set = resolver.resolve( 2021-07-30T00:28:49,581 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-30T00:28:49,581 raise error from e 2021-07-30T00:28:49,581 pip._internal.exceptions.DistributionNotFound: No matching distribution found for quantities-scidash==0.12.4.1 2021-07-30T00:28:49,584 Removed build tracker: '/tmp/pip-req-tracker-1k_6a8t6'