2021-07-09T07:13:21,703 Created temporary directory: /tmp/pip-ephem-wheel-cache-a80rsez0 2021-07-09T07:13:21,706 Created temporary directory: /tmp/pip-req-tracker-jm3n4k9k 2021-07-09T07:13:21,706 Initialized build tracking at /tmp/pip-req-tracker-jm3n4k9k 2021-07-09T07:13:21,706 Created build tracker: /tmp/pip-req-tracker-jm3n4k9k 2021-07-09T07:13:21,706 Entered build tracker: /tmp/pip-req-tracker-jm3n4k9k 2021-07-09T07:13:21,707 Created temporary directory: /tmp/pip-wheel-zlndaeol 2021-07-09T07:13:21,739 1 location(s) to search for versions of suds-passworddigest: 2021-07-09T07:13:21,739 * https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:13:21,740 Fetching project page and analyzing links: https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:13:21,740 Getting page https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:13:21,742 Found index url https://pypi.org/simple 2021-07-09T07:13:21,833 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:13:21,834 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:13:21,834 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:13:21,834 Skipping link: not a file: https://pypi.org/simple/suds-passworddigest/ 2021-07-09T07:13:21,851 Given no hashes to check 1 links for project 'suds-passworddigest': discarding no candidates 2021-07-09T07:13:21,868 Collecting suds-passworddigest==0.1.1 2021-07-09T07:13:21,870 Created temporary directory: /tmp/pip-unpack-mt57n6hg 2021-07-09T07:13:22,045 Downloading suds_passworddigest-0.1.1.zip (5.6 kB) 2021-07-09T07:13:22,081 Added suds-passworddigest==0.1.1 from https://files.pythonhosted.org/packages/ac/b3/487b639073f7edb718433fd065a2bf93d17ecce389355e1424a2306c1633/suds_passworddigest-0.1.1.zip#sha256=60592c5ef5c404e3e054ddd1f1f7242c9f229665e747bdf4cc1c7b2ba2da3d6c to build tracker '/tmp/pip-req-tracker-jm3n4k9k' 2021-07-09T07:13:22,082 Running setup.py (path:/tmp/pip-wheel-zlndaeol/suds-passworddigest_24daa32dd3ac4c5eb0649ac2d9e06444/setup.py) egg_info for package suds-passworddigest 2021-07-09T07:13:22,083 Created temporary directory: /tmp/pip-pip-egg-info-wyfdy5fw 2021-07-09T07:13:22,083 Running command python setup.py egg_info 2021-07-09T07:13:22,719 Traceback (most recent call last): 2021-07-09T07:13:22,720 File "", line 1, in 2021-07-09T07:13:22,720 File "/tmp/pip-wheel-zlndaeol/suds-passworddigest_24daa32dd3ac4c5eb0649ac2d9e06444/setup.py", line 18, in 2021-07-09T07:13:22,720 long_description=file( 2021-07-09T07:13:22,721 NameError: name 'file' is not defined 2021-07-09T07:13:22,770 WARNING: Discarding https://files.pythonhosted.org/packages/ac/b3/487b639073f7edb718433fd065a2bf93d17ecce389355e1424a2306c1633/suds_passworddigest-0.1.1.zip#sha256=60592c5ef5c404e3e054ddd1f1f7242c9f229665e747bdf4cc1c7b2ba2da3d6c (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:13:22,772 ERROR: Could not find a version that satisfies the requirement suds-passworddigest==0.1.1 (from versions: 0.1.0, 0.1.1, 0.1.2) 2021-07-09T07:13:22,772 ERROR: No matching distribution found for suds-passworddigest==0.1.1 2021-07-09T07:13:22,772 Exception information: 2021-07-09T07:13:22,772 Traceback (most recent call last): 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T07:13:22,772 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T07:13:22,772 raise RequirementsConflicted(criterion) 2021-07-09T07:13:22,772 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('suds-passworddigest==0.1.1') 2021-07-09T07:13:22,772 2021-07-09T07:13:22,772 During handling of the above exception, another exception occurred: 2021-07-09T07:13:22,772 2021-07-09T07:13:22,772 Traceback (most recent call last): 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T07:13:22,772 result = self._result = resolver.resolve( 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T07:13:22,772 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T07:13:22,772 raise ResolutionImpossible(e.criterion.information) 2021-07-09T07:13:22,772 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('suds-passworddigest==0.1.1'), parent=None)] 2021-07-09T07:13:22,772 2021-07-09T07:13:22,772 The above exception was the direct cause of the following exception: 2021-07-09T07:13:22,772 2021-07-09T07:13:22,772 Traceback (most recent call last): 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T07:13:22,772 status = self.run(options, args) 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T07:13:22,772 return func(self, options, args) 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T07:13:22,772 requirement_set = resolver.resolve( 2021-07-09T07:13:22,772 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T07:13:22,772 raise error from e 2021-07-09T07:13:22,772 pip._internal.exceptions.DistributionNotFound: No matching distribution found for suds-passworddigest==0.1.1 2021-07-09T07:13:22,778 Removed suds-passworddigest==0.1.1 from https://files.pythonhosted.org/packages/ac/b3/487b639073f7edb718433fd065a2bf93d17ecce389355e1424a2306c1633/suds_passworddigest-0.1.1.zip#sha256=60592c5ef5c404e3e054ddd1f1f7242c9f229665e747bdf4cc1c7b2ba2da3d6c from build tracker '/tmp/pip-req-tracker-jm3n4k9k' 2021-07-09T07:13:22,778 Removed build tracker: '/tmp/pip-req-tracker-jm3n4k9k'