2021-07-10T11:15:22,049 Created temporary directory: /tmp/pip-ephem-wheel-cache-wngpuz7y 2021-07-10T11:15:22,052 Created temporary directory: /tmp/pip-req-tracker-zd5cxmwk 2021-07-10T11:15:22,052 Initialized build tracking at /tmp/pip-req-tracker-zd5cxmwk 2021-07-10T11:15:22,053 Created build tracker: /tmp/pip-req-tracker-zd5cxmwk 2021-07-10T11:15:22,053 Entered build tracker: /tmp/pip-req-tracker-zd5cxmwk 2021-07-10T11:15:22,053 Created temporary directory: /tmp/pip-wheel-d3yuwmkb 2021-07-10T11:15:22,080 1 location(s) to search for versions of agenda: 2021-07-10T11:15:22,080 * https://pypi.org/simple/agenda/ 2021-07-10T11:15:22,081 Fetching project page and analyzing links: https://pypi.org/simple/agenda/ 2021-07-10T11:15:22,082 Getting page https://pypi.org/simple/agenda/ 2021-07-10T11:15:22,083 Found index url https://pypi.org/simple 2021-07-10T11:15:22,259 Found link https://files.pythonhosted.org/packages/ba/41/0b17ed947d477596492985d310cf8edc1c9afe5979681639fdae797511fb/agenda-1.0.0.tar.gz#sha256=ca2a80cae254bad3da65545d6461577d23d7bfd599bafde60504dc0ee473a334 (from https://pypi.org/simple/agenda/), version: 1.0.0 2021-07-10T11:15:22,260 Found link https://files.pythonhosted.org/packages/c9/4b/af48af9aabcaf19533abafe31fa4f521a7d7eeb9ca43a9e80a4e351e9c81/agenda-1.0.1.tar.gz#sha256=5ad45a762b57f902004e59875dc8cb831bb528147429c6bc86aac183c78e8b01 (from https://pypi.org/simple/agenda/), version: 1.0.1 2021-07-10T11:15:22,260 Found link https://files.pythonhosted.org/packages/3e/b9/e1e7242501bf34032a6aaafff9e006d966321f0d699f69520913cbfafafc/agenda-1.0.2.tar.gz#sha256=1a544d4b0f5cc773ec5896f1b06dd20507724a55c6a219a650af0317fe5c0f17 (from https://pypi.org/simple/agenda/), version: 1.0.2 2021-07-10T11:15:22,260 Skipping link: not a file: https://pypi.org/simple/agenda/ 2021-07-10T11:15:22,278 Given no hashes to check 1 links for project 'agenda': discarding no candidates 2021-07-10T11:15:22,298 Collecting agenda==1.0.0 2021-07-10T11:15:22,300 Created temporary directory: /tmp/pip-unpack-jl4btqlq 2021-07-10T11:15:22,341 Downloading agenda-1.0.0.tar.gz (1.8 kB) 2021-07-10T11:15:22,369 Added agenda==1.0.0 from https://files.pythonhosted.org/packages/ba/41/0b17ed947d477596492985d310cf8edc1c9afe5979681639fdae797511fb/agenda-1.0.0.tar.gz#sha256=ca2a80cae254bad3da65545d6461577d23d7bfd599bafde60504dc0ee473a334 to build tracker '/tmp/pip-req-tracker-zd5cxmwk' 2021-07-10T11:15:22,370 Running setup.py (path:/tmp/pip-wheel-d3yuwmkb/agenda_02eb2afe0cfa482ab76852ff80a83f35/setup.py) egg_info for package agenda 2021-07-10T11:15:22,371 Created temporary directory: /tmp/pip-pip-egg-info-5nddv1e1 2021-07-10T11:15:22,372 Running command python setup.py egg_info 2021-07-10T11:15:23,060 Traceback (most recent call last): 2021-07-10T11:15:23,061 File "", line 1, in 2021-07-10T11:15:23,061 File "/tmp/pip-wheel-d3yuwmkb/agenda_02eb2afe0cfa482ab76852ff80a83f35/setup.py", line 8, in 2021-07-10T11:15:23,061 with open(path.join(here, 'README.md'), encoding='utf-8') as f: 2021-07-10T11:15:23,061 File "/usr/lib/python3.9/codecs.py", line 905, in open 2021-07-10T11:15:23,062 file = builtins.open(filename, mode, buffering) 2021-07-10T11:15:23,062 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-d3yuwmkb/agenda_02eb2afe0cfa482ab76852ff80a83f35/README.md' 2021-07-10T11:15:23,110 WARNING: Discarding https://files.pythonhosted.org/packages/ba/41/0b17ed947d477596492985d310cf8edc1c9afe5979681639fdae797511fb/agenda-1.0.0.tar.gz#sha256=ca2a80cae254bad3da65545d6461577d23d7bfd599bafde60504dc0ee473a334 (from https://pypi.org/simple/agenda/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T11:15:23,111 ERROR: Could not find a version that satisfies the requirement agenda==1.0.0 (from versions: 1.0.0, 1.0.1, 1.0.2) 2021-07-10T11:15:23,111 ERROR: No matching distribution found for agenda==1.0.0 2021-07-10T11:15:23,112 Exception information: 2021-07-10T11:15:23,112 Traceback (most recent call last): 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T11:15:23,112 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T11:15:23,112 raise RequirementsConflicted(criterion) 2021-07-10T11:15:23,112 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('agenda==1.0.0') 2021-07-10T11:15:23,112 2021-07-10T11:15:23,112 During handling of the above exception, another exception occurred: 2021-07-10T11:15:23,112 2021-07-10T11:15:23,112 Traceback (most recent call last): 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T11:15:23,112 result = self._result = resolver.resolve( 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T11:15:23,112 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T11:15:23,112 raise ResolutionImpossible(e.criterion.information) 2021-07-10T11:15:23,112 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('agenda==1.0.0'), parent=None)] 2021-07-10T11:15:23,112 2021-07-10T11:15:23,112 The above exception was the direct cause of the following exception: 2021-07-10T11:15:23,112 2021-07-10T11:15:23,112 Traceback (most recent call last): 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T11:15:23,112 status = self.run(options, args) 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T11:15:23,112 return func(self, options, args) 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T11:15:23,112 requirement_set = resolver.resolve( 2021-07-10T11:15:23,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T11:15:23,112 raise error from e 2021-07-10T11:15:23,112 pip._internal.exceptions.DistributionNotFound: No matching distribution found for agenda==1.0.0 2021-07-10T11:15:23,117 Removed agenda==1.0.0 from https://files.pythonhosted.org/packages/ba/41/0b17ed947d477596492985d310cf8edc1c9afe5979681639fdae797511fb/agenda-1.0.0.tar.gz#sha256=ca2a80cae254bad3da65545d6461577d23d7bfd599bafde60504dc0ee473a334 from build tracker '/tmp/pip-req-tracker-zd5cxmwk' 2021-07-10T11:15:23,117 Removed build tracker: '/tmp/pip-req-tracker-zd5cxmwk'