2021-07-09T05:12:26,022 Created temporary directory: /tmp/pip-ephem-wheel-cache-j50nv0of 2021-07-09T05:12:26,025 Created temporary directory: /tmp/pip-req-tracker-2yzlrofj 2021-07-09T05:12:26,025 Initialized build tracking at /tmp/pip-req-tracker-2yzlrofj 2021-07-09T05:12:26,025 Created build tracker: /tmp/pip-req-tracker-2yzlrofj 2021-07-09T05:12:26,026 Entered build tracker: /tmp/pip-req-tracker-2yzlrofj 2021-07-09T05:12:26,026 Created temporary directory: /tmp/pip-wheel-l37s_07m 2021-07-09T05:12:26,060 1 location(s) to search for versions of husk: 2021-07-09T05:12:26,060 * https://pypi.org/simple/husk/ 2021-07-09T05:12:26,060 Fetching project page and analyzing links: https://pypi.org/simple/husk/ 2021-07-09T05:12:26,061 Getting page https://pypi.org/simple/husk/ 2021-07-09T05:12:26,062 Found index url https://pypi.org/simple 2021-07-09T05:12:26,238 Found link https://files.pythonhosted.org/packages/f9/81/99c856f8abefbd384aedca64eb6b7c1314a5bd76fe78b9cb06eeaa467443/husk-0.1.tar.gz#sha256=c4bec3374dd2ae0321d7f00621da84f658309e50b1826dec516eb03c459c8d7f (from https://pypi.org/simple/husk/), version: 0.1 2021-07-09T05:12:26,239 Found link https://files.pythonhosted.org/packages/46/f3/9664ca61b9d5b3754bd03df55612d9ee9984bbe3a823f3b1399b1db659f8/husk-0.1.1.tar.gz#sha256=ed16fdfe85d1961fc09435d7e8762efe0af60efacc0e98589ebd8f98e8559ddf (from https://pypi.org/simple/husk/), version: 0.1.1 2021-07-09T05:12:26,239 Found link https://files.pythonhosted.org/packages/d7/7a/a40e62737aa3b5983f5bd31942baf4137e798246d0e53c3017aa385b7a8f/husk-0.1.2.tar.gz#sha256=0ca7a3a101b2e13ef92709ddc17f34b245560f425c8a011fe98824890f8ca1b7 (from https://pypi.org/simple/husk/), version: 0.1.2 2021-07-09T05:12:26,239 Skipping link: not a file: https://pypi.org/simple/husk/ 2021-07-09T05:12:26,255 Given no hashes to check 1 links for project 'husk': discarding no candidates 2021-07-09T05:12:26,273 Collecting husk==0.1 2021-07-09T05:12:26,274 Created temporary directory: /tmp/pip-unpack-c2pbvjn3 2021-07-09T05:12:26,449 Downloading husk-0.1.tar.gz (6.9 kB) 2021-07-09T05:12:26,517 Added husk==0.1 from https://files.pythonhosted.org/packages/f9/81/99c856f8abefbd384aedca64eb6b7c1314a5bd76fe78b9cb06eeaa467443/husk-0.1.tar.gz#sha256=c4bec3374dd2ae0321d7f00621da84f658309e50b1826dec516eb03c459c8d7f to build tracker '/tmp/pip-req-tracker-2yzlrofj' 2021-07-09T05:12:26,518 Running setup.py (path:/tmp/pip-wheel-l37s_07m/husk_4c640d157b2b4d74975601c796678e92/setup.py) egg_info for package husk 2021-07-09T05:12:26,519 Created temporary directory: /tmp/pip-pip-egg-info-31w0odav 2021-07-09T05:12:26,519 Running command python setup.py egg_info 2021-07-09T05:12:27,389 Traceback (most recent call last): 2021-07-09T05:12:27,390 File "", line 1, in 2021-07-09T05:12:27,390 File "/tmp/pip-wheel-l37s_07m/husk_4c640d157b2b4d74975601c796678e92/setup.py", line 1, in 2021-07-09T05:12:27,390 import husk 2021-07-09T05:12:27,390 File "/tmp/pip-wheel-l37s_07m/husk_4c640d157b2b4d74975601c796678e92/husk/__init__.py", line 5, in 2021-07-09T05:12:27,390 from .config import * 2021-07-09T05:12:27,391 File "/tmp/pip-wheel-l37s_07m/husk_4c640d157b2b4d74975601c796678e92/husk/config.py", line 2, in 2021-07-09T05:12:27,391 from ConfigParser import ConfigParser, NoOptionError 2021-07-09T05:12:27,391 ModuleNotFoundError: No module named 'ConfigParser' 2021-07-09T05:12:27,441 WARNING: Discarding https://files.pythonhosted.org/packages/f9/81/99c856f8abefbd384aedca64eb6b7c1314a5bd76fe78b9cb06eeaa467443/husk-0.1.tar.gz#sha256=c4bec3374dd2ae0321d7f00621da84f658309e50b1826dec516eb03c459c8d7f (from https://pypi.org/simple/husk/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T05:12:27,442 ERROR: Could not find a version that satisfies the requirement husk==0.1 (from versions: 0.1, 0.1.1, 0.1.2) 2021-07-09T05:12:27,443 ERROR: No matching distribution found for husk==0.1 2021-07-09T05:12:27,443 Exception information: 2021-07-09T05:12:27,443 Traceback (most recent call last): 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T05:12:27,443 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T05:12:27,443 raise RequirementsConflicted(criterion) 2021-07-09T05:12:27,443 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('husk==0.1') 2021-07-09T05:12:27,443 2021-07-09T05:12:27,443 During handling of the above exception, another exception occurred: 2021-07-09T05:12:27,443 2021-07-09T05:12:27,443 Traceback (most recent call last): 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T05:12:27,443 result = self._result = resolver.resolve( 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T05:12:27,443 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T05:12:27,443 raise ResolutionImpossible(e.criterion.information) 2021-07-09T05:12:27,443 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('husk==0.1'), parent=None)] 2021-07-09T05:12:27,443 2021-07-09T05:12:27,443 The above exception was the direct cause of the following exception: 2021-07-09T05:12:27,443 2021-07-09T05:12:27,443 Traceback (most recent call last): 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T05:12:27,443 status = self.run(options, args) 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T05:12:27,443 return func(self, options, args) 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T05:12:27,443 requirement_set = resolver.resolve( 2021-07-09T05:12:27,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T05:12:27,443 raise error from e 2021-07-09T05:12:27,443 pip._internal.exceptions.DistributionNotFound: No matching distribution found for husk==0.1 2021-07-09T05:12:27,448 Removed husk==0.1 from https://files.pythonhosted.org/packages/f9/81/99c856f8abefbd384aedca64eb6b7c1314a5bd76fe78b9cb06eeaa467443/husk-0.1.tar.gz#sha256=c4bec3374dd2ae0321d7f00621da84f658309e50b1826dec516eb03c459c8d7f from build tracker '/tmp/pip-req-tracker-2yzlrofj' 2021-07-09T05:12:27,448 Removed build tracker: '/tmp/pip-req-tracker-2yzlrofj'