2021-07-12T14:05:56,013 Created temporary directory: /tmp/pip-ephem-wheel-cache-_y_4t8ca 2021-07-12T14:05:56,016 Created temporary directory: /tmp/pip-req-tracker-pyju869v 2021-07-12T14:05:56,016 Initialized build tracking at /tmp/pip-req-tracker-pyju869v 2021-07-12T14:05:56,017 Created build tracker: /tmp/pip-req-tracker-pyju869v 2021-07-12T14:05:56,017 Entered build tracker: /tmp/pip-req-tracker-pyju869v 2021-07-12T14:05:56,017 Created temporary directory: /tmp/pip-wheel-uokbbmby 2021-07-12T14:05:56,047 1 location(s) to search for versions of ccextractor: 2021-07-12T14:05:56,047 * https://pypi.org/simple/ccextractor/ 2021-07-12T14:05:56,048 Fetching project page and analyzing links: https://pypi.org/simple/ccextractor/ 2021-07-12T14:05:56,049 Getting page https://pypi.org/simple/ccextractor/ 2021-07-12T14:05:56,050 Found index url https://pypi.org/simple 2021-07-12T14:05:56,230 Found link https://files.pythonhosted.org/packages/b3/20/b8895842d222e6db12c747364411ba6e7d791b49b0c5dc08c5e009f0410d/ccextractor-0.1.tar.gz#sha256=0743e136a669d2c2112230e456f77d00647c653c1c46bbc13a3d27b8e632854d (from https://pypi.org/simple/ccextractor/), version: 0.1 2021-07-12T14:05:56,230 Skipping link: not a file: https://pypi.org/simple/ccextractor/ 2021-07-12T14:05:56,248 Given no hashes to check 1 links for project 'ccextractor': discarding no candidates 2021-07-12T14:05:56,267 Collecting ccextractor==0.1 2021-07-12T14:05:56,268 Created temporary directory: /tmp/pip-unpack-9yheihkg 2021-07-12T14:05:57,188 Downloading ccextractor-0.1.tar.gz (1.6 MB) 2021-07-12T14:05:58,409 Added ccextractor==0.1 from https://files.pythonhosted.org/packages/b3/20/b8895842d222e6db12c747364411ba6e7d791b49b0c5dc08c5e009f0410d/ccextractor-0.1.tar.gz#sha256=0743e136a669d2c2112230e456f77d00647c653c1c46bbc13a3d27b8e632854d to build tracker '/tmp/pip-req-tracker-pyju869v' 2021-07-12T14:05:58,410 Running setup.py (path:/tmp/pip-wheel-uokbbmby/ccextractor_2fa928aadfb44e5989e98ca782ece607/setup.py) egg_info for package ccextractor 2021-07-12T14:05:58,411 Created temporary directory: /tmp/pip-pip-egg-info-61c0eoxp 2021-07-12T14:05:58,411 Running command python setup.py egg_info 2021-07-12T14:05:59,331 Traceback (most recent call last): 2021-07-12T14:05:59,331 File "", line 1, in 2021-07-12T14:05:59,332 File "/tmp/pip-wheel-uokbbmby/ccextractor_2fa928aadfb44e5989e98ca782ece607/setup.py", line 18 2021-07-12T14:05:59,332 print os.getcwd() 2021-07-12T14:05:59,332 ^ 2021-07-12T14:05:59,333 SyntaxError: invalid syntax 2021-07-12T14:05:59,382 WARNING: Discarding https://files.pythonhosted.org/packages/b3/20/b8895842d222e6db12c747364411ba6e7d791b49b0c5dc08c5e009f0410d/ccextractor-0.1.tar.gz#sha256=0743e136a669d2c2112230e456f77d00647c653c1c46bbc13a3d27b8e632854d (from https://pypi.org/simple/ccextractor/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-12T14:05:59,383 ERROR: Could not find a version that satisfies the requirement ccextractor==0.1 (from versions: 0.1) 2021-07-12T14:05:59,383 ERROR: No matching distribution found for ccextractor==0.1 2021-07-12T14:05:59,383 Exception information: 2021-07-12T14:05:59,383 Traceback (most recent call last): 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-12T14:05:59,383 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-12T14:05:59,383 raise RequirementsConflicted(criterion) 2021-07-12T14:05:59,383 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('ccextractor==0.1') 2021-07-12T14:05:59,383 2021-07-12T14:05:59,383 During handling of the above exception, another exception occurred: 2021-07-12T14:05:59,383 2021-07-12T14:05:59,383 Traceback (most recent call last): 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-12T14:05:59,383 result = self._result = resolver.resolve( 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-12T14:05:59,383 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-12T14:05:59,383 raise ResolutionImpossible(e.criterion.information) 2021-07-12T14:05:59,383 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('ccextractor==0.1'), parent=None)] 2021-07-12T14:05:59,383 2021-07-12T14:05:59,383 The above exception was the direct cause of the following exception: 2021-07-12T14:05:59,383 2021-07-12T14:05:59,383 Traceback (most recent call last): 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-12T14:05:59,383 status = self.run(options, args) 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-12T14:05:59,383 return func(self, options, args) 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-12T14:05:59,383 requirement_set = resolver.resolve( 2021-07-12T14:05:59,383 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-12T14:05:59,383 raise error from e 2021-07-12T14:05:59,383 pip._internal.exceptions.DistributionNotFound: No matching distribution found for ccextractor==0.1 2021-07-12T14:05:59,388 Removed ccextractor==0.1 from https://files.pythonhosted.org/packages/b3/20/b8895842d222e6db12c747364411ba6e7d791b49b0c5dc08c5e009f0410d/ccextractor-0.1.tar.gz#sha256=0743e136a669d2c2112230e456f77d00647c653c1c46bbc13a3d27b8e632854d from build tracker '/tmp/pip-req-tracker-pyju869v' 2021-07-12T14:05:59,389 Removed build tracker: '/tmp/pip-req-tracker-pyju869v'