2021-07-10T01:47:21,384 Created temporary directory: /tmp/pip-ephem-wheel-cache-alz8huwd 2021-07-10T01:47:21,387 Created temporary directory: /tmp/pip-req-tracker-atf18qp3 2021-07-10T01:47:21,388 Initialized build tracking at /tmp/pip-req-tracker-atf18qp3 2021-07-10T01:47:21,388 Created build tracker: /tmp/pip-req-tracker-atf18qp3 2021-07-10T01:47:21,388 Entered build tracker: /tmp/pip-req-tracker-atf18qp3 2021-07-10T01:47:21,389 Created temporary directory: /tmp/pip-wheel-yio1k5i1 2021-07-10T01:47:21,428 1 location(s) to search for versions of visual-logging: 2021-07-10T01:47:21,428 * https://pypi.org/simple/visual-logging/ 2021-07-10T01:47:21,428 Fetching project page and analyzing links: https://pypi.org/simple/visual-logging/ 2021-07-10T01:47:21,429 Getting page https://pypi.org/simple/visual-logging/ 2021-07-10T01:47:21,430 Found index url https://pypi.org/simple 2021-07-10T01:47:21,608 Found link https://files.pythonhosted.org/packages/7a/52/0fb851dc26ce1b231829277f74531b17c2270b0ac5616d42b9378c6d102f/visual-logging-0.1.tar.gz#sha256=a15bdafcf7c5c932bbab1bb8309209918d8dfc6cd92cb50b53b99b086f6e08f3 (from https://pypi.org/simple/visual-logging/), version: 0.1 2021-07-10T01:47:21,609 Found link https://files.pythonhosted.org/packages/0d/97/c2877fec04b7c208097ab5407252f476cde2acb579c766b2706daafc5373/visual-logging-0.2.tar.gz#sha256=ecc1481c05265c152def78c7f07ecd963d9ffe4f9af8e9d7d55a0df1597b2f98 (from https://pypi.org/simple/visual-logging/), version: 0.2 2021-07-10T01:47:21,609 Found link https://files.pythonhosted.org/packages/87/a0/7a0af2b4221cc76d9a23db620f8b99dd8803ecbb0442c3d09efd90f96331/visual-logging-1.0.tar.gz#sha256=3542c6dc2667481041926a797a9869d55c68890ce9ab2cd06907eee9345e5715 (from https://pypi.org/simple/visual-logging/), version: 1.0 2021-07-10T01:47:21,610 Skipping link: not a file: https://pypi.org/simple/visual-logging/ 2021-07-10T01:47:21,626 Given no hashes to check 1 links for project 'visual-logging': discarding no candidates 2021-07-10T01:47:21,644 Collecting visual-logging==0.1 2021-07-10T01:47:21,645 Created temporary directory: /tmp/pip-unpack-k0vfitj3 2021-07-10T01:47:21,818 Downloading visual-logging-0.1.tar.gz (1.7 kB) 2021-07-10T01:47:21,853 Added visual-logging==0.1 from https://files.pythonhosted.org/packages/7a/52/0fb851dc26ce1b231829277f74531b17c2270b0ac5616d42b9378c6d102f/visual-logging-0.1.tar.gz#sha256=a15bdafcf7c5c932bbab1bb8309209918d8dfc6cd92cb50b53b99b086f6e08f3 to build tracker '/tmp/pip-req-tracker-atf18qp3' 2021-07-10T01:47:21,854 Running setup.py (path:/tmp/pip-wheel-yio1k5i1/visual-logging_b2d22d8443364bb4b2e943a6a416ec01/setup.py) egg_info for package visual-logging 2021-07-10T01:47:21,854 Created temporary directory: /tmp/pip-pip-egg-info-suqn349_ 2021-07-10T01:47:21,855 Running command python setup.py egg_info 2021-07-10T01:47:22,514 Traceback (most recent call last): 2021-07-10T01:47:22,515 File "", line 1, in 2021-07-10T01:47:22,515 File "/tmp/pip-wheel-yio1k5i1/visual-logging_b2d22d8443364bb4b2e943a6a416ec01/setup.py", line 2, in 2021-07-10T01:47:22,515 from vlogging import __version__ 2021-07-10T01:47:22,516 File "/tmp/pip-wheel-yio1k5i1/visual-logging_b2d22d8443364bb4b2e943a6a416ec01/vlogging/__init__.py", line 3, in 2021-07-10T01:47:22,516 import StringIO 2021-07-10T01:47:22,516 ModuleNotFoundError: No module named 'StringIO' 2021-07-10T01:47:22,566 WARNING: Discarding https://files.pythonhosted.org/packages/7a/52/0fb851dc26ce1b231829277f74531b17c2270b0ac5616d42b9378c6d102f/visual-logging-0.1.tar.gz#sha256=a15bdafcf7c5c932bbab1bb8309209918d8dfc6cd92cb50b53b99b086f6e08f3 (from https://pypi.org/simple/visual-logging/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T01:47:22,567 ERROR: Could not find a version that satisfies the requirement visual-logging==0.1 (from versions: 0.1, 0.2, 1.0) 2021-07-10T01:47:22,568 ERROR: No matching distribution found for visual-logging==0.1 2021-07-10T01:47:22,568 Exception information: 2021-07-10T01:47:22,568 Traceback (most recent call last): 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T01:47:22,568 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T01:47:22,568 raise RequirementsConflicted(criterion) 2021-07-10T01:47:22,568 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('visual-logging==0.1') 2021-07-10T01:47:22,568 2021-07-10T01:47:22,568 During handling of the above exception, another exception occurred: 2021-07-10T01:47:22,568 2021-07-10T01:47:22,568 Traceback (most recent call last): 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T01:47:22,568 result = self._result = resolver.resolve( 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T01:47:22,568 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T01:47:22,568 raise ResolutionImpossible(e.criterion.information) 2021-07-10T01:47:22,568 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('visual-logging==0.1'), parent=None)] 2021-07-10T01:47:22,568 2021-07-10T01:47:22,568 The above exception was the direct cause of the following exception: 2021-07-10T01:47:22,568 2021-07-10T01:47:22,568 Traceback (most recent call last): 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T01:47:22,568 status = self.run(options, args) 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T01:47:22,568 return func(self, options, args) 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T01:47:22,568 requirement_set = resolver.resolve( 2021-07-10T01:47:22,568 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T01:47:22,568 raise error from e 2021-07-10T01:47:22,568 pip._internal.exceptions.DistributionNotFound: No matching distribution found for visual-logging==0.1 2021-07-10T01:47:22,573 Removed visual-logging==0.1 from https://files.pythonhosted.org/packages/7a/52/0fb851dc26ce1b231829277f74531b17c2270b0ac5616d42b9378c6d102f/visual-logging-0.1.tar.gz#sha256=a15bdafcf7c5c932bbab1bb8309209918d8dfc6cd92cb50b53b99b086f6e08f3 from build tracker '/tmp/pip-req-tracker-atf18qp3' 2021-07-10T01:47:22,573 Removed build tracker: '/tmp/pip-req-tracker-atf18qp3'