2021-07-10T04:25:10,379 Created temporary directory: /tmp/pip-ephem-wheel-cache-z7m5rlt_ 2021-07-10T04:25:10,383 Created temporary directory: /tmp/pip-req-tracker-4o1wt6x5 2021-07-10T04:25:10,383 Initialized build tracking at /tmp/pip-req-tracker-4o1wt6x5 2021-07-10T04:25:10,383 Created build tracker: /tmp/pip-req-tracker-4o1wt6x5 2021-07-10T04:25:10,383 Entered build tracker: /tmp/pip-req-tracker-4o1wt6x5 2021-07-10T04:25:10,384 Created temporary directory: /tmp/pip-wheel-6v2aew58 2021-07-10T04:25:10,418 1 location(s) to search for versions of padova: 2021-07-10T04:25:10,418 * https://pypi.org/simple/padova/ 2021-07-10T04:25:10,419 Fetching project page and analyzing links: https://pypi.org/simple/padova/ 2021-07-10T04:25:10,419 Getting page https://pypi.org/simple/padova/ 2021-07-10T04:25:10,421 Found index url https://pypi.org/simple 2021-07-10T04:25:10,510 Found link https://files.pythonhosted.org/packages/68/8d/3d3feb41cace626093a7fa34384f66d11e9f344e7ba33e96fb4de328c4c5/padova-0.1.tar.gz#sha256=3fdc3a97433d36a79be86a80931b418fd2372e7a0456555c20de72925c0376c1 (from https://pypi.org/simple/padova/), version: 0.1 2021-07-10T04:25:10,510 Found link https://files.pythonhosted.org/packages/01/d8/6ce0881484c216cadf9ec9e3c924164d8a331ed45f4e997e357edd4a7f9d/padova-0.1.1.tar.gz#sha256=702f74e9a5a559797c96cf6e330a72c57bd6978638188199352db80de6db42ba (from https://pypi.org/simple/padova/), version: 0.1.1 2021-07-10T04:25:10,511 Found link https://files.pythonhosted.org/packages/6f/06/8a9f761dc59fa37871fd475f45b46a16bd215d8591052dff7a41229f6545/padova-0.1.2.tar.gz#sha256=bba8561debc16c1b43d16fe5716ab97dc4ca78864d921dca7fc8924567ab3612 (from https://pypi.org/simple/padova/), version: 0.1.2 2021-07-10T04:25:10,511 Skipping link: not a file: https://pypi.org/simple/padova/ 2021-07-10T04:25:10,529 Given no hashes to check 1 links for project 'padova': discarding no candidates 2021-07-10T04:25:10,547 Collecting padova==0.1.2 2021-07-10T04:25:10,549 Created temporary directory: /tmp/pip-unpack-4g4s61yt 2021-07-10T04:25:10,719 Downloading padova-0.1.2.tar.gz (20 kB) 2021-07-10T04:25:10,825 Added padova==0.1.2 from https://files.pythonhosted.org/packages/6f/06/8a9f761dc59fa37871fd475f45b46a16bd215d8591052dff7a41229f6545/padova-0.1.2.tar.gz#sha256=bba8561debc16c1b43d16fe5716ab97dc4ca78864d921dca7fc8924567ab3612 to build tracker '/tmp/pip-req-tracker-4o1wt6x5' 2021-07-10T04:25:10,826 Running setup.py (path:/tmp/pip-wheel-6v2aew58/padova_1088b1a22d2842a589d090ee04ab4a09/setup.py) egg_info for package padova 2021-07-10T04:25:10,827 Created temporary directory: /tmp/pip-pip-egg-info-k38ul377 2021-07-10T04:25:10,827 Running command python setup.py egg_info 2021-07-10T04:25:11,467 Traceback (most recent call last): 2021-07-10T04:25:11,467 File "", line 1, in 2021-07-10T04:25:11,467 File "/tmp/pip-wheel-6v2aew58/padova_1088b1a22d2842a589d090ee04ab4a09/setup.py", line 24, in 2021-07-10T04:25:11,468 long_description = '\n\n'.join([read('README.rst'), 2021-07-10T04:25:11,468 File "/tmp/pip-wheel-6v2aew58/padova_1088b1a22d2842a589d090ee04ab4a09/setup.py", line 22, in read 2021-07-10T04:25:11,468 return unicode(codecs.open(full_filename, encoding='utf-8').read()) 2021-07-10T04:25:11,468 NameError: name 'unicode' is not defined 2021-07-10T04:25:11,517 WARNING: Discarding https://files.pythonhosted.org/packages/6f/06/8a9f761dc59fa37871fd475f45b46a16bd215d8591052dff7a41229f6545/padova-0.1.2.tar.gz#sha256=bba8561debc16c1b43d16fe5716ab97dc4ca78864d921dca7fc8924567ab3612 (from https://pypi.org/simple/padova/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T04:25:11,519 ERROR: Could not find a version that satisfies the requirement padova==0.1.2 (from versions: 0.1, 0.1.1, 0.1.2) 2021-07-10T04:25:11,519 ERROR: No matching distribution found for padova==0.1.2 2021-07-10T04:25:11,519 Exception information: 2021-07-10T04:25:11,519 Traceback (most recent call last): 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T04:25:11,519 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T04:25:11,519 raise RequirementsConflicted(criterion) 2021-07-10T04:25:11,519 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('padova==0.1.2') 2021-07-10T04:25:11,519 2021-07-10T04:25:11,519 During handling of the above exception, another exception occurred: 2021-07-10T04:25:11,519 2021-07-10T04:25:11,519 Traceback (most recent call last): 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T04:25:11,519 result = self._result = resolver.resolve( 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T04:25:11,519 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T04:25:11,519 raise ResolutionImpossible(e.criterion.information) 2021-07-10T04:25:11,519 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('padova==0.1.2'), parent=None)] 2021-07-10T04:25:11,519 2021-07-10T04:25:11,519 The above exception was the direct cause of the following exception: 2021-07-10T04:25:11,519 2021-07-10T04:25:11,519 Traceback (most recent call last): 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T04:25:11,519 status = self.run(options, args) 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T04:25:11,519 return func(self, options, args) 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T04:25:11,519 requirement_set = resolver.resolve( 2021-07-10T04:25:11,519 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T04:25:11,519 raise error from e 2021-07-10T04:25:11,519 pip._internal.exceptions.DistributionNotFound: No matching distribution found for padova==0.1.2 2021-07-10T04:25:11,524 Removed padova==0.1.2 from https://files.pythonhosted.org/packages/6f/06/8a9f761dc59fa37871fd475f45b46a16bd215d8591052dff7a41229f6545/padova-0.1.2.tar.gz#sha256=bba8561debc16c1b43d16fe5716ab97dc4ca78864d921dca7fc8924567ab3612 from build tracker '/tmp/pip-req-tracker-4o1wt6x5' 2021-07-10T04:25:11,525 Removed build tracker: '/tmp/pip-req-tracker-4o1wt6x5'