2021-12-21T11:40:30,747 Created temporary directory: /tmp/pip-ephem-wheel-cache-6uuzznfg 2021-12-21T11:40:30,753 Created temporary directory: /tmp/pip-req-tracker-55ma0qh8 2021-12-21T11:40:30,754 Initialized build tracking at /tmp/pip-req-tracker-55ma0qh8 2021-12-21T11:40:30,755 Created build tracker: /tmp/pip-req-tracker-55ma0qh8 2021-12-21T11:40:30,755 Entered build tracker: /tmp/pip-req-tracker-55ma0qh8 2021-12-21T11:40:30,756 Created temporary directory: /tmp/pip-wheel-_8od5_xx 2021-12-21T11:40:30,816 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-21T11:40:30,820 2 location(s) to search for versions of alibabacloud-csp20201020: 2021-12-21T11:40:30,820 * https://pypi.org/simple/alibabacloud-csp20201020/ 2021-12-21T11:40:30,820 * https://www.piwheels.org/simple/alibabacloud-csp20201020/ 2021-12-21T11:40:30,821 Fetching project page and analyzing links: https://pypi.org/simple/alibabacloud-csp20201020/ 2021-12-21T11:40:30,823 Getting page https://pypi.org/simple/alibabacloud-csp20201020/ 2021-12-21T11:40:30,827 Found index url https://pypi.org/simple 2021-12-21T11:40:31,143 Skipping link: No binaries permitted for alibabacloud-csp20201020: https://files.pythonhosted.org/packages/cd/26/ecb07aef63327224a910a17f9faaa5b5d3d1bb895bef82e62162e1a4fa2a/alibabacloud_csp20201020-1.0.0-py3-none-any.whl#sha256=dbcc07a674f3870c136ad930c96a3080bfd9353720b727c640274bd02ee9b9da (from https://pypi.org/simple/alibabacloud-csp20201020/) (requires-python:>=3.6) 2021-12-21T11:40:31,145 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/6a/50/f552f0f0020591fe00339a2f85a40644ca784c55c6cbbb70718b93d95999/alibabacloud_csp20201020-1.0.0.tar.gz#sha256=9b67339659ccc3841baea96fa6f9b052bce2bbafd1b0b05e6141144bb23c33f7 (from https://pypi.org/simple/alibabacloud-csp20201020/) (requires-python:>=3.6) 2021-12-21T11:40:31,145 Fetching project page and analyzing links: https://www.piwheels.org/simple/alibabacloud-csp20201020/ 2021-12-21T11:40:31,146 Getting page https://www.piwheels.org/simple/alibabacloud-csp20201020/ 2021-12-21T11:40:31,149 Found index url https://www.piwheels.org/simple 2021-12-21T11:40:31,401 Given no hashes to check 0 links for project 'alibabacloud-csp20201020': discarding no candidates 2021-12-21T11:40:31,402 ERROR: Could not find a version that satisfies the requirement alibabacloud-csp20201020==1.0.0 2021-12-21T11:40:31,403 ERROR: No matching distribution found for alibabacloud-csp20201020==1.0.0 2021-12-21T11:40:31,404 Exception information: 2021-12-21T11:40:31,404 Traceback (most recent call last): 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-12-21T11:40:31,404 crit = self.state.criteria[name] 2021-12-21T11:40:31,404 KeyError: 'alibabacloud-csp20201020' 2021-12-21T11:40:31,404 2021-12-21T11:40:31,404 During handling of the above exception, another exception occurred: 2021-12-21T11:40:31,404 2021-12-21T11:40:31,404 Traceback (most recent call last): 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-12-21T11:40:31,404 name, crit = self._merge_into_criterion(r, parent=None) 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-12-21T11:40:31,404 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-12-21T11:40:31,404 raise RequirementsConflicted(criterion) 2021-12-21T11:40:31,404 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('alibabacloud-csp20201020==1.0.0') 2021-12-21T11:40:31,404 2021-12-21T11:40:31,404 During handling of the above exception, another exception occurred: 2021-12-21T11:40:31,404 2021-12-21T11:40:31,404 Traceback (most recent call last): 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-12-21T11:40:31,404 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-12-21T11:40:31,404 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-12-21T11:40:31,404 raise ResolutionImpossible(e.criterion.information) 2021-12-21T11:40:31,404 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('alibabacloud-csp20201020==1.0.0'), parent=None)] 2021-12-21T11:40:31,404 2021-12-21T11:40:31,404 The above exception was the direct cause of the following exception: 2021-12-21T11:40:31,404 2021-12-21T11:40:31,404 Traceback (most recent call last): 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-12-21T11:40:31,404 status = self.run(options, args) 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-12-21T11:40:31,404 return func(self, options, args) 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-12-21T11:40:31,404 reqs, check_supported_wheels=True 2021-12-21T11:40:31,404 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-12-21T11:40:31,404 six.raise_from(error, e) 2021-12-21T11:40:31,404 File "", line 3, in raise_from 2021-12-21T11:40:31,404 pip._internal.exceptions.DistributionNotFound: No matching distribution found for alibabacloud-csp20201020==1.0.0 2021-12-21T11:40:31,413 Removed build tracker: '/tmp/pip-req-tracker-55ma0qh8'