2021-07-10T00:53:31,220 Created temporary directory: /tmp/pip-ephem-wheel-cache-1da0c79e 2021-07-10T00:53:31,224 Created temporary directory: /tmp/pip-req-tracker-4gzs6eek 2021-07-10T00:53:31,224 Initialized build tracking at /tmp/pip-req-tracker-4gzs6eek 2021-07-10T00:53:31,224 Created build tracker: /tmp/pip-req-tracker-4gzs6eek 2021-07-10T00:53:31,224 Entered build tracker: /tmp/pip-req-tracker-4gzs6eek 2021-07-10T00:53:31,225 Created temporary directory: /tmp/pip-wheel-2dz4ddv9 2021-07-10T00:53:31,258 1 location(s) to search for versions of stackq: 2021-07-10T00:53:31,258 * https://pypi.org/simple/stackq/ 2021-07-10T00:53:31,258 Fetching project page and analyzing links: https://pypi.org/simple/stackq/ 2021-07-10T00:53:31,259 Getting page https://pypi.org/simple/stackq/ 2021-07-10T00:53:31,260 Found index url https://pypi.org/simple 2021-07-10T00:53:31,349 Found link https://files.pythonhosted.org/packages/13/df/7bec319430750084bb892aa902dd2a17d6943dc5153b8627428da4ec447e/stackq-0.0.0-alpha.1.0.tar.gz#sha256=ef81542e4a0bf86d0fea5fffeb1de4ef33800fb7f587ea95796c426f5fc3d69d (from https://pypi.org/simple/stackq/), version: 0.0.0-alpha.1.0 2021-07-10T00:53:31,350 Found link https://files.pythonhosted.org/packages/31/bb/acf6c21a5501ccaa7fba9a8ac964b8cc884f6a6a2a08d2e8bd530eff4a2d/stackq-0.0.0-alpha.1.1.tar.gz#sha256=b96acc17093872c73718c4d9e07c49c3e179c48f8cb9763ba2730eb9a3eedc6c (from https://pypi.org/simple/stackq/), version: 0.0.0-alpha.1.1 2021-07-10T00:53:31,350 Found link https://files.pythonhosted.org/packages/63/9b/2b138829c7dca7eb4aeb89c85989941c332d5b747d446a6fa028545e2dde/stackq-0.0.0-alpha.1.2.tar.gz#sha256=5306fbe0cd6b2324c5ec3031d76af8ae9e515472f965a239a000a61a48636cde (from https://pypi.org/simple/stackq/), version: 0.0.0-alpha.1.2 2021-07-10T00:53:31,350 Skipping link: not a file: https://pypi.org/simple/stackq/ 2021-07-10T00:53:31,366 Given no hashes to check 1 links for project 'stackq': discarding no candidates 2021-07-10T00:53:31,383 Collecting stackq==0.0.0-alpha.1.2 2021-07-10T00:53:31,385 Created temporary directory: /tmp/pip-unpack-fartq_35 2021-07-10T00:53:31,557 Downloading stackq-0.0.0-alpha.1.2.tar.gz (7.0 kB) 2021-07-10T00:53:31,615 Added stackq==0.0.0-alpha.1.2 from https://files.pythonhosted.org/packages/63/9b/2b138829c7dca7eb4aeb89c85989941c332d5b747d446a6fa028545e2dde/stackq-0.0.0-alpha.1.2.tar.gz#sha256=5306fbe0cd6b2324c5ec3031d76af8ae9e515472f965a239a000a61a48636cde to build tracker '/tmp/pip-req-tracker-4gzs6eek' 2021-07-10T00:53:31,616 Running setup.py (path:/tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/setup.py) egg_info for package stackq 2021-07-10T00:53:31,616 Created temporary directory: /tmp/pip-pip-egg-info-6c4hf0v4 2021-07-10T00:53:31,617 Running command python setup.py egg_info 2021-07-10T00:53:32,261 /tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/stackq/io.py:48: SyntaxWarning: "is" with a literal. Did you mean "=="? 2021-07-10T00:53:32,262 userInput = default if userInput is "" else userInput 2021-07-10T00:53:32,263 /tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/stackq/io.py:61: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2021-07-10T00:53:32,263 if line.find(endMark) is not -1: break 2021-07-10T00:53:32,263 /tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/stackq/io.py:104: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2021-07-10T00:53:32,264 if err is not "" and (os.environ.get("STACKQ_VERBOSE") or os.environ.get("STACKQ_VERBOSE_TEMP")): 2021-07-10T00:53:32,279 /tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/stackq/stack.py:39: SyntaxWarning: "is" with a literal. Did you mean "=="? 2021-07-10T00:53:32,279 if len(qs) is 0: 2021-07-10T00:53:32,281 Traceback (most recent call last): 2021-07-10T00:53:32,282 File "", line 1, in 2021-07-10T00:53:32,282 File "/tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/setup.py", line 3, in 2021-07-10T00:53:32,282 import stackq 2021-07-10T00:53:32,283 File "/tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/stackq/__init__.py", line 1, in 2021-07-10T00:53:32,283 from .stackq import __description__, __doc__, __version__, run 2021-07-10T00:53:32,283 File "/tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/stackq/stackq.py", line 5, in 2021-07-10T00:53:32,284 from . import stack 2021-07-10T00:53:32,284 File "/tmp/pip-wheel-2dz4ddv9/stackq_b774c38523d149c49d05b362f475ba65/stackq/stack.py", line 1, in 2021-07-10T00:53:32,284 import html2text 2021-07-10T00:53:32,284 ModuleNotFoundError: No module named 'html2text' 2021-07-10T00:53:32,335 WARNING: Discarding https://files.pythonhosted.org/packages/63/9b/2b138829c7dca7eb4aeb89c85989941c332d5b747d446a6fa028545e2dde/stackq-0.0.0-alpha.1.2.tar.gz#sha256=5306fbe0cd6b2324c5ec3031d76af8ae9e515472f965a239a000a61a48636cde (from https://pypi.org/simple/stackq/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T00:53:32,337 ERROR: Could not find a version that satisfies the requirement stackq==0.0.0-alpha.1.2 (from versions: 0.0.0-alpha.1.0, 0.0.0-alpha.1.1, 0.0.0-alpha.1.2) 2021-07-10T00:53:32,337 ERROR: No matching distribution found for stackq==0.0.0-alpha.1.2 2021-07-10T00:53:32,337 Exception information: 2021-07-10T00:53:32,337 Traceback (most recent call last): 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T00:53:32,337 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T00:53:32,337 raise RequirementsConflicted(criterion) 2021-07-10T00:53:32,337 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('stackq==0.0.0-alpha.1.2') 2021-07-10T00:53:32,337 2021-07-10T00:53:32,337 During handling of the above exception, another exception occurred: 2021-07-10T00:53:32,337 2021-07-10T00:53:32,337 Traceback (most recent call last): 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T00:53:32,337 result = self._result = resolver.resolve( 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T00:53:32,337 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T00:53:32,337 raise ResolutionImpossible(e.criterion.information) 2021-07-10T00:53:32,337 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('stackq==0.0.0-alpha.1.2'), parent=None)] 2021-07-10T00:53:32,337 2021-07-10T00:53:32,337 The above exception was the direct cause of the following exception: 2021-07-10T00:53:32,337 2021-07-10T00:53:32,337 Traceback (most recent call last): 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T00:53:32,337 status = self.run(options, args) 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T00:53:32,337 return func(self, options, args) 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T00:53:32,337 requirement_set = resolver.resolve( 2021-07-10T00:53:32,337 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T00:53:32,337 raise error from e 2021-07-10T00:53:32,337 pip._internal.exceptions.DistributionNotFound: No matching distribution found for stackq==0.0.0-alpha.1.2 2021-07-10T00:53:32,342 Removed stackq==0.0.0-alpha.1.2 from https://files.pythonhosted.org/packages/63/9b/2b138829c7dca7eb4aeb89c85989941c332d5b747d446a6fa028545e2dde/stackq-0.0.0-alpha.1.2.tar.gz#sha256=5306fbe0cd6b2324c5ec3031d76af8ae9e515472f965a239a000a61a48636cde from build tracker '/tmp/pip-req-tracker-4gzs6eek' 2021-07-10T00:53:32,343 Removed build tracker: '/tmp/pip-req-tracker-4gzs6eek'