2021-07-09T05:28:20,322 Created temporary directory: /tmp/pip-ephem-wheel-cache-qlizl9ov 2021-07-09T05:28:20,324 Created temporary directory: /tmp/pip-req-tracker-k84nox89 2021-07-09T05:28:20,325 Initialized build tracking at /tmp/pip-req-tracker-k84nox89 2021-07-09T05:28:20,325 Created build tracker: /tmp/pip-req-tracker-k84nox89 2021-07-09T05:28:20,325 Entered build tracker: /tmp/pip-req-tracker-k84nox89 2021-07-09T05:28:20,326 Created temporary directory: /tmp/pip-wheel-oxu5b15g 2021-07-09T05:28:20,358 1 location(s) to search for versions of husk: 2021-07-09T05:28:20,358 * https://pypi.org/simple/husk/ 2021-07-09T05:28:20,359 Fetching project page and analyzing links: https://pypi.org/simple/husk/ 2021-07-09T05:28:20,359 Getting page https://pypi.org/simple/husk/ 2021-07-09T05:28:20,361 Found index url https://pypi.org/simple 2021-07-09T05:28:20,450 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:28:20,451 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:28:20,451 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:28:20,451 Skipping link: not a file: https://pypi.org/simple/husk/ 2021-07-09T05:28:20,467 Given no hashes to check 1 links for project 'husk': discarding no candidates 2021-07-09T05:28:20,484 Collecting husk==0.1.2 2021-07-09T05:28:20,486 Created temporary directory: /tmp/pip-unpack-v54l4a1w 2021-07-09T05:28:20,664 Downloading husk-0.1.2.tar.gz (7.4 kB) 2021-07-09T05:28:20,731 Added husk==0.1.2 from https://files.pythonhosted.org/packages/d7/7a/a40e62737aa3b5983f5bd31942baf4137e798246d0e53c3017aa385b7a8f/husk-0.1.2.tar.gz#sha256=0ca7a3a101b2e13ef92709ddc17f34b245560f425c8a011fe98824890f8ca1b7 to build tracker '/tmp/pip-req-tracker-k84nox89' 2021-07-09T05:28:20,732 Running setup.py (path:/tmp/pip-wheel-oxu5b15g/husk_bdef3830413b431dbc09fa1b66a76302/setup.py) egg_info for package husk 2021-07-09T05:28:20,733 Created temporary directory: /tmp/pip-pip-egg-info-bpo815tv 2021-07-09T05:28:20,733 Running command python setup.py egg_info 2021-07-09T05:28:21,379 Traceback (most recent call last): 2021-07-09T05:28:21,379 File "", line 1, in 2021-07-09T05:28:21,380 File "/tmp/pip-wheel-oxu5b15g/husk_bdef3830413b431dbc09fa1b66a76302/setup.py", line 1, in 2021-07-09T05:28:21,380 import husk 2021-07-09T05:28:21,380 File "/tmp/pip-wheel-oxu5b15g/husk_bdef3830413b431dbc09fa1b66a76302/husk/__init__.py", line 5, in 2021-07-09T05:28:21,380 from .config import * 2021-07-09T05:28:21,380 File "/tmp/pip-wheel-oxu5b15g/husk_bdef3830413b431dbc09fa1b66a76302/husk/config.py", line 2, in 2021-07-09T05:28:21,381 from ConfigParser import ConfigParser, NoOptionError 2021-07-09T05:28:21,381 ModuleNotFoundError: No module named 'ConfigParser' 2021-07-09T05:28:21,434 WARNING: Discarding https://files.pythonhosted.org/packages/d7/7a/a40e62737aa3b5983f5bd31942baf4137e798246d0e53c3017aa385b7a8f/husk-0.1.2.tar.gz#sha256=0ca7a3a101b2e13ef92709ddc17f34b245560f425c8a011fe98824890f8ca1b7 (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:28:21,435 ERROR: Could not find a version that satisfies the requirement husk==0.1.2 (from versions: 0.1, 0.1.1, 0.1.2) 2021-07-09T05:28:21,436 ERROR: No matching distribution found for husk==0.1.2 2021-07-09T05:28:21,436 Exception information: 2021-07-09T05:28:21,436 Traceback (most recent call last): 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T05:28:21,436 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T05:28:21,436 raise RequirementsConflicted(criterion) 2021-07-09T05:28:21,436 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('husk==0.1.2') 2021-07-09T05:28:21,436 2021-07-09T05:28:21,436 During handling of the above exception, another exception occurred: 2021-07-09T05:28:21,436 2021-07-09T05:28:21,436 Traceback (most recent call last): 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T05:28:21,436 result = self._result = resolver.resolve( 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T05:28:21,436 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T05:28:21,436 raise ResolutionImpossible(e.criterion.information) 2021-07-09T05:28:21,436 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('husk==0.1.2'), parent=None)] 2021-07-09T05:28:21,436 2021-07-09T05:28:21,436 The above exception was the direct cause of the following exception: 2021-07-09T05:28:21,436 2021-07-09T05:28:21,436 Traceback (most recent call last): 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T05:28:21,436 status = self.run(options, args) 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T05:28:21,436 return func(self, options, args) 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T05:28:21,436 requirement_set = resolver.resolve( 2021-07-09T05:28:21,436 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T05:28:21,436 raise error from e 2021-07-09T05:28:21,436 pip._internal.exceptions.DistributionNotFound: No matching distribution found for husk==0.1.2 2021-07-09T05:28:21,441 Removed husk==0.1.2 from https://files.pythonhosted.org/packages/d7/7a/a40e62737aa3b5983f5bd31942baf4137e798246d0e53c3017aa385b7a8f/husk-0.1.2.tar.gz#sha256=0ca7a3a101b2e13ef92709ddc17f34b245560f425c8a011fe98824890f8ca1b7 from build tracker '/tmp/pip-req-tracker-k84nox89' 2021-07-09T05:28:21,441 Removed build tracker: '/tmp/pip-req-tracker-k84nox89'