2021-07-08T15:50:07,304 Created temporary directory: /tmp/pip-ephem-wheel-cache-792idkh6 2021-07-08T15:50:07,306 Created temporary directory: /tmp/pip-req-tracker-zpcbuh1r 2021-07-08T15:50:07,307 Initialized build tracking at /tmp/pip-req-tracker-zpcbuh1r 2021-07-08T15:50:07,307 Created build tracker: /tmp/pip-req-tracker-zpcbuh1r 2021-07-08T15:50:07,307 Entered build tracker: /tmp/pip-req-tracker-zpcbuh1r 2021-07-08T15:50:07,308 Created temporary directory: /tmp/pip-wheel-efs6yru7 2021-07-08T15:50:07,341 1 location(s) to search for versions of sydebar: 2021-07-08T15:50:07,341 * https://pypi.org/simple/sydebar/ 2021-07-08T15:50:07,341 Fetching project page and analyzing links: https://pypi.org/simple/sydebar/ 2021-07-08T15:50:07,342 Getting page https://pypi.org/simple/sydebar/ 2021-07-08T15:50:07,343 Found index url https://pypi.org/simple 2021-07-08T15:50:07,532 Found link https://files.pythonhosted.org/packages/bb/77/ac5568ca8db37ec98d322fbf0381d64847f719a0160412b0a971eaa9d5a7/Sydebar-1.0.tar.gz#sha256=8582a04905c220d6f9ecfccffbd625d6efc9cb2d0bd45e3667f48e32c60220d7 (from https://pypi.org/simple/sydebar/), version: 1.0 2021-07-08T15:50:07,532 Skipping link: not a file: https://pypi.org/simple/sydebar/ 2021-07-08T15:50:07,548 Given no hashes to check 1 links for project 'sydebar': discarding no candidates 2021-07-08T15:50:07,565 Collecting sydebar==1.0 2021-07-08T15:50:07,567 Created temporary directory: /tmp/pip-unpack-0dstl7n_ 2021-07-08T15:50:07,607 Downloading Sydebar-1.0.tar.gz (34 kB) 2021-07-08T15:50:07,663 Added sydebar==1.0 from https://files.pythonhosted.org/packages/bb/77/ac5568ca8db37ec98d322fbf0381d64847f719a0160412b0a971eaa9d5a7/Sydebar-1.0.tar.gz#sha256=8582a04905c220d6f9ecfccffbd625d6efc9cb2d0bd45e3667f48e32c60220d7 to build tracker '/tmp/pip-req-tracker-zpcbuh1r' 2021-07-08T15:50:07,664 Running setup.py (path:/tmp/pip-wheel-efs6yru7/sydebar_8d480a815f94435695a55ae903ff965d/setup.py) egg_info for package sydebar 2021-07-08T15:50:07,665 Created temporary directory: /tmp/pip-pip-egg-info-3oyse6hk 2021-07-08T15:50:07,665 Running command python setup.py egg_info 2021-07-08T15:50:08,277 Traceback (most recent call last): 2021-07-08T15:50:08,278 File "", line 1, in 2021-07-08T15:50:08,278 File "/tmp/pip-wheel-efs6yru7/sydebar_8d480a815f94435695a55ae903ff965d/setup.py", line 112 2021-07-08T15:50:08,279 print "Sydebar requires Python 2.4 or later" 2021-07-08T15:50:08,279 ^ 2021-07-08T15:50:08,279 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Sydebar requires Python 2.4 or later")? 2021-07-08T15:50:08,327 WARNING: Discarding https://files.pythonhosted.org/packages/bb/77/ac5568ca8db37ec98d322fbf0381d64847f719a0160412b0a971eaa9d5a7/Sydebar-1.0.tar.gz#sha256=8582a04905c220d6f9ecfccffbd625d6efc9cb2d0bd45e3667f48e32c60220d7 (from https://pypi.org/simple/sydebar/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T15:50:08,328 ERROR: Could not find a version that satisfies the requirement sydebar==1.0 (from versions: 1.0) 2021-07-08T15:50:08,328 ERROR: No matching distribution found for sydebar==1.0 2021-07-08T15:50:08,328 Exception information: 2021-07-08T15:50:08,328 Traceback (most recent call last): 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T15:50:08,328 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T15:50:08,328 raise RequirementsConflicted(criterion) 2021-07-08T15:50:08,328 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sydebar==1.0') 2021-07-08T15:50:08,328 2021-07-08T15:50:08,328 During handling of the above exception, another exception occurred: 2021-07-08T15:50:08,328 2021-07-08T15:50:08,328 Traceback (most recent call last): 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T15:50:08,328 result = self._result = resolver.resolve( 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T15:50:08,328 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T15:50:08,328 raise ResolutionImpossible(e.criterion.information) 2021-07-08T15:50:08,328 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sydebar==1.0'), parent=None)] 2021-07-08T15:50:08,328 2021-07-08T15:50:08,328 The above exception was the direct cause of the following exception: 2021-07-08T15:50:08,328 2021-07-08T15:50:08,328 Traceback (most recent call last): 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T15:50:08,328 status = self.run(options, args) 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T15:50:08,328 return func(self, options, args) 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T15:50:08,328 requirement_set = resolver.resolve( 2021-07-08T15:50:08,328 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T15:50:08,328 raise error from e 2021-07-08T15:50:08,328 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sydebar==1.0 2021-07-08T15:50:08,333 Removed sydebar==1.0 from https://files.pythonhosted.org/packages/bb/77/ac5568ca8db37ec98d322fbf0381d64847f719a0160412b0a971eaa9d5a7/Sydebar-1.0.tar.gz#sha256=8582a04905c220d6f9ecfccffbd625d6efc9cb2d0bd45e3667f48e32c60220d7 from build tracker '/tmp/pip-req-tracker-zpcbuh1r' 2021-07-08T15:50:08,334 Removed build tracker: '/tmp/pip-req-tracker-zpcbuh1r'