2021-03-24T09:34:49,954 Created temporary directory: /tmp/pip-ephem-wheel-cache-mo6w67dt 2021-03-24T09:34:49,957 Created temporary directory: /tmp/pip-req-tracker-kg45951d 2021-03-24T09:34:49,957 Initialized build tracking at /tmp/pip-req-tracker-kg45951d 2021-03-24T09:34:49,957 Created build tracker: /tmp/pip-req-tracker-kg45951d 2021-03-24T09:34:49,958 Entered build tracker: /tmp/pip-req-tracker-kg45951d 2021-03-24T09:34:49,958 Created temporary directory: /tmp/pip-wheel-cnd7ivjr 2021-03-24T09:34:49,990 1 location(s) to search for versions of collective-volto-formsupport: 2021-03-24T09:34:49,990 * https://pypi.org/simple/collective-volto-formsupport/ 2021-03-24T09:34:49,990 Fetching project page and analyzing links: https://pypi.org/simple/collective-volto-formsupport/ 2021-03-24T09:34:49,991 Getting page https://pypi.org/simple/collective-volto-formsupport/ 2021-03-24T09:34:49,992 Found index url https://pypi.org/simple 2021-03-24T09:34:50,080 Link requires a different Python (3.7.3 not in: '==2.7, >=3.6'): https://files.pythonhosted.org/packages/20/86/dfa11b2d0b5bba8d3c14c0e0993c1b8ff489cc39ea4c8ecb7e4114b3b412/collective.volto.formsupport-1.0.1.tar.gz#sha256=4564c7bd1269607576511b700601dcc178891e6700b0f77022ecb0d65e08e8d1 (from https://pypi.org/simple/collective-volto-formsupport/) (requires-python:==2.7, >=3.6) 2021-03-24T09:34:50,093 Given no hashes to check 0 links for project 'collective-volto-formsupport': discarding no candidates 2021-03-24T09:34:50,093 ERROR: Could not find a version that satisfies the requirement collective-volto-formsupport==1.0.1 2021-03-24T09:34:50,093 ERROR: No matching distribution found for collective-volto-formsupport==1.0.1 2021-03-24T09:34:50,094 Exception information: 2021-03-24T09:34:50,094 Traceback (most recent call last): 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-24T09:34:50,094 crit = self.state.criteria[name] 2021-03-24T09:34:50,094 KeyError: 'collective-volto-formsupport' 2021-03-24T09:34:50,094 2021-03-24T09:34:50,094 During handling of the above exception, another exception occurred: 2021-03-24T09:34:50,094 2021-03-24T09:34:50,094 Traceback (most recent call last): 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-24T09:34:50,094 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-24T09:34:50,094 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-24T09:34:50,094 raise RequirementsConflicted(criterion) 2021-03-24T09:34:50,094 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('collective-volto-formsupport==1.0.1') 2021-03-24T09:34:50,094 2021-03-24T09:34:50,094 During handling of the above exception, another exception occurred: 2021-03-24T09:34:50,094 2021-03-24T09:34:50,094 Traceback (most recent call last): 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-24T09:34:50,094 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-24T09:34:50,094 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-24T09:34:50,094 raise ResolutionImpossible(e.criterion.information) 2021-03-24T09:34:50,094 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('collective-volto-formsupport==1.0.1'), parent=None)] 2021-03-24T09:34:50,094 2021-03-24T09:34:50,094 The above exception was the direct cause of the following exception: 2021-03-24T09:34:50,094 2021-03-24T09:34:50,094 Traceback (most recent call last): 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-24T09:34:50,094 status = self.run(options, args) 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-24T09:34:50,094 return func(self, options, args) 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-24T09:34:50,094 reqs, check_supported_wheels=True 2021-03-24T09:34:50,094 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-24T09:34:50,094 six.raise_from(error, e) 2021-03-24T09:34:50,094 File "", line 3, in raise_from 2021-03-24T09:34:50,094 pip._internal.exceptions.DistributionNotFound: No matching distribution found for collective-volto-formsupport==1.0.1 2021-03-24T09:34:50,098 Removed build tracker: '/tmp/pip-req-tracker-kg45951d'