2021-06-06T11:40:04,010 Created temporary directory: /tmp/pip-ephem-wheel-cache-kjeybl9v 2021-06-06T11:40:04,014 Created temporary directory: /tmp/pip-req-tracker-d9l1y3z6 2021-06-06T11:40:04,014 Initialized build tracking at /tmp/pip-req-tracker-d9l1y3z6 2021-06-06T11:40:04,014 Created build tracker: /tmp/pip-req-tracker-d9l1y3z6 2021-06-06T11:40:04,015 Entered build tracker: /tmp/pip-req-tracker-d9l1y3z6 2021-06-06T11:40:04,016 Created temporary directory: /tmp/pip-wheel-jjr0z24x 2021-06-06T11:40:04,049 1 location(s) to search for versions of c2j: 2021-06-06T11:40:04,049 * https://pypi.org/simple/c2j/ 2021-06-06T11:40:04,050 Fetching project page and analyzing links: https://pypi.org/simple/c2j/ 2021-06-06T11:40:04,050 Getting page https://pypi.org/simple/c2j/ 2021-06-06T11:40:04,052 Found index url https://pypi.org/simple 2021-06-06T11:40:04,138 Found link https://files.pythonhosted.org/packages/32/ff/a3ef9e62fcf0aca864c8f48733bb73372915e9b9e1fe178e6e57d886b745/c2j-1.0.0.tar.gz#sha256=794f58a7f73f9584f737e261564f2eb6bf3f4eaf4ee99f5bb2bc01fa6747dd08 (from https://pypi.org/simple/c2j/) (requires-python:>=3.7), version: 1.0.0 2021-06-06T11:40:04,139 Skipping link: not a file: https://pypi.org/simple/c2j/ 2021-06-06T11:40:04,152 Given no hashes to check 1 links for project 'c2j': discarding no candidates 2021-06-06T11:40:04,167 Collecting c2j==1.0.0 2021-06-06T11:40:04,169 Created temporary directory: /tmp/pip-unpack-wjdsfr_b 2021-06-06T11:40:04,338 Downloading c2j-1.0.0.tar.gz (2.3 kB) 2021-06-06T11:40:04,387 Added c2j==1.0.0 from https://files.pythonhosted.org/packages/32/ff/a3ef9e62fcf0aca864c8f48733bb73372915e9b9e1fe178e6e57d886b745/c2j-1.0.0.tar.gz#sha256=794f58a7f73f9584f737e261564f2eb6bf3f4eaf4ee99f5bb2bc01fa6747dd08 to build tracker '/tmp/pip-req-tracker-d9l1y3z6' 2021-06-06T11:40:04,388 Running setup.py (path:/tmp/pip-wheel-jjr0z24x/c2j_54446bf8f1d44c7986c6acbc92e01295/setup.py) egg_info for package c2j 2021-06-06T11:40:04,389 Created temporary directory: /tmp/pip-pip-egg-info-8al7ixw2 2021-06-06T11:40:04,389 Running command python setup.py egg_info 2021-06-06T11:40:05,255 Traceback (most recent call last): 2021-06-06T11:40:05,256 File "", line 1, in 2021-06-06T11:40:05,256 File "/tmp/pip-wheel-jjr0z24x/c2j_54446bf8f1d44c7986c6acbc92e01295/setup.py", line 4, in 2021-06-06T11:40:05,256 with open('Readme.md') as fr: 2021-06-06T11:40:05,256 FileNotFoundError: [Errno 2] No such file or directory: 'Readme.md' 2021-06-06T11:40:05,303 WARNING: Discarding https://files.pythonhosted.org/packages/32/ff/a3ef9e62fcf0aca864c8f48733bb73372915e9b9e1fe178e6e57d886b745/c2j-1.0.0.tar.gz#sha256=794f58a7f73f9584f737e261564f2eb6bf3f4eaf4ee99f5bb2bc01fa6747dd08 (from https://pypi.org/simple/c2j/) (requires-python:>=3.7). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-06-06T11:40:05,304 ERROR: Could not find a version that satisfies the requirement c2j==1.0.0 (from versions: 1.0.0) 2021-06-06T11:40:05,305 ERROR: No matching distribution found for c2j==1.0.0 2021-06-06T11:40:05,305 Exception information: 2021-06-06T11:40:05,305 Traceback (most recent call last): 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-06T11:40:05,305 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-06T11:40:05,305 raise RequirementsConflicted(criterion) 2021-06-06T11:40:05,305 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('c2j==1.0.0') 2021-06-06T11:40:05,305 2021-06-06T11:40:05,305 During handling of the above exception, another exception occurred: 2021-06-06T11:40:05,305 2021-06-06T11:40:05,305 Traceback (most recent call last): 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-06T11:40:05,305 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-06T11:40:05,305 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-06T11:40:05,305 raise ResolutionImpossible(e.criterion.information) 2021-06-06T11:40:05,305 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('c2j==1.0.0'), parent=None)] 2021-06-06T11:40:05,305 2021-06-06T11:40:05,305 The above exception was the direct cause of the following exception: 2021-06-06T11:40:05,305 2021-06-06T11:40:05,305 Traceback (most recent call last): 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-06T11:40:05,305 status = self.run(options, args) 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-06T11:40:05,305 return func(self, options, args) 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-06T11:40:05,305 reqs, check_supported_wheels=True 2021-06-06T11:40:05,305 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-06T11:40:05,305 raise error from e 2021-06-06T11:40:05,305 pip._internal.exceptions.DistributionNotFound: No matching distribution found for c2j==1.0.0 2021-06-06T11:40:05,310 Removed c2j==1.0.0 from https://files.pythonhosted.org/packages/32/ff/a3ef9e62fcf0aca864c8f48733bb73372915e9b9e1fe178e6e57d886b745/c2j-1.0.0.tar.gz#sha256=794f58a7f73f9584f737e261564f2eb6bf3f4eaf4ee99f5bb2bc01fa6747dd08 from build tracker '/tmp/pip-req-tracker-d9l1y3z6' 2021-06-06T11:40:05,311 Removed build tracker: '/tmp/pip-req-tracker-d9l1y3z6'