2021-07-08T19:59:42,080 Created temporary directory: /tmp/pip-ephem-wheel-cache-izkv94fp 2021-07-08T19:59:42,083 Created temporary directory: /tmp/pip-req-tracker-5vb5_cs1 2021-07-08T19:59:42,084 Initialized build tracking at /tmp/pip-req-tracker-5vb5_cs1 2021-07-08T19:59:42,084 Created build tracker: /tmp/pip-req-tracker-5vb5_cs1 2021-07-08T19:59:42,084 Entered build tracker: /tmp/pip-req-tracker-5vb5_cs1 2021-07-08T19:59:42,085 Created temporary directory: /tmp/pip-wheel-12kae54k 2021-07-08T19:59:42,118 1 location(s) to search for versions of vimpdbhook: 2021-07-08T19:59:42,118 * https://pypi.org/simple/vimpdbhook/ 2021-07-08T19:59:42,119 Fetching project page and analyzing links: https://pypi.org/simple/vimpdbhook/ 2021-07-08T19:59:42,119 Getting page https://pypi.org/simple/vimpdbhook/ 2021-07-08T19:59:42,121 Found index url https://pypi.org/simple 2021-07-08T19:59:42,307 Found link https://files.pythonhosted.org/packages/6d/c1/081d35358cf662c2b1faa976b51ed1e572766ef4b3d20d167620b2fc9a67/vimpdbhook-0.1.zip#sha256=83b183ad49097dfcae49517891635e5cd63ee6036fa97305ce73d874a1c62d5d (from https://pypi.org/simple/vimpdbhook/), version: 0.1 2021-07-08T19:59:42,307 Found link https://files.pythonhosted.org/packages/99/38/3dd89a1a54e0482853b8962659fcebe5129594c02e038f9fe78310048ebc/vimpdbhook-0.2.tar.gz#sha256=8f4e60f5366fe080bfa7a484851974ee357367ab7cfd3b442110805261b36e28 (from https://pypi.org/simple/vimpdbhook/), version: 0.2 2021-07-08T19:59:42,308 Skipping link: not a file: https://pypi.org/simple/vimpdbhook/ 2021-07-08T19:59:42,324 Given no hashes to check 1 links for project 'vimpdbhook': discarding no candidates 2021-07-08T19:59:42,341 Collecting vimpdbhook==0.1 2021-07-08T19:59:42,343 Created temporary directory: /tmp/pip-unpack-8huengwm 2021-07-08T19:59:42,526 Downloading vimpdbhook-0.1.zip (6.0 kB) 2021-07-08T19:59:42,566 Added vimpdbhook==0.1 from https://files.pythonhosted.org/packages/6d/c1/081d35358cf662c2b1faa976b51ed1e572766ef4b3d20d167620b2fc9a67/vimpdbhook-0.1.zip#sha256=83b183ad49097dfcae49517891635e5cd63ee6036fa97305ce73d874a1c62d5d to build tracker '/tmp/pip-req-tracker-5vb5_cs1' 2021-07-08T19:59:42,567 Running setup.py (path:/tmp/pip-wheel-12kae54k/vimpdbhook_86b6ad31e43845629fc02d08e831ed87/setup.py) egg_info for package vimpdbhook 2021-07-08T19:59:42,568 Created temporary directory: /tmp/pip-pip-egg-info-hu5e9qov 2021-07-08T19:59:42,568 Running command python setup.py egg_info 2021-07-08T19:59:43,213 Traceback (most recent call last): 2021-07-08T19:59:43,214 File "", line 1, in 2021-07-08T19:59:43,214 File "/tmp/pip-wheel-12kae54k/vimpdbhook_86b6ad31e43845629fc02d08e831ed87/setup.py", line 8, in 2021-07-08T19:59:43,214 long_description=file("README").read(), 2021-07-08T19:59:43,215 NameError: name 'file' is not defined 2021-07-08T19:59:43,264 WARNING: Discarding https://files.pythonhosted.org/packages/6d/c1/081d35358cf662c2b1faa976b51ed1e572766ef4b3d20d167620b2fc9a67/vimpdbhook-0.1.zip#sha256=83b183ad49097dfcae49517891635e5cd63ee6036fa97305ce73d874a1c62d5d (from https://pypi.org/simple/vimpdbhook/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T19:59:43,265 ERROR: Could not find a version that satisfies the requirement vimpdbhook==0.1 (from versions: 0.1, 0.2) 2021-07-08T19:59:43,266 ERROR: No matching distribution found for vimpdbhook==0.1 2021-07-08T19:59:43,266 Exception information: 2021-07-08T19:59:43,266 Traceback (most recent call last): 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T19:59:43,266 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T19:59:43,266 raise RequirementsConflicted(criterion) 2021-07-08T19:59:43,266 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('vimpdbhook==0.1') 2021-07-08T19:59:43,266 2021-07-08T19:59:43,266 During handling of the above exception, another exception occurred: 2021-07-08T19:59:43,266 2021-07-08T19:59:43,266 Traceback (most recent call last): 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T19:59:43,266 result = self._result = resolver.resolve( 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T19:59:43,266 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T19:59:43,266 raise ResolutionImpossible(e.criterion.information) 2021-07-08T19:59:43,266 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('vimpdbhook==0.1'), parent=None)] 2021-07-08T19:59:43,266 2021-07-08T19:59:43,266 The above exception was the direct cause of the following exception: 2021-07-08T19:59:43,266 2021-07-08T19:59:43,266 Traceback (most recent call last): 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T19:59:43,266 status = self.run(options, args) 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T19:59:43,266 return func(self, options, args) 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T19:59:43,266 requirement_set = resolver.resolve( 2021-07-08T19:59:43,266 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T19:59:43,266 raise error from e 2021-07-08T19:59:43,266 pip._internal.exceptions.DistributionNotFound: No matching distribution found for vimpdbhook==0.1 2021-07-08T19:59:43,271 Removed vimpdbhook==0.1 from https://files.pythonhosted.org/packages/6d/c1/081d35358cf662c2b1faa976b51ed1e572766ef4b3d20d167620b2fc9a67/vimpdbhook-0.1.zip#sha256=83b183ad49097dfcae49517891635e5cd63ee6036fa97305ce73d874a1c62d5d from build tracker '/tmp/pip-req-tracker-5vb5_cs1' 2021-07-08T19:59:43,272 Removed build tracker: '/tmp/pip-req-tracker-5vb5_cs1'