2021-07-09T07:12:23,462 Created temporary directory: /tmp/pip-ephem-wheel-cache-4_c_ubp7 2021-07-09T07:12:23,465 Created temporary directory: /tmp/pip-req-tracker-osdkv1qv 2021-07-09T07:12:23,465 Initialized build tracking at /tmp/pip-req-tracker-osdkv1qv 2021-07-09T07:12:23,465 Created build tracker: /tmp/pip-req-tracker-osdkv1qv 2021-07-09T07:12:23,465 Entered build tracker: /tmp/pip-req-tracker-osdkv1qv 2021-07-09T07:12:23,466 Created temporary directory: /tmp/pip-wheel-np_m2k1o 2021-07-09T07:12:23,499 1 location(s) to search for versions of suds-passworddigest: 2021-07-09T07:12:23,499 * https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:12:23,500 Fetching project page and analyzing links: https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:12:23,500 Getting page https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:12:23,502 Found index url https://pypi.org/simple 2021-07-09T07:12:23,684 Found link https://files.pythonhosted.org/packages/5e/41/57beeb2d58b62c26993115cdf1e8db0b59c8ad0a038e700bedcea1bf77a2/suds_passworddigest-0.1.0.zip#sha256=1885c50ec9f6b87887dd3dd3debc575798beb8f91f9dac3b6657bb023d17b448 (from https://pypi.org/simple/suds-passworddigest/), version: 0.1.0 2021-07-09T07:12:23,685 Found link https://files.pythonhosted.org/packages/ac/b3/487b639073f7edb718433fd065a2bf93d17ecce389355e1424a2306c1633/suds_passworddigest-0.1.1.zip#sha256=60592c5ef5c404e3e054ddd1f1f7242c9f229665e747bdf4cc1c7b2ba2da3d6c (from https://pypi.org/simple/suds-passworddigest/), version: 0.1.1 2021-07-09T07:12:23,685 Found link https://files.pythonhosted.org/packages/c0/4b/3a7bfb60ec93467c8bd0cd23262a871e50a093171d7e7caf2a39aebe7cd6/suds_passworddigest-0.1.2.zip#sha256=6a3b081bdaff58d3d75662aaa90c144843e47ec509156fcc93ed04cbfc8b2b5a (from https://pypi.org/simple/suds-passworddigest/), version: 0.1.2 2021-07-09T07:12:23,685 Skipping link: not a file: https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:12:23,701 Given no hashes to check 1 links for project 'suds-passworddigest': discarding no candidates 2021-07-09T07:12:23,719 Collecting suds-passworddigest==0.1.0 2021-07-09T07:12:23,720 Created temporary directory: /tmp/pip-unpack-rh_u987q 2021-07-09T07:12:23,894 Downloading suds_passworddigest-0.1.0.zip (4.8 kB) 2021-07-09T07:12:23,929 Added suds-passworddigest==0.1.0 from https://files.pythonhosted.org/packages/5e/41/57beeb2d58b62c26993115cdf1e8db0b59c8ad0a038e700bedcea1bf77a2/suds_passworddigest-0.1.0.zip#sha256=1885c50ec9f6b87887dd3dd3debc575798beb8f91f9dac3b6657bb023d17b448 to build tracker '/tmp/pip-req-tracker-osdkv1qv' 2021-07-09T07:12:23,930 Running setup.py (path:/tmp/pip-wheel-np_m2k1o/suds-passworddigest_8075689d0db04233a50af1720c11d292/setup.py) egg_info for package suds-passworddigest 2021-07-09T07:12:23,931 Created temporary directory: /tmp/pip-pip-egg-info-evx6g7ms 2021-07-09T07:12:23,931 Running command python setup.py egg_info 2021-07-09T07:12:24,560 Traceback (most recent call last): 2021-07-09T07:12:24,561 File "", line 1, in 2021-07-09T07:12:24,561 File "/tmp/pip-wheel-np_m2k1o/suds-passworddigest_8075689d0db04233a50af1720c11d292/setup.py", line 18, in 2021-07-09T07:12:24,561 long_description=file( 2021-07-09T07:12:24,561 NameError: name 'file' is not defined 2021-07-09T07:12:24,611 WARNING: Discarding https://files.pythonhosted.org/packages/5e/41/57beeb2d58b62c26993115cdf1e8db0b59c8ad0a038e700bedcea1bf77a2/suds_passworddigest-0.1.0.zip#sha256=1885c50ec9f6b87887dd3dd3debc575798beb8f91f9dac3b6657bb023d17b448 (from https://pypi.org/simple/suds-passworddigest/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T07:12:24,612 ERROR: Could not find a version that satisfies the requirement suds-passworddigest==0.1.0 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-09T07:12:24,613 ERROR: No matching distribution found for suds-passworddigest==0.1.0 2021-07-09T07:12:24,613 Exception information: 2021-07-09T07:12:24,613 Traceback (most recent call last): 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T07:12:24,613 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T07:12:24,613 raise RequirementsConflicted(criterion) 2021-07-09T07:12:24,613 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('suds-passworddigest==0.1.0') 2021-07-09T07:12:24,613 2021-07-09T07:12:24,613 During handling of the above exception, another exception occurred: 2021-07-09T07:12:24,613 2021-07-09T07:12:24,613 Traceback (most recent call last): 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T07:12:24,613 result = self._result = resolver.resolve( 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T07:12:24,613 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T07:12:24,613 raise ResolutionImpossible(e.criterion.information) 2021-07-09T07:12:24,613 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('suds-passworddigest==0.1.0'), parent=None)] 2021-07-09T07:12:24,613 2021-07-09T07:12:24,613 The above exception was the direct cause of the following exception: 2021-07-09T07:12:24,613 2021-07-09T07:12:24,613 Traceback (most recent call last): 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T07:12:24,613 status = self.run(options, args) 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T07:12:24,613 return func(self, options, args) 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T07:12:24,613 requirement_set = resolver.resolve( 2021-07-09T07:12:24,613 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T07:12:24,613 raise error from e 2021-07-09T07:12:24,613 pip._internal.exceptions.DistributionNotFound: No matching distribution found for suds-passworddigest==0.1.0 2021-07-09T07:12:24,618 Removed suds-passworddigest==0.1.0 from https://files.pythonhosted.org/packages/5e/41/57beeb2d58b62c26993115cdf1e8db0b59c8ad0a038e700bedcea1bf77a2/suds_passworddigest-0.1.0.zip#sha256=1885c50ec9f6b87887dd3dd3debc575798beb8f91f9dac3b6657bb023d17b448 from build tracker '/tmp/pip-req-tracker-osdkv1qv' 2021-07-09T07:12:24,618 Removed build tracker: '/tmp/pip-req-tracker-osdkv1qv'