2021-07-10T13:28:45,132 Created temporary directory: /tmp/pip-ephem-wheel-cache-5j6t1srx 2021-07-10T13:28:45,135 Created temporary directory: /tmp/pip-req-tracker-cvtv4dlg 2021-07-10T13:28:45,135 Initialized build tracking at /tmp/pip-req-tracker-cvtv4dlg 2021-07-10T13:28:45,135 Created build tracker: /tmp/pip-req-tracker-cvtv4dlg 2021-07-10T13:28:45,135 Entered build tracker: /tmp/pip-req-tracker-cvtv4dlg 2021-07-10T13:28:45,136 Created temporary directory: /tmp/pip-wheel-oc2n8lvj 2021-07-10T13:28:45,165 1 location(s) to search for versions of resumeos: 2021-07-10T13:28:45,165 * https://pypi.org/simple/resumeos/ 2021-07-10T13:28:45,165 Fetching project page and analyzing links: https://pypi.org/simple/resumeos/ 2021-07-10T13:28:45,166 Getting page https://pypi.org/simple/resumeos/ 2021-07-10T13:28:45,168 Found index url https://pypi.org/simple 2021-07-10T13:28:45,350 Found link https://files.pythonhosted.org/packages/00/f3/a0eedc9f90144903a4135b4dea58d29e5dbe977c4f0c37e498616aae6527/resumeos-0.0.1.tar.gz#sha256=2ecd0be61b1cecffd1324e1a4c0fd130aadf843e4268f2e798421ecda341d910 (from https://pypi.org/simple/resumeos/), version: 0.0.1 2021-07-10T13:28:45,350 Skipping link: not a file: https://pypi.org/simple/resumeos/ 2021-07-10T13:28:45,368 Given no hashes to check 1 links for project 'resumeos': discarding no candidates 2021-07-10T13:28:45,387 Collecting resumeos==0.0.1 2021-07-10T13:28:45,388 Created temporary directory: /tmp/pip-unpack-0vm4utiv 2021-07-10T13:28:45,560 Downloading resumeos-0.0.1.tar.gz (4.4 kB) 2021-07-10T13:28:45,627 Added resumeos==0.0.1 from https://files.pythonhosted.org/packages/00/f3/a0eedc9f90144903a4135b4dea58d29e5dbe977c4f0c37e498616aae6527/resumeos-0.0.1.tar.gz#sha256=2ecd0be61b1cecffd1324e1a4c0fd130aadf843e4268f2e798421ecda341d910 to build tracker '/tmp/pip-req-tracker-cvtv4dlg' 2021-07-10T13:28:45,628 Running setup.py (path:/tmp/pip-wheel-oc2n8lvj/resumeos_721184c3936f4ccc880180e78be3afa6/setup.py) egg_info for package resumeos 2021-07-10T13:28:45,629 Created temporary directory: /tmp/pip-pip-egg-info-y3gk1ooc 2021-07-10T13:28:45,629 Running command python setup.py egg_info 2021-07-10T13:28:46,351 Traceback (most recent call last): 2021-07-10T13:28:46,352 File "", line 1, in 2021-07-10T13:28:46,352 File "/tmp/pip-wheel-oc2n8lvj/resumeos_721184c3936f4ccc880180e78be3afa6/setup.py", line 9, in 2021-07-10T13:28:46,352 long_description = f.read().decode('utf-8') 2021-07-10T13:28:46,352 AttributeError: 'str' object has no attribute 'decode' 2021-07-10T13:28:46,403 WARNING: Discarding https://files.pythonhosted.org/packages/00/f3/a0eedc9f90144903a4135b4dea58d29e5dbe977c4f0c37e498616aae6527/resumeos-0.0.1.tar.gz#sha256=2ecd0be61b1cecffd1324e1a4c0fd130aadf843e4268f2e798421ecda341d910 (from https://pypi.org/simple/resumeos/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T13:28:46,404 ERROR: Could not find a version that satisfies the requirement resumeos==0.0.1 (from versions: 0.0.1) 2021-07-10T13:28:46,404 ERROR: No matching distribution found for resumeos==0.0.1 2021-07-10T13:28:46,405 Exception information: 2021-07-10T13:28:46,405 Traceback (most recent call last): 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T13:28:46,405 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T13:28:46,405 raise RequirementsConflicted(criterion) 2021-07-10T13:28:46,405 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('resumeos==0.0.1') 2021-07-10T13:28:46,405 2021-07-10T13:28:46,405 During handling of the above exception, another exception occurred: 2021-07-10T13:28:46,405 2021-07-10T13:28:46,405 Traceback (most recent call last): 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T13:28:46,405 result = self._result = resolver.resolve( 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T13:28:46,405 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T13:28:46,405 raise ResolutionImpossible(e.criterion.information) 2021-07-10T13:28:46,405 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('resumeos==0.0.1'), parent=None)] 2021-07-10T13:28:46,405 2021-07-10T13:28:46,405 The above exception was the direct cause of the following exception: 2021-07-10T13:28:46,405 2021-07-10T13:28:46,405 Traceback (most recent call last): 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T13:28:46,405 status = self.run(options, args) 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T13:28:46,405 return func(self, options, args) 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T13:28:46,405 requirement_set = resolver.resolve( 2021-07-10T13:28:46,405 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T13:28:46,405 raise error from e 2021-07-10T13:28:46,405 pip._internal.exceptions.DistributionNotFound: No matching distribution found for resumeos==0.0.1 2021-07-10T13:28:46,409 Removed resumeos==0.0.1 from https://files.pythonhosted.org/packages/00/f3/a0eedc9f90144903a4135b4dea58d29e5dbe977c4f0c37e498616aae6527/resumeos-0.0.1.tar.gz#sha256=2ecd0be61b1cecffd1324e1a4c0fd130aadf843e4268f2e798421ecda341d910 from build tracker '/tmp/pip-req-tracker-cvtv4dlg' 2021-07-10T13:28:46,410 Removed build tracker: '/tmp/pip-req-tracker-cvtv4dlg'