2021-07-08T22:52:41,265 Created temporary directory: /tmp/pip-ephem-wheel-cache-wqniha_m 2021-07-08T22:52:41,267 Created temporary directory: /tmp/pip-req-tracker-0b3lae6n 2021-07-08T22:52:41,268 Initialized build tracking at /tmp/pip-req-tracker-0b3lae6n 2021-07-08T22:52:41,268 Created build tracker: /tmp/pip-req-tracker-0b3lae6n 2021-07-08T22:52:41,268 Entered build tracker: /tmp/pip-req-tracker-0b3lae6n 2021-07-08T22:52:41,269 Created temporary directory: /tmp/pip-wheel-ue2adiwv 2021-07-08T22:52:41,303 1 location(s) to search for versions of contentlet: 2021-07-08T22:52:41,303 * https://pypi.org/simple/contentlet/ 2021-07-08T22:52:41,303 Fetching project page and analyzing links: https://pypi.org/simple/contentlet/ 2021-07-08T22:52:41,304 Getting page https://pypi.org/simple/contentlet/ 2021-07-08T22:52:41,305 Found index url https://pypi.org/simple 2021-07-08T22:52:41,485 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/22/90/83596af6db8ddc78f63e04dcc521cdb9be6e80e5bc31df0efbb2b34393b8/contentlet-0.1-py2.6.egg#sha256=a69e6ea608887812092456c1f2765ed8b2e7994bad3479d046df524f3c034dd4 (from https://pypi.org/simple/contentlet/) 2021-07-08T22:52:41,485 Found link https://files.pythonhosted.org/packages/99/87/b042b7aab2fa2456d9f0a825123138926bd6d7b0471bf12df20472808a7b/contentlet-0.1.tar.gz#sha256=2b95c669a64b811112233b5f055ffac14a86616d4bdfa274f019b4b732f627c1 (from https://pypi.org/simple/contentlet/), version: 0.1 2021-07-08T22:52:41,485 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/3d/19/8ccd811fa4e775a6aa36b5787608c2fa5086154e19938f3f32e3cbc5cff4/contentlet-0.1.1-py2.6.egg#sha256=1b5ea625952eed93b90fd3e135eeb3703a69f70fac1523f4afaec91542e75a7e (from https://pypi.org/simple/contentlet/) 2021-07-08T22:52:41,486 Found link https://files.pythonhosted.org/packages/98/e1/0e65adfa0f4458be1faaedf8e3623e6b113a3324ea79b23b71a370654a60/contentlet-0.1.1.tar.gz#sha256=bb343591f5ed92cbf8bcee669c182ab16a3e50baee0b42a3b50502d99ea60ad6 (from https://pypi.org/simple/contentlet/), version: 0.1.1 2021-07-08T22:52:41,486 Skipping link: not a file: https://pypi.org/simple/contentlet/ 2021-07-08T22:52:41,502 Given no hashes to check 1 links for project 'contentlet': discarding no candidates 2021-07-08T22:52:41,519 Collecting contentlet==0.1 2021-07-08T22:52:41,521 Created temporary directory: /tmp/pip-unpack-w923vtlk 2021-07-08T22:52:41,691 Downloading contentlet-0.1.tar.gz (4.2 kB) 2021-07-08T22:52:41,746 Added contentlet==0.1 from https://files.pythonhosted.org/packages/99/87/b042b7aab2fa2456d9f0a825123138926bd6d7b0471bf12df20472808a7b/contentlet-0.1.tar.gz#sha256=2b95c669a64b811112233b5f055ffac14a86616d4bdfa274f019b4b732f627c1 to build tracker '/tmp/pip-req-tracker-0b3lae6n' 2021-07-08T22:52:41,747 Running setup.py (path:/tmp/pip-wheel-ue2adiwv/contentlet_00597ef510f44428a8de440a81b99cd3/setup.py) egg_info for package contentlet 2021-07-08T22:52:41,748 Created temporary directory: /tmp/pip-pip-egg-info-k51o_4fi 2021-07-08T22:52:41,748 Running command python setup.py egg_info 2021-07-08T22:52:42,379 Traceback (most recent call last): 2021-07-08T22:52:42,380 File "", line 1, in 2021-07-08T22:52:42,380 File "/tmp/pip-wheel-ue2adiwv/contentlet_00597ef510f44428a8de440a81b99cd3/setup.py", line 7, in 2021-07-08T22:52:42,380 long_description = open("README").read() + "\n" + open("CHANGES").read() 2021-07-08T22:52:42,381 FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES' 2021-07-08T22:52:42,431 WARNING: Discarding https://files.pythonhosted.org/packages/99/87/b042b7aab2fa2456d9f0a825123138926bd6d7b0471bf12df20472808a7b/contentlet-0.1.tar.gz#sha256=2b95c669a64b811112233b5f055ffac14a86616d4bdfa274f019b4b732f627c1 (from https://pypi.org/simple/contentlet/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-08T22:52:42,432 ERROR: Could not find a version that satisfies the requirement contentlet==0.1 (from versions: 0.1, 0.1.1) 2021-07-08T22:52:42,433 ERROR: No matching distribution found for contentlet==0.1 2021-07-08T22:52:42,433 Exception information: 2021-07-08T22:52:42,433 Traceback (most recent call last): 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-08T22:52:42,433 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-08T22:52:42,433 raise RequirementsConflicted(criterion) 2021-07-08T22:52:42,433 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('contentlet==0.1') 2021-07-08T22:52:42,433 2021-07-08T22:52:42,433 During handling of the above exception, another exception occurred: 2021-07-08T22:52:42,433 2021-07-08T22:52:42,433 Traceback (most recent call last): 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-08T22:52:42,433 result = self._result = resolver.resolve( 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-08T22:52:42,433 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-08T22:52:42,433 raise ResolutionImpossible(e.criterion.information) 2021-07-08T22:52:42,433 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('contentlet==0.1'), parent=None)] 2021-07-08T22:52:42,433 2021-07-08T22:52:42,433 The above exception was the direct cause of the following exception: 2021-07-08T22:52:42,433 2021-07-08T22:52:42,433 Traceback (most recent call last): 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-08T22:52:42,433 status = self.run(options, args) 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-08T22:52:42,433 return func(self, options, args) 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-08T22:52:42,433 requirement_set = resolver.resolve( 2021-07-08T22:52:42,433 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-08T22:52:42,433 raise error from e 2021-07-08T22:52:42,433 pip._internal.exceptions.DistributionNotFound: No matching distribution found for contentlet==0.1 2021-07-08T22:52:42,438 Removed contentlet==0.1 from https://files.pythonhosted.org/packages/99/87/b042b7aab2fa2456d9f0a825123138926bd6d7b0471bf12df20472808a7b/contentlet-0.1.tar.gz#sha256=2b95c669a64b811112233b5f055ffac14a86616d4bdfa274f019b4b732f627c1 from build tracker '/tmp/pip-req-tracker-0b3lae6n' 2021-07-08T22:52:42,439 Removed build tracker: '/tmp/pip-req-tracker-0b3lae6n'