2021-07-10T13:31:11,007 Created temporary directory: /tmp/pip-ephem-wheel-cache-f_szapeg 2021-07-10T13:31:11,010 Created temporary directory: /tmp/pip-req-tracker-p_w_5tgu 2021-07-10T13:31:11,011 Initialized build tracking at /tmp/pip-req-tracker-p_w_5tgu 2021-07-10T13:31:11,011 Created build tracker: /tmp/pip-req-tracker-p_w_5tgu 2021-07-10T13:31:11,011 Entered build tracker: /tmp/pip-req-tracker-p_w_5tgu 2021-07-10T13:31:11,012 Created temporary directory: /tmp/pip-wheel-e_u539t4 2021-07-10T13:31:11,042 1 location(s) to search for versions of djangospider: 2021-07-10T13:31:11,042 * https://pypi.org/simple/djangospider/ 2021-07-10T13:31:11,043 Fetching project page and analyzing links: https://pypi.org/simple/djangospider/ 2021-07-10T13:31:11,043 Getting page https://pypi.org/simple/djangospider/ 2021-07-10T13:31:11,045 Found index url https://pypi.org/simple 2021-07-10T13:31:11,157 Found link https://files.pythonhosted.org/packages/40/65/d5e6f6295c2fbe8e66ec35d11f38286753e45570f0334a833a981fa54ec1/djangospider-0.11.tar.gz#sha256=da7f0144d3a0609e28f5d75ec561726a69c4cbc2b575a0d07df383a5638fdaae (from https://pypi.org/simple/djangospider/), version: 0.11 2021-07-10T13:31:11,157 Skipping link: not a file: https://pypi.org/simple/djangospider/ 2021-07-10T13:31:11,175 Given no hashes to check 1 links for project 'djangospider': discarding no candidates 2021-07-10T13:31:11,194 Collecting djangospider==0.11 2021-07-10T13:31:11,195 Created temporary directory: /tmp/pip-unpack-qfrrikdw 2021-07-10T13:31:11,388 Downloading djangospider-0.11.tar.gz (61 kB) 2021-07-10T13:31:11,550 Added djangospider==0.11 from https://files.pythonhosted.org/packages/40/65/d5e6f6295c2fbe8e66ec35d11f38286753e45570f0334a833a981fa54ec1/djangospider-0.11.tar.gz#sha256=da7f0144d3a0609e28f5d75ec561726a69c4cbc2b575a0d07df383a5638fdaae to build tracker '/tmp/pip-req-tracker-p_w_5tgu' 2021-07-10T13:31:11,552 Running setup.py (path:/tmp/pip-wheel-e_u539t4/djangospider_387433690ffa4521a7cc8f55765be507/setup.py) egg_info for package djangospider 2021-07-10T13:31:11,552 Created temporary directory: /tmp/pip-pip-egg-info-bavr_fmd 2021-07-10T13:31:11,553 Running command python setup.py egg_info 2021-07-10T13:31:12,347 Traceback (most recent call last): 2021-07-10T13:31:12,348 File "", line 1, in 2021-07-10T13:31:12,348 File "/tmp/pip-wheel-e_u539t4/djangospider_387433690ffa4521a7cc8f55765be507/setup.py", line 5 2021-07-10T13:31:12,349 print packages 2021-07-10T13:31:12,349 ^ 2021-07-10T13:31:12,349 SyntaxError: Missing parentheses in call to 'print'. Did you mean print(packages)? 2021-07-10T13:31:12,399 WARNING: Discarding https://files.pythonhosted.org/packages/40/65/d5e6f6295c2fbe8e66ec35d11f38286753e45570f0334a833a981fa54ec1/djangospider-0.11.tar.gz#sha256=da7f0144d3a0609e28f5d75ec561726a69c4cbc2b575a0d07df383a5638fdaae (from https://pypi.org/simple/djangospider/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T13:31:12,400 ERROR: Could not find a version that satisfies the requirement djangospider==0.11 (from versions: 0.11) 2021-07-10T13:31:12,401 ERROR: No matching distribution found for djangospider==0.11 2021-07-10T13:31:12,401 Exception information: 2021-07-10T13:31:12,401 Traceback (most recent call last): 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T13:31:12,401 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T13:31:12,401 raise RequirementsConflicted(criterion) 2021-07-10T13:31:12,401 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('djangospider==0.11') 2021-07-10T13:31:12,401 2021-07-10T13:31:12,401 During handling of the above exception, another exception occurred: 2021-07-10T13:31:12,401 2021-07-10T13:31:12,401 Traceback (most recent call last): 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T13:31:12,401 result = self._result = resolver.resolve( 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T13:31:12,401 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T13:31:12,401 raise ResolutionImpossible(e.criterion.information) 2021-07-10T13:31:12,401 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('djangospider==0.11'), parent=None)] 2021-07-10T13:31:12,401 2021-07-10T13:31:12,401 The above exception was the direct cause of the following exception: 2021-07-10T13:31:12,401 2021-07-10T13:31:12,401 Traceback (most recent call last): 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T13:31:12,401 status = self.run(options, args) 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T13:31:12,401 return func(self, options, args) 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T13:31:12,401 requirement_set = resolver.resolve( 2021-07-10T13:31:12,401 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T13:31:12,401 raise error from e 2021-07-10T13:31:12,401 pip._internal.exceptions.DistributionNotFound: No matching distribution found for djangospider==0.11 2021-07-10T13:31:12,406 Removed djangospider==0.11 from https://files.pythonhosted.org/packages/40/65/d5e6f6295c2fbe8e66ec35d11f38286753e45570f0334a833a981fa54ec1/djangospider-0.11.tar.gz#sha256=da7f0144d3a0609e28f5d75ec561726a69c4cbc2b575a0d07df383a5638fdaae from build tracker '/tmp/pip-req-tracker-p_w_5tgu' 2021-07-10T13:31:12,406 Removed build tracker: '/tmp/pip-req-tracker-p_w_5tgu'