2021-07-09T19:59:35,067 Created temporary directory: /tmp/pip-ephem-wheel-cache-v74lfwmx 2021-07-09T19:59:35,070 Created temporary directory: /tmp/pip-req-tracker-mh7gpg47 2021-07-09T19:59:35,071 Initialized build tracking at /tmp/pip-req-tracker-mh7gpg47 2021-07-09T19:59:35,071 Created build tracker: /tmp/pip-req-tracker-mh7gpg47 2021-07-09T19:59:35,071 Entered build tracker: /tmp/pip-req-tracker-mh7gpg47 2021-07-09T19:59:35,072 Created temporary directory: /tmp/pip-wheel-p08gi7t3 2021-07-09T19:59:35,105 1 location(s) to search for versions of quoteoftheday: 2021-07-09T19:59:35,105 * https://pypi.org/simple/quoteoftheday/ 2021-07-09T19:59:35,105 Fetching project page and analyzing links: https://pypi.org/simple/quoteoftheday/ 2021-07-09T19:59:35,106 Getting page https://pypi.org/simple/quoteoftheday/ 2021-07-09T19:59:35,107 Found index url https://pypi.org/simple 2021-07-09T19:59:35,284 Found link https://files.pythonhosted.org/packages/75/36/ae5898a688bb8daad11135cb3f4db5e6073d460a61fe56018b8004016e16/QuoteOfTheDay-0.7.2.tar.gz#sha256=1d4fc2ca1bf7b52168325f1023e46a413c45c8f6d51997533934dd7a770faeb9 (from https://pypi.org/simple/quoteoftheday/), version: 0.7.2 2021-07-09T19:59:35,285 Found link https://files.pythonhosted.org/packages/04/14/6dc24f856fd1aa6a0e1c18fc6322a0b2630363d0e1fde4c9a6d0d925db7f/QuoteOfTheDay-0.7.3.tar.gz#sha256=aaa3952420580d3f1e79a30216d35dc38ce593e7d16c2f0036f90ca3378aceb9 (from https://pypi.org/simple/quoteoftheday/), version: 0.7.3 2021-07-09T19:59:35,285 Found link https://files.pythonhosted.org/packages/f6/33/30171148a6c5233a24dfd3ff98f4ba1c1b2d9f5ff81bffb7a871b1a89c37/QuoteOfTheDay-0.7.4.tar.gz#sha256=67355589c78ac4faa0d187e3352331185d8dc62cd2d767e3199c3f871fdae9f9 (from https://pypi.org/simple/quoteoftheday/), version: 0.7.4 2021-07-09T19:59:35,285 Skipping link: not a file: https://pypi.org/simple/quoteoftheday/ 2021-07-09T19:59:35,302 Given no hashes to check 1 links for project 'quoteoftheday': discarding no candidates 2021-07-09T19:59:35,319 Collecting quoteoftheday==0.7.2 2021-07-09T19:59:35,321 Created temporary directory: /tmp/pip-unpack-h2aw5s68 2021-07-09T19:59:35,361 Downloading QuoteOfTheDay-0.7.2.tar.gz (4.2 kB) 2021-07-09T19:59:35,379 Added quoteoftheday==0.7.2 from https://files.pythonhosted.org/packages/75/36/ae5898a688bb8daad11135cb3f4db5e6073d460a61fe56018b8004016e16/QuoteOfTheDay-0.7.2.tar.gz#sha256=1d4fc2ca1bf7b52168325f1023e46a413c45c8f6d51997533934dd7a770faeb9 to build tracker '/tmp/pip-req-tracker-mh7gpg47' 2021-07-09T19:59:35,380 Running setup.py (path:/tmp/pip-wheel-p08gi7t3/quoteoftheday_38c4f3084ce5418da9035c7e74ab1377/setup.py) egg_info for package quoteoftheday 2021-07-09T19:59:35,381 Created temporary directory: /tmp/pip-pip-egg-info-kq_wtx88 2021-07-09T19:59:35,381 Running command python setup.py egg_info 2021-07-09T19:59:36,001 Traceback (most recent call last): 2021-07-09T19:59:36,002 File "", line 1, in 2021-07-09T19:59:36,002 File "/tmp/pip-wheel-p08gi7t3/quoteoftheday_38c4f3084ce5418da9035c7e74ab1377/setup.py", line 31, in 2021-07-09T19:59:36,002 long_description=open('README.rst', 'r').read(), 2021-07-09T19:59:36,003 FileNotFoundError: [Errno 2] No such file or directory: 'README.rst' 2021-07-09T19:59:36,052 WARNING: Discarding https://files.pythonhosted.org/packages/75/36/ae5898a688bb8daad11135cb3f4db5e6073d460a61fe56018b8004016e16/QuoteOfTheDay-0.7.2.tar.gz#sha256=1d4fc2ca1bf7b52168325f1023e46a413c45c8f6d51997533934dd7a770faeb9 (from https://pypi.org/simple/quoteoftheday/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T19:59:36,053 ERROR: Could not find a version that satisfies the requirement quoteoftheday==0.7.2 (from versions: 0.7.2, 0.7.3, 0.7.4) 2021-07-09T19:59:36,053 ERROR: No matching distribution found for quoteoftheday==0.7.2 2021-07-09T19:59:36,054 Exception information: 2021-07-09T19:59:36,054 Traceback (most recent call last): 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T19:59:36,054 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T19:59:36,054 raise RequirementsConflicted(criterion) 2021-07-09T19:59:36,054 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('quoteoftheday==0.7.2') 2021-07-09T19:59:36,054 2021-07-09T19:59:36,054 During handling of the above exception, another exception occurred: 2021-07-09T19:59:36,054 2021-07-09T19:59:36,054 Traceback (most recent call last): 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T19:59:36,054 result = self._result = resolver.resolve( 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T19:59:36,054 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T19:59:36,054 raise ResolutionImpossible(e.criterion.information) 2021-07-09T19:59:36,054 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('quoteoftheday==0.7.2'), parent=None)] 2021-07-09T19:59:36,054 2021-07-09T19:59:36,054 The above exception was the direct cause of the following exception: 2021-07-09T19:59:36,054 2021-07-09T19:59:36,054 Traceback (most recent call last): 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T19:59:36,054 status = self.run(options, args) 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T19:59:36,054 return func(self, options, args) 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T19:59:36,054 requirement_set = resolver.resolve( 2021-07-09T19:59:36,054 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T19:59:36,054 raise error from e 2021-07-09T19:59:36,054 pip._internal.exceptions.DistributionNotFound: No matching distribution found for quoteoftheday==0.7.2 2021-07-09T19:59:36,059 Removed quoteoftheday==0.7.2 from https://files.pythonhosted.org/packages/75/36/ae5898a688bb8daad11135cb3f4db5e6073d460a61fe56018b8004016e16/QuoteOfTheDay-0.7.2.tar.gz#sha256=1d4fc2ca1bf7b52168325f1023e46a413c45c8f6d51997533934dd7a770faeb9 from build tracker '/tmp/pip-req-tracker-mh7gpg47' 2021-07-09T19:59:36,059 Removed build tracker: '/tmp/pip-req-tracker-mh7gpg47'