2021-07-09T18:53:04,935 Created temporary directory: /tmp/pip-ephem-wheel-cache-i8ya8ynu 2021-07-09T18:53:04,938 Created temporary directory: /tmp/pip-req-tracker-nsr2ve1_ 2021-07-09T18:53:04,938 Initialized build tracking at /tmp/pip-req-tracker-nsr2ve1_ 2021-07-09T18:53:04,939 Created build tracker: /tmp/pip-req-tracker-nsr2ve1_ 2021-07-09T18:53:04,939 Entered build tracker: /tmp/pip-req-tracker-nsr2ve1_ 2021-07-09T18:53:04,939 Created temporary directory: /tmp/pip-wheel-5mv2_t5a 2021-07-09T18:53:04,974 1 location(s) to search for versions of liquify: 2021-07-09T18:53:04,974 * https://pypi.org/simple/liquify/ 2021-07-09T18:53:04,975 Fetching project page and analyzing links: https://pypi.org/simple/liquify/ 2021-07-09T18:53:04,975 Getting page https://pypi.org/simple/liquify/ 2021-07-09T18:53:04,977 Found index url https://pypi.org/simple 2021-07-09T18:53:05,144 Found link https://files.pythonhosted.org/packages/60/9c/798963e6d5ebcb831718a2cb304ce4c782f1081045c641cf42d984b5ad0c/liquify-0.3.tar.gz#sha256=d52d8f48d68c5d9f1ba8decd6d4611f68618a486278835a877da262ec70a49e5 (from https://pypi.org/simple/liquify/), version: 0.3 2021-07-09T18:53:05,144 Skipping link: not a file: https://pypi.org/simple/liquify/ 2021-07-09T18:53:05,162 Given no hashes to check 1 links for project 'liquify': discarding no candidates 2021-07-09T18:53:05,180 Collecting liquify==0.3 2021-07-09T18:53:05,182 Created temporary directory: /tmp/pip-unpack-oymt8xx3 2021-07-09T18:53:05,361 Downloading liquify-0.3.tar.gz (14 kB) 2021-07-09T18:53:05,435 Added liquify==0.3 from https://files.pythonhosted.org/packages/60/9c/798963e6d5ebcb831718a2cb304ce4c782f1081045c641cf42d984b5ad0c/liquify-0.3.tar.gz#sha256=d52d8f48d68c5d9f1ba8decd6d4611f68618a486278835a877da262ec70a49e5 to build tracker '/tmp/pip-req-tracker-nsr2ve1_' 2021-07-09T18:53:05,436 Running setup.py (path:/tmp/pip-wheel-5mv2_t5a/liquify_c7b39ef42ca24770b1b428821b07a649/setup.py) egg_info for package liquify 2021-07-09T18:53:05,437 Created temporary directory: /tmp/pip-pip-egg-info-1pzh7ii1 2021-07-09T18:53:05,437 Running command python setup.py egg_info 2021-07-09T18:53:06,112 Traceback (most recent call last): 2021-07-09T18:53:06,113 File "", line 1, in 2021-07-09T18:53:06,113 File "/tmp/pip-wheel-5mv2_t5a/liquify_c7b39ef42ca24770b1b428821b07a649/setup.py", line 4, in 2021-07-09T18:53:06,113 import liquify 2021-07-09T18:53:06,114 File "/tmp/pip-wheel-5mv2_t5a/liquify_c7b39ef42ca24770b1b428821b07a649/liquify.py", line 96 2021-07-09T18:53:06,114 raise AssertionError, self.selftest_failure(result, original, minified) 2021-07-09T18:53:06,115 ^ 2021-07-09T18:53:06,115 SyntaxError: invalid syntax 2021-07-09T18:53:06,170 WARNING: Discarding https://files.pythonhosted.org/packages/60/9c/798963e6d5ebcb831718a2cb304ce4c782f1081045c641cf42d984b5ad0c/liquify-0.3.tar.gz#sha256=d52d8f48d68c5d9f1ba8decd6d4611f68618a486278835a877da262ec70a49e5 (from https://pypi.org/simple/liquify/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T18:53:06,172 ERROR: Could not find a version that satisfies the requirement liquify==0.3 (from versions: 0.3) 2021-07-09T18:53:06,172 ERROR: No matching distribution found for liquify==0.3 2021-07-09T18:53:06,173 Exception information: 2021-07-09T18:53:06,173 Traceback (most recent call last): 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T18:53:06,173 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T18:53:06,173 raise RequirementsConflicted(criterion) 2021-07-09T18:53:06,173 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('liquify==0.3') 2021-07-09T18:53:06,173 2021-07-09T18:53:06,173 During handling of the above exception, another exception occurred: 2021-07-09T18:53:06,173 2021-07-09T18:53:06,173 Traceback (most recent call last): 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T18:53:06,173 result = self._result = resolver.resolve( 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T18:53:06,173 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T18:53:06,173 raise ResolutionImpossible(e.criterion.information) 2021-07-09T18:53:06,173 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('liquify==0.3'), parent=None)] 2021-07-09T18:53:06,173 2021-07-09T18:53:06,173 The above exception was the direct cause of the following exception: 2021-07-09T18:53:06,173 2021-07-09T18:53:06,173 Traceback (most recent call last): 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T18:53:06,173 status = self.run(options, args) 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T18:53:06,173 return func(self, options, args) 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T18:53:06,173 requirement_set = resolver.resolve( 2021-07-09T18:53:06,173 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T18:53:06,173 raise error from e 2021-07-09T18:53:06,173 pip._internal.exceptions.DistributionNotFound: No matching distribution found for liquify==0.3 2021-07-09T18:53:06,178 Removed liquify==0.3 from https://files.pythonhosted.org/packages/60/9c/798963e6d5ebcb831718a2cb304ce4c782f1081045c641cf42d984b5ad0c/liquify-0.3.tar.gz#sha256=d52d8f48d68c5d9f1ba8decd6d4611f68618a486278835a877da262ec70a49e5 from build tracker '/tmp/pip-req-tracker-nsr2ve1_' 2021-07-09T18:53:06,179 Removed build tracker: '/tmp/pip-req-tracker-nsr2ve1_'