2021-02-09T11:07:32,367 Created temporary directory: /tmp/pip-ephem-wheel-cache-wd5djvaa 2021-02-09T11:07:32,370 Created temporary directory: /tmp/pip-req-tracker-2pezq4d7 2021-02-09T11:07:32,371 Initialized build tracking at /tmp/pip-req-tracker-2pezq4d7 2021-02-09T11:07:32,371 Created build tracker: /tmp/pip-req-tracker-2pezq4d7 2021-02-09T11:07:32,371 Entered build tracker: /tmp/pip-req-tracker-2pezq4d7 2021-02-09T11:07:32,372 Created temporary directory: /tmp/pip-wheel-s09kbvfq 2021-02-09T11:07:32,407 1 location(s) to search for versions of aayancal-0-0-1: 2021-02-09T11:07:32,407 * https://pypi.org/simple/aayancal-0-0-1/ 2021-02-09T11:07:32,407 Fetching project page and analyzing links: https://pypi.org/simple/aayancal-0-0-1/ 2021-02-09T11:07:32,408 Getting page https://pypi.org/simple/aayancal-0-0-1/ 2021-02-09T11:07:32,409 Found index url https://pypi.org/simple 2021-02-09T11:07:32,500 Found link https://files.pythonhosted.org/packages/a7/34/957b8dcad187c6a0b621b403c4429149b99fa782aa30879d61e747db2ed3/AayanCal-0.0.1-0.0.1.tar.gz#sha256=90e31fb6a75cb1e598a2cd841f545f1fc6075371f83757353450b1554dde212d (from https://pypi.org/simple/aayancal-0-0-1/), version: 0.0.1 2021-02-09T11:07:32,513 Given no hashes to check 1 links for project 'aayancal-0-0-1': discarding no candidates 2021-02-09T11:07:32,529 Collecting aayancal-0-0-1==0.0.1 2021-02-09T11:07:32,531 Created temporary directory: /tmp/pip-unpack-22x3sp2t 2021-02-09T11:07:32,571 Downloading AayanCal-0.0.1-0.0.1.tar.gz (1.3 kB) 2021-02-09T11:07:32,602 Added aayancal-0-0-1==0.0.1 from https://files.pythonhosted.org/packages/a7/34/957b8dcad187c6a0b621b403c4429149b99fa782aa30879d61e747db2ed3/AayanCal-0.0.1-0.0.1.tar.gz#sha256=90e31fb6a75cb1e598a2cd841f545f1fc6075371f83757353450b1554dde212d to build tracker '/tmp/pip-req-tracker-2pezq4d7' 2021-02-09T11:07:32,603 Running setup.py (path:/tmp/pip-wheel-s09kbvfq/aayancal-0-0-1_a0cafa43c83140be93b013f3930a4b64/setup.py) egg_info for package aayancal-0-0-1 2021-02-09T11:07:32,603 Created temporary directory: /tmp/pip-pip-egg-info-zvxrs3qi 2021-02-09T11:07:32,604 Running command python setup.py egg_info 2021-02-09T11:07:33,422 Traceback (most recent call last): 2021-02-09T11:07:33,423 File "", line 1, in 2021-02-09T11:07:33,423 File "/tmp/pip-wheel-s09kbvfq/aayancal-0-0-1_a0cafa43c83140be93b013f3930a4b64/setup.py", line 13, in 2021-02-09T11:07:33,423 Long_description = open('README.txt').read() + '\n\n\n' + open('CHANGELOG.txt').read(), 2021-02-09T11:07:33,424 FileNotFoundError: [Errno 2] No such file or directory: 'CHANGELOG.txt' 2021-02-09T11:07:33,468 WARNING: Discarding https://files.pythonhosted.org/packages/a7/34/957b8dcad187c6a0b621b403c4429149b99fa782aa30879d61e747db2ed3/AayanCal-0.0.1-0.0.1.tar.gz#sha256=90e31fb6a75cb1e598a2cd841f545f1fc6075371f83757353450b1554dde212d (from https://pypi.org/simple/aayancal-0-0-1/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-02-09T11:07:33,469 ERROR: Could not find a version that satisfies the requirement aayancal-0-0-1==0.0.1 2021-02-09T11:07:33,470 ERROR: No matching distribution found for aayancal-0-0-1==0.0.1 2021-02-09T11:07:33,470 Exception information: 2021-02-09T11:07:33,470 Traceback (most recent call last): 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-09T11:07:33,470 crit = self.state.criteria[name] 2021-02-09T11:07:33,470 KeyError: 'aayancal-0-0-1' 2021-02-09T11:07:33,470 2021-02-09T11:07:33,470 During handling of the above exception, another exception occurred: 2021-02-09T11:07:33,470 2021-02-09T11:07:33,470 Traceback (most recent call last): 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-09T11:07:33,470 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-09T11:07:33,470 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-09T11:07:33,470 raise RequirementsConflicted(criterion) 2021-02-09T11:07:33,470 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('aayancal-0-0-1==0.0.1') 2021-02-09T11:07:33,470 2021-02-09T11:07:33,470 During handling of the above exception, another exception occurred: 2021-02-09T11:07:33,470 2021-02-09T11:07:33,470 Traceback (most recent call last): 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-09T11:07:33,470 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-09T11:07:33,470 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-09T11:07:33,470 raise ResolutionImpossible(e.criterion.information) 2021-02-09T11:07:33,470 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('aayancal-0-0-1==0.0.1'), parent=None)] 2021-02-09T11:07:33,470 2021-02-09T11:07:33,470 The above exception was the direct cause of the following exception: 2021-02-09T11:07:33,470 2021-02-09T11:07:33,470 Traceback (most recent call last): 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-09T11:07:33,470 status = self.run(options, args) 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-09T11:07:33,470 return func(self, options, args) 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-09T11:07:33,470 reqs, check_supported_wheels=True 2021-02-09T11:07:33,470 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-09T11:07:33,470 six.raise_from(error, e) 2021-02-09T11:07:33,470 File "", line 3, in raise_from 2021-02-09T11:07:33,470 pip._internal.exceptions.DistributionNotFound: No matching distribution found for aayancal-0-0-1==0.0.1 2021-02-09T11:07:33,476 Removed aayancal-0-0-1==0.0.1 from https://files.pythonhosted.org/packages/a7/34/957b8dcad187c6a0b621b403c4429149b99fa782aa30879d61e747db2ed3/AayanCal-0.0.1-0.0.1.tar.gz#sha256=90e31fb6a75cb1e598a2cd841f545f1fc6075371f83757353450b1554dde212d from build tracker '/tmp/pip-req-tracker-2pezq4d7' 2021-02-09T11:07:33,476 Removed build tracker: '/tmp/pip-req-tracker-2pezq4d7'