2021-07-09T06:43:51,594 Created temporary directory: /tmp/pip-ephem-wheel-cache-q76dav0u 2021-07-09T06:43:51,597 Created temporary directory: /tmp/pip-req-tracker-xaf9h3vj 2021-07-09T06:43:51,597 Initialized build tracking at /tmp/pip-req-tracker-xaf9h3vj 2021-07-09T06:43:51,597 Created build tracker: /tmp/pip-req-tracker-xaf9h3vj 2021-07-09T06:43:51,598 Entered build tracker: /tmp/pip-req-tracker-xaf9h3vj 2021-07-09T06:43:51,598 Created temporary directory: /tmp/pip-wheel-2rwzlr9y 2021-07-09T06:43:51,631 1 location(s) to search for versions of pycolo: 2021-07-09T06:43:51,631 * https://pypi.org/simple/pycolo/ 2021-07-09T06:43:51,632 Fetching project page and analyzing links: https://pypi.org/simple/pycolo/ 2021-07-09T06:43:51,632 Getting page https://pypi.org/simple/pycolo/ 2021-07-09T06:43:51,634 Found index url https://pypi.org/simple 2021-07-09T06:43:51,812 Found link https://files.pythonhosted.org/packages/7b/eb/beb58fa9935190cca9712c06ad7b28333cb220b526a43b29d6b0db23094b/pycolo-0.0.1.tar.gz#sha256=16b9e2adf392d35d5716db876a69efa5ce68f024f9d6b451f67e074bcfc521d5 (from https://pypi.org/simple/pycolo/), version: 0.0.1 2021-07-09T06:43:51,813 Skipping link: not a file: https://pypi.org/simple/pycolo/ 2021-07-09T06:43:51,829 Given no hashes to check 1 links for project 'pycolo': discarding no candidates 2021-07-09T06:43:51,846 Collecting pycolo==0.0.1 2021-07-09T06:43:51,847 Created temporary directory: /tmp/pip-unpack-y8u2hkfi 2021-07-09T06:43:52,025 Downloading pycolo-0.0.1.tar.gz (15 kB) 2021-07-09T06:43:52,111 Added pycolo==0.0.1 from https://files.pythonhosted.org/packages/7b/eb/beb58fa9935190cca9712c06ad7b28333cb220b526a43b29d6b0db23094b/pycolo-0.0.1.tar.gz#sha256=16b9e2adf392d35d5716db876a69efa5ce68f024f9d6b451f67e074bcfc521d5 to build tracker '/tmp/pip-req-tracker-xaf9h3vj' 2021-07-09T06:43:52,113 Running setup.py (path:/tmp/pip-wheel-2rwzlr9y/pycolo_fa53b38ce35444f39c89bb193f737598/setup.py) egg_info for package pycolo 2021-07-09T06:43:52,113 Created temporary directory: /tmp/pip-pip-egg-info-skg96tvh 2021-07-09T06:43:52,114 Running command python setup.py egg_info 2021-07-09T06:43:52,728 Traceback (most recent call last): 2021-07-09T06:43:52,728 File "", line 1, in 2021-07-09T06:43:52,728 File "/tmp/pip-wheel-2rwzlr9y/pycolo_fa53b38ce35444f39c89bb193f737598/setup.py", line 4, in 2021-07-09T06:43:52,729 import pycolo 2021-07-09T06:43:52,729 ModuleNotFoundError: No module named 'pycolo' 2021-07-09T06:43:52,777 WARNING: Discarding https://files.pythonhosted.org/packages/7b/eb/beb58fa9935190cca9712c06ad7b28333cb220b526a43b29d6b0db23094b/pycolo-0.0.1.tar.gz#sha256=16b9e2adf392d35d5716db876a69efa5ce68f024f9d6b451f67e074bcfc521d5 (from https://pypi.org/simple/pycolo/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T06:43:52,778 ERROR: Could not find a version that satisfies the requirement pycolo==0.0.1 (from versions: 0.0.1) 2021-07-09T06:43:52,779 ERROR: No matching distribution found for pycolo==0.0.1 2021-07-09T06:43:52,779 Exception information: 2021-07-09T06:43:52,779 Traceback (most recent call last): 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T06:43:52,779 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T06:43:52,779 raise RequirementsConflicted(criterion) 2021-07-09T06:43:52,779 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pycolo==0.0.1') 2021-07-09T06:43:52,779 2021-07-09T06:43:52,779 During handling of the above exception, another exception occurred: 2021-07-09T06:43:52,779 2021-07-09T06:43:52,779 Traceback (most recent call last): 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T06:43:52,779 result = self._result = resolver.resolve( 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T06:43:52,779 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T06:43:52,779 raise ResolutionImpossible(e.criterion.information) 2021-07-09T06:43:52,779 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pycolo==0.0.1'), parent=None)] 2021-07-09T06:43:52,779 2021-07-09T06:43:52,779 The above exception was the direct cause of the following exception: 2021-07-09T06:43:52,779 2021-07-09T06:43:52,779 Traceback (most recent call last): 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T06:43:52,779 status = self.run(options, args) 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T06:43:52,779 return func(self, options, args) 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T06:43:52,779 requirement_set = resolver.resolve( 2021-07-09T06:43:52,779 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T06:43:52,779 raise error from e 2021-07-09T06:43:52,779 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pycolo==0.0.1 2021-07-09T06:43:52,784 Removed pycolo==0.0.1 from https://files.pythonhosted.org/packages/7b/eb/beb58fa9935190cca9712c06ad7b28333cb220b526a43b29d6b0db23094b/pycolo-0.0.1.tar.gz#sha256=16b9e2adf392d35d5716db876a69efa5ce68f024f9d6b451f67e074bcfc521d5 from build tracker '/tmp/pip-req-tracker-xaf9h3vj' 2021-07-09T06:43:52,784 Removed build tracker: '/tmp/pip-req-tracker-xaf9h3vj'