2021-07-29T21:36:47,041 Created temporary directory: /tmp/pip-ephem-wheel-cache-pa0e8woe 2021-07-29T21:36:47,046 Created temporary directory: /tmp/pip-req-tracker-mw8bxe40 2021-07-29T21:36:47,047 Initialized build tracking at /tmp/pip-req-tracker-mw8bxe40 2021-07-29T21:36:47,047 Created build tracker: /tmp/pip-req-tracker-mw8bxe40 2021-07-29T21:36:47,048 Entered build tracker: /tmp/pip-req-tracker-mw8bxe40 2021-07-29T21:36:47,049 Created temporary directory: /tmp/pip-wheel-gc1h6vxh 2021-07-29T21:36:47,089 WARNING: The index url "/" seems invalid, please provide a scheme. 2021-07-29T21:36:47,089 WARNING: The index url "t" seems invalid, please provide a scheme. 2021-07-29T21:36:47,089 WARNING: The index url "m" seems invalid, please provide a scheme. 2021-07-29T21:36:47,090 WARNING: The index url "p" seems invalid, please provide a scheme. 2021-07-29T21:36:47,090 Looking in indexes: https://pypi.org/simple, /, t, m, p 2021-07-29T21:36:47,093 WARNING: Location '/c2j/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T21:36:47,093 WARNING: Location 't/c2j/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T21:36:47,093 WARNING: Location 'm/c2j/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T21:36:47,093 WARNING: Location 'p/c2j/' is ignored: it is either a non-existing path or lacks a specific scheme. 2021-07-29T21:36:47,094 1 location(s) to search for versions of c2j: 2021-07-29T21:36:47,094 * https://pypi.org/simple/c2j/ 2021-07-29T21:36:47,094 Fetching project page and analyzing links: https://pypi.org/simple/c2j/ 2021-07-29T21:36:47,095 Getting page https://pypi.org/simple/c2j/ 2021-07-29T21:36:47,096 Found index url https://pypi.org/simple 2021-07-29T21:36:47,279 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-07-29T21:36:47,280 Skipping link: not a file: https://pypi.org/simple/c2j/ 2021-07-29T21:36:47,296 Given no hashes to check 1 links for project 'c2j': discarding no candidates 2021-07-29T21:36:47,313 Collecting c2j==1.0.0 2021-07-29T21:36:47,315 Created temporary directory: /tmp/pip-unpack-lxta2xiw 2021-07-29T21:36:47,356 Downloading c2j-1.0.0.tar.gz (2.3 kB) 2021-07-29T21:36:47,395 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-mw8bxe40' 2021-07-29T21:36:47,396 Running setup.py (path:/tmp/pip-wheel-gc1h6vxh/c2j_90c2710409064d0e9d663d4d20e3c69d/setup.py) egg_info for package c2j 2021-07-29T21:36:47,397 Created temporary directory: /tmp/pip-pip-egg-info-lazaxfhn 2021-07-29T21:36:47,397 Running command python setup.py egg_info 2021-07-29T21:36:48,054 Traceback (most recent call last): 2021-07-29T21:36:48,055 File "", line 1, in 2021-07-29T21:36:48,055 File "/tmp/pip-wheel-gc1h6vxh/c2j_90c2710409064d0e9d663d4d20e3c69d/setup.py", line 4, in 2021-07-29T21:36:48,055 with open('Readme.md') as fr: 2021-07-29T21:36:48,055 FileNotFoundError: [Errno 2] No such file or directory: 'Readme.md' 2021-07-29T21:36:48,103 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-07-29T21:36:48,104 ERROR: Could not find a version that satisfies the requirement c2j==1.0.0 (from versions: 1.0.0) 2021-07-29T21:36:48,104 ERROR: No matching distribution found for c2j==1.0.0 2021-07-29T21:36:48,105 Exception information: 2021-07-29T21:36:48,105 Traceback (most recent call last): 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-29T21:36:48,105 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-29T21:36:48,105 raise RequirementsConflicted(criterion) 2021-07-29T21:36:48,105 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('c2j==1.0.0') 2021-07-29T21:36:48,105 2021-07-29T21:36:48,105 During handling of the above exception, another exception occurred: 2021-07-29T21:36:48,105 2021-07-29T21:36:48,105 Traceback (most recent call last): 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-29T21:36:48,105 result = self._result = resolver.resolve( 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-29T21:36:48,105 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-29T21:36:48,105 raise ResolutionImpossible(e.criterion.information) 2021-07-29T21:36:48,105 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('c2j==1.0.0'), parent=None)] 2021-07-29T21:36:48,105 2021-07-29T21:36:48,105 The above exception was the direct cause of the following exception: 2021-07-29T21:36:48,105 2021-07-29T21:36:48,105 Traceback (most recent call last): 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-29T21:36:48,105 status = self.run(options, args) 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-29T21:36:48,105 return func(self, options, args) 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-29T21:36:48,105 requirement_set = resolver.resolve( 2021-07-29T21:36:48,105 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-29T21:36:48,105 raise error from e 2021-07-29T21:36:48,105 pip._internal.exceptions.DistributionNotFound: No matching distribution found for c2j==1.0.0 2021-07-29T21:36:48,110 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-mw8bxe40' 2021-07-29T21:36:48,110 Removed build tracker: '/tmp/pip-req-tracker-mw8bxe40'