2021-07-12T23:17:06,628 Created temporary directory: /tmp/pip-ephem-wheel-cache-bmb8gjjb 2021-07-12T23:17:06,631 Created temporary directory: /tmp/pip-req-tracker-pqmapoz7 2021-07-12T23:17:06,631 Initialized build tracking at /tmp/pip-req-tracker-pqmapoz7 2021-07-12T23:17:06,632 Created build tracker: /tmp/pip-req-tracker-pqmapoz7 2021-07-12T23:17:06,632 Entered build tracker: /tmp/pip-req-tracker-pqmapoz7 2021-07-12T23:17:06,634 Created temporary directory: /tmp/pip-wheel-uyq3_i98 2021-07-12T23:17:06,664 1 location(s) to search for versions of deathnote: 2021-07-12T23:17:06,664 * https://pypi.org/simple/deathnote/ 2021-07-12T23:17:06,664 Fetching project page and analyzing links: https://pypi.org/simple/deathnote/ 2021-07-12T23:17:06,665 Getting page https://pypi.org/simple/deathnote/ 2021-07-12T23:17:06,667 Found index url https://pypi.org/simple 2021-07-12T23:17:06,754 Found link https://files.pythonhosted.org/packages/1a/e0/d4d9f6465a5320e0788882563639372fd3b9b36545f2a6b2ad6ea78962d7/deathnote-0.1a1.tar.gz#sha256=c49b3937cfc8ff4b4e1f3bec668d36ad2c5bb22f7bd73f17f5ecc5ed0701326b (from https://pypi.org/simple/deathnote/), version: 0.1a1 2021-07-12T23:17:06,755 Skipping link: not a file: https://pypi.org/simple/deathnote/ 2021-07-12T23:17:06,772 Given no hashes to check 1 links for project 'deathnote': discarding no candidates 2021-07-12T23:17:06,791 Collecting deathnote==0.1a1 2021-07-12T23:17:06,793 Created temporary directory: /tmp/pip-unpack-prj2iwzl 2021-07-12T23:17:06,967 Downloading deathnote-0.1a1.tar.gz (2.9 kB) 2021-07-12T23:17:07,012 Added deathnote==0.1a1 from https://files.pythonhosted.org/packages/1a/e0/d4d9f6465a5320e0788882563639372fd3b9b36545f2a6b2ad6ea78962d7/deathnote-0.1a1.tar.gz#sha256=c49b3937cfc8ff4b4e1f3bec668d36ad2c5bb22f7bd73f17f5ecc5ed0701326b to build tracker '/tmp/pip-req-tracker-pqmapoz7' 2021-07-12T23:17:07,013 Running setup.py (path:/tmp/pip-wheel-uyq3_i98/deathnote_f1c2f3f7dfd241458969efcfc91d2bac/setup.py) egg_info for package deathnote 2021-07-12T23:17:07,014 Created temporary directory: /tmp/pip-pip-egg-info-y0uv0319 2021-07-12T23:17:07,014 Running command python setup.py egg_info 2021-07-12T23:17:07,764 Traceback (most recent call last): 2021-07-12T23:17:07,765 File "", line 1, in 2021-07-12T23:17:07,765 File "/tmp/pip-wheel-uyq3_i98/deathnote_f1c2f3f7dfd241458969efcfc91d2bac/setup.py", line 6, in 2021-07-12T23:17:07,765 with open('LICENSE', 'r') as f: 2021-07-12T23:17:07,766 FileNotFoundError: [Errno 2] No such file or directory: 'LICENSE' 2021-07-12T23:17:07,816 WARNING: Discarding https://files.pythonhosted.org/packages/1a/e0/d4d9f6465a5320e0788882563639372fd3b9b36545f2a6b2ad6ea78962d7/deathnote-0.1a1.tar.gz#sha256=c49b3937cfc8ff4b4e1f3bec668d36ad2c5bb22f7bd73f17f5ecc5ed0701326b (from https://pypi.org/simple/deathnote/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T23:17:07,817 ERROR: Could not find a version that satisfies the requirement deathnote==0.1a1 (from versions: 0.1a1) 2021-07-12T23:17:07,818 ERROR: No matching distribution found for deathnote==0.1a1 2021-07-12T23:17:07,818 Exception information: 2021-07-12T23:17:07,818 Traceback (most recent call last): 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T23:17:07,818 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T23:17:07,818 raise RequirementsConflicted(criterion) 2021-07-12T23:17:07,818 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('deathnote==0.1a1') 2021-07-12T23:17:07,818 2021-07-12T23:17:07,818 During handling of the above exception, another exception occurred: 2021-07-12T23:17:07,818 2021-07-12T23:17:07,818 Traceback (most recent call last): 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T23:17:07,818 result = self._result = resolver.resolve( 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T23:17:07,818 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T23:17:07,818 raise ResolutionImpossible(e.criterion.information) 2021-07-12T23:17:07,818 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('deathnote==0.1a1'), parent=None)] 2021-07-12T23:17:07,818 2021-07-12T23:17:07,818 The above exception was the direct cause of the following exception: 2021-07-12T23:17:07,818 2021-07-12T23:17:07,818 Traceback (most recent call last): 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T23:17:07,818 status = self.run(options, args) 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T23:17:07,818 return func(self, options, args) 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T23:17:07,818 requirement_set = resolver.resolve( 2021-07-12T23:17:07,818 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T23:17:07,818 raise error from e 2021-07-12T23:17:07,818 pip._internal.exceptions.DistributionNotFound: No matching distribution found for deathnote==0.1a1 2021-07-12T23:17:07,823 Removed deathnote==0.1a1 from https://files.pythonhosted.org/packages/1a/e0/d4d9f6465a5320e0788882563639372fd3b9b36545f2a6b2ad6ea78962d7/deathnote-0.1a1.tar.gz#sha256=c49b3937cfc8ff4b4e1f3bec668d36ad2c5bb22f7bd73f17f5ecc5ed0701326b from build tracker '/tmp/pip-req-tracker-pqmapoz7' 2021-07-12T23:17:07,824 Removed build tracker: '/tmp/pip-req-tracker-pqmapoz7'