2021-07-09T02:47:16,616 Created temporary directory: /tmp/pip-ephem-wheel-cache-brspdpx5 2021-07-09T02:47:16,619 Created temporary directory: /tmp/pip-req-tracker-b8sgo7o6 2021-07-09T02:47:16,619 Initialized build tracking at /tmp/pip-req-tracker-b8sgo7o6 2021-07-09T02:47:16,619 Created build tracker: /tmp/pip-req-tracker-b8sgo7o6 2021-07-09T02:47:16,619 Entered build tracker: /tmp/pip-req-tracker-b8sgo7o6 2021-07-09T02:47:16,620 Created temporary directory: /tmp/pip-wheel-ha71s4ko 2021-07-09T02:47:16,654 1 location(s) to search for versions of swarmy: 2021-07-09T02:47:16,654 * https://pypi.org/simple/swarmy/ 2021-07-09T02:47:16,654 Fetching project page and analyzing links: https://pypi.org/simple/swarmy/ 2021-07-09T02:47:16,655 Getting page https://pypi.org/simple/swarmy/ 2021-07-09T02:47:16,656 Found index url https://pypi.org/simple 2021-07-09T02:47:16,837 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/38/c7/a4899919ba670d27503fb7443fe6b38d9d34b630d38e2212718a328246e6/swarmy-0.1-py2.7.egg#sha256=6ad81d4b2595b2ca38fe06dd6f7ac0944fc3be6c7dc93838d724cbec45acc659 (from https://pypi.org/simple/swarmy/) 2021-07-09T02:47:16,837 Found link https://files.pythonhosted.org/packages/e8/03/8bb1cd006540d3958bd93eb935445fe82abc6103a69ecee8841722715445/swarmy-0.1.tar.gz#sha256=1044820a1c4cd675e10b42a2bd661796329d9fd91f93bf37a9fb4c6e3ec1f810 (from https://pypi.org/simple/swarmy/), version: 0.1 2021-07-09T02:47:16,837 Skipping link: not a file: https://pypi.org/simple/swarmy/ 2021-07-09T02:47:16,853 Given no hashes to check 1 links for project 'swarmy': discarding no candidates 2021-07-09T02:47:16,870 Collecting swarmy==0.1 2021-07-09T02:47:16,872 Created temporary directory: /tmp/pip-unpack-61lr8kzb 2021-07-09T02:47:17,041 Downloading swarmy-0.1.tar.gz (1.5 kB) 2021-07-09T02:47:17,076 Added swarmy==0.1 from https://files.pythonhosted.org/packages/e8/03/8bb1cd006540d3958bd93eb935445fe82abc6103a69ecee8841722715445/swarmy-0.1.tar.gz#sha256=1044820a1c4cd675e10b42a2bd661796329d9fd91f93bf37a9fb4c6e3ec1f810 to build tracker '/tmp/pip-req-tracker-b8sgo7o6' 2021-07-09T02:47:17,077 Running setup.py (path:/tmp/pip-wheel-ha71s4ko/swarmy_81224b5e055049eda53a7068cd488d7c/setup.py) egg_info for package swarmy 2021-07-09T02:47:17,078 Created temporary directory: /tmp/pip-pip-egg-info-l87z434c 2021-07-09T02:47:17,078 Running command python setup.py egg_info 2021-07-09T02:47:17,710 Traceback (most recent call last): 2021-07-09T02:47:17,711 File "", line 1, in 2021-07-09T02:47:17,711 File "/tmp/pip-wheel-ha71s4ko/swarmy_81224b5e055049eda53a7068cd488d7c/setup.py", line 5 2021-07-09T02:47:17,712 print "Falling back to distutils. Functionality may be limited." 2021-07-09T02:47:17,712 ^ 2021-07-09T02:47:17,712 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Falling back to distutils. Functionality may be limited.")? 2021-07-09T02:47:17,760 WARNING: Discarding https://files.pythonhosted.org/packages/e8/03/8bb1cd006540d3958bd93eb935445fe82abc6103a69ecee8841722715445/swarmy-0.1.tar.gz#sha256=1044820a1c4cd675e10b42a2bd661796329d9fd91f93bf37a9fb4c6e3ec1f810 (from https://pypi.org/simple/swarmy/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T02:47:17,761 ERROR: Could not find a version that satisfies the requirement swarmy==0.1 (from versions: 0.1) 2021-07-09T02:47:17,762 ERROR: No matching distribution found for swarmy==0.1 2021-07-09T02:47:17,762 Exception information: 2021-07-09T02:47:17,762 Traceback (most recent call last): 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T02:47:17,762 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T02:47:17,762 raise RequirementsConflicted(criterion) 2021-07-09T02:47:17,762 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('swarmy==0.1') 2021-07-09T02:47:17,762 2021-07-09T02:47:17,762 During handling of the above exception, another exception occurred: 2021-07-09T02:47:17,762 2021-07-09T02:47:17,762 Traceback (most recent call last): 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T02:47:17,762 result = self._result = resolver.resolve( 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T02:47:17,762 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T02:47:17,762 raise ResolutionImpossible(e.criterion.information) 2021-07-09T02:47:17,762 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('swarmy==0.1'), parent=None)] 2021-07-09T02:47:17,762 2021-07-09T02:47:17,762 The above exception was the direct cause of the following exception: 2021-07-09T02:47:17,762 2021-07-09T02:47:17,762 Traceback (most recent call last): 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T02:47:17,762 status = self.run(options, args) 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T02:47:17,762 return func(self, options, args) 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T02:47:17,762 requirement_set = resolver.resolve( 2021-07-09T02:47:17,762 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T02:47:17,762 raise error from e 2021-07-09T02:47:17,762 pip._internal.exceptions.DistributionNotFound: No matching distribution found for swarmy==0.1 2021-07-09T02:47:17,767 Removed swarmy==0.1 from https://files.pythonhosted.org/packages/e8/03/8bb1cd006540d3958bd93eb935445fe82abc6103a69ecee8841722715445/swarmy-0.1.tar.gz#sha256=1044820a1c4cd675e10b42a2bd661796329d9fd91f93bf37a9fb4c6e3ec1f810 from build tracker '/tmp/pip-req-tracker-b8sgo7o6' 2021-07-09T02:47:17,767 Removed build tracker: '/tmp/pip-req-tracker-b8sgo7o6'