2021-07-10T08:05:53,346 Created temporary directory: /tmp/pip-ephem-wheel-cache-tzz80wlm 2021-07-10T08:05:53,350 Created temporary directory: /tmp/pip-req-tracker-s9wkpaxt 2021-07-10T08:05:53,350 Initialized build tracking at /tmp/pip-req-tracker-s9wkpaxt 2021-07-10T08:05:53,350 Created build tracker: /tmp/pip-req-tracker-s9wkpaxt 2021-07-10T08:05:53,350 Entered build tracker: /tmp/pip-req-tracker-s9wkpaxt 2021-07-10T08:05:53,351 Created temporary directory: /tmp/pip-wheel-l1oyls3c 2021-07-10T08:05:53,384 1 location(s) to search for versions of protolite: 2021-07-10T08:05:53,384 * https://pypi.org/simple/protolite/ 2021-07-10T08:05:53,385 Fetching project page and analyzing links: https://pypi.org/simple/protolite/ 2021-07-10T08:05:53,385 Getting page https://pypi.org/simple/protolite/ 2021-07-10T08:05:53,387 Found index url https://pypi.org/simple 2021-07-10T08:05:53,563 Found link https://files.pythonhosted.org/packages/d6/57/6ec78d0c4498cd3decdc0c06dfc5b9b959e6fd6f7e97869c6fdeb92e9774/protolite-0.1.0.tar.gz#sha256=fa9fa968606caf745c64ed17c4012fe201e2dd01ef4b01419616a0396b805ff3 (from https://pypi.org/simple/protolite/), version: 0.1.0 2021-07-10T08:05:53,564 Skipping link: not a file: https://pypi.org/simple/protolite/ 2021-07-10T08:05:53,581 Given no hashes to check 1 links for project 'protolite': discarding no candidates 2021-07-10T08:05:53,600 Collecting protolite==0.1.0 2021-07-10T08:05:53,602 Created temporary directory: /tmp/pip-unpack-yusj93ly 2021-07-10T08:05:53,788 Downloading protolite-0.1.0.tar.gz (38 kB) 2021-07-10T08:05:53,874 Added protolite==0.1.0 from https://files.pythonhosted.org/packages/d6/57/6ec78d0c4498cd3decdc0c06dfc5b9b959e6fd6f7e97869c6fdeb92e9774/protolite-0.1.0.tar.gz#sha256=fa9fa968606caf745c64ed17c4012fe201e2dd01ef4b01419616a0396b805ff3 to build tracker '/tmp/pip-req-tracker-s9wkpaxt' 2021-07-10T08:05:53,875 Running setup.py (path:/tmp/pip-wheel-l1oyls3c/protolite_74a3fa97a91d46bf84d5d013e25199be/setup.py) egg_info for package protolite 2021-07-10T08:05:53,875 Created temporary directory: /tmp/pip-pip-egg-info-7lkqtzwy 2021-07-10T08:05:53,876 Running command python setup.py egg_info 2021-07-10T08:05:54,542 Traceback (most recent call last): 2021-07-10T08:05:54,543 File "", line 1, in 2021-07-10T08:05:54,543 File "/tmp/pip-wheel-l1oyls3c/protolite_74a3fa97a91d46bf84d5d013e25199be/setup.py", line 36, in 2021-07-10T08:05:54,544 for k,v in EXTRAS_REQUIRES.iteritems(): 2021-07-10T08:05:54,544 AttributeError: 'dict' object has no attribute 'iteritems' 2021-07-10T08:05:54,595 WARNING: Discarding https://files.pythonhosted.org/packages/d6/57/6ec78d0c4498cd3decdc0c06dfc5b9b959e6fd6f7e97869c6fdeb92e9774/protolite-0.1.0.tar.gz#sha256=fa9fa968606caf745c64ed17c4012fe201e2dd01ef4b01419616a0396b805ff3 (from https://pypi.org/simple/protolite/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T08:05:54,596 ERROR: Could not find a version that satisfies the requirement protolite==0.1.0 (from versions: 0.1.0) 2021-07-10T08:05:54,597 ERROR: No matching distribution found for protolite==0.1.0 2021-07-10T08:05:54,597 Exception information: 2021-07-10T08:05:54,597 Traceback (most recent call last): 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T08:05:54,597 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T08:05:54,597 raise RequirementsConflicted(criterion) 2021-07-10T08:05:54,597 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('protolite==0.1.0') 2021-07-10T08:05:54,597 2021-07-10T08:05:54,597 During handling of the above exception, another exception occurred: 2021-07-10T08:05:54,597 2021-07-10T08:05:54,597 Traceback (most recent call last): 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T08:05:54,597 result = self._result = resolver.resolve( 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T08:05:54,597 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T08:05:54,597 raise ResolutionImpossible(e.criterion.information) 2021-07-10T08:05:54,597 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('protolite==0.1.0'), parent=None)] 2021-07-10T08:05:54,597 2021-07-10T08:05:54,597 The above exception was the direct cause of the following exception: 2021-07-10T08:05:54,597 2021-07-10T08:05:54,597 Traceback (most recent call last): 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T08:05:54,597 status = self.run(options, args) 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T08:05:54,597 return func(self, options, args) 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T08:05:54,597 requirement_set = resolver.resolve( 2021-07-10T08:05:54,597 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T08:05:54,597 raise error from e 2021-07-10T08:05:54,597 pip._internal.exceptions.DistributionNotFound: No matching distribution found for protolite==0.1.0 2021-07-10T08:05:54,602 Removed protolite==0.1.0 from https://files.pythonhosted.org/packages/d6/57/6ec78d0c4498cd3decdc0c06dfc5b9b959e6fd6f7e97869c6fdeb92e9774/protolite-0.1.0.tar.gz#sha256=fa9fa968606caf745c64ed17c4012fe201e2dd01ef4b01419616a0396b805ff3 from build tracker '/tmp/pip-req-tracker-s9wkpaxt' 2021-07-10T08:05:54,602 Removed build tracker: '/tmp/pip-req-tracker-s9wkpaxt'