2021-07-10T10:38:00,776 Created temporary directory: /tmp/pip-ephem-wheel-cache-zgakwihi 2021-07-10T10:38:00,780 Created temporary directory: /tmp/pip-req-tracker-11cpcv65 2021-07-10T10:38:00,780 Initialized build tracking at /tmp/pip-req-tracker-11cpcv65 2021-07-10T10:38:00,781 Created build tracker: /tmp/pip-req-tracker-11cpcv65 2021-07-10T10:38:00,781 Entered build tracker: /tmp/pip-req-tracker-11cpcv65 2021-07-10T10:38:00,782 Created temporary directory: /tmp/pip-wheel-xw9o5ugk 2021-07-10T10:38:00,811 1 location(s) to search for versions of pipita: 2021-07-10T10:38:00,811 * https://pypi.org/simple/pipita/ 2021-07-10T10:38:00,812 Fetching project page and analyzing links: https://pypi.org/simple/pipita/ 2021-07-10T10:38:00,812 Getting page https://pypi.org/simple/pipita/ 2021-07-10T10:38:00,814 Found index url https://pypi.org/simple 2021-07-10T10:38:00,993 Found link https://files.pythonhosted.org/packages/c4/bb/734d9a5d047598efcfd15440a79192d8b50c5b6621be170928141ce4ecd4/pipita-0.4.0.tar.gz#sha256=52a24453e75fa2cdddc49295f70451eabfd5f771ebede829ce6190928be6a0fd (from https://pypi.org/simple/pipita/), version: 0.4.0 2021-07-10T10:38:00,993 Skipping link: not a file: https://pypi.org/simple/pipita/ 2021-07-10T10:38:01,011 Given no hashes to check 1 links for project 'pipita': discarding no candidates 2021-07-10T10:38:01,030 Collecting pipita==0.4.0 2021-07-10T10:38:01,031 Created temporary directory: /tmp/pip-unpack-6cgs6p3u 2021-07-10T10:38:01,205 Downloading pipita-0.4.0.tar.gz (2.5 kB) 2021-07-10T10:38:01,255 Added pipita==0.4.0 from https://files.pythonhosted.org/packages/c4/bb/734d9a5d047598efcfd15440a79192d8b50c5b6621be170928141ce4ecd4/pipita-0.4.0.tar.gz#sha256=52a24453e75fa2cdddc49295f70451eabfd5f771ebede829ce6190928be6a0fd to build tracker '/tmp/pip-req-tracker-11cpcv65' 2021-07-10T10:38:01,256 Running setup.py (path:/tmp/pip-wheel-xw9o5ugk/pipita_7376543cf13a4c568f010ac132719151/setup.py) egg_info for package pipita 2021-07-10T10:38:01,257 Created temporary directory: /tmp/pip-pip-egg-info-1iq69xvi 2021-07-10T10:38:01,258 Running command python setup.py egg_info 2021-07-10T10:38:02,020 Traceback (most recent call last): 2021-07-10T10:38:02,021 File "", line 1, in 2021-07-10T10:38:02,021 File "/tmp/pip-wheel-xw9o5ugk/pipita_7376543cf13a4c568f010ac132719151/setup.py", line 8 2021-07-10T10:38:02,022 print "warning: pypandoc module not found, could not convert Markdown to RST" 2021-07-10T10:38:02,022 ^ 2021-07-10T10:38:02,022 SyntaxError: Missing parentheses in call to 'print'. Did you mean print("warning: pypandoc module not found, could not convert Markdown to RST")? 2021-07-10T10:38:02,070 WARNING: Discarding https://files.pythonhosted.org/packages/c4/bb/734d9a5d047598efcfd15440a79192d8b50c5b6621be170928141ce4ecd4/pipita-0.4.0.tar.gz#sha256=52a24453e75fa2cdddc49295f70451eabfd5f771ebede829ce6190928be6a0fd (from https://pypi.org/simple/pipita/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T10:38:02,072 ERROR: Could not find a version that satisfies the requirement pipita==0.4.0 (from versions: 0.4.0) 2021-07-10T10:38:02,072 ERROR: No matching distribution found for pipita==0.4.0 2021-07-10T10:38:02,072 Exception information: 2021-07-10T10:38:02,072 Traceback (most recent call last): 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T10:38:02,072 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T10:38:02,072 raise RequirementsConflicted(criterion) 2021-07-10T10:38:02,072 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pipita==0.4.0') 2021-07-10T10:38:02,072 2021-07-10T10:38:02,072 During handling of the above exception, another exception occurred: 2021-07-10T10:38:02,072 2021-07-10T10:38:02,072 Traceback (most recent call last): 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T10:38:02,072 result = self._result = resolver.resolve( 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T10:38:02,072 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T10:38:02,072 raise ResolutionImpossible(e.criterion.information) 2021-07-10T10:38:02,072 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pipita==0.4.0'), parent=None)] 2021-07-10T10:38:02,072 2021-07-10T10:38:02,072 The above exception was the direct cause of the following exception: 2021-07-10T10:38:02,072 2021-07-10T10:38:02,072 Traceback (most recent call last): 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T10:38:02,072 status = self.run(options, args) 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T10:38:02,072 return func(self, options, args) 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T10:38:02,072 requirement_set = resolver.resolve( 2021-07-10T10:38:02,072 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T10:38:02,072 raise error from e 2021-07-10T10:38:02,072 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pipita==0.4.0 2021-07-10T10:38:02,077 Removed pipita==0.4.0 from https://files.pythonhosted.org/packages/c4/bb/734d9a5d047598efcfd15440a79192d8b50c5b6621be170928141ce4ecd4/pipita-0.4.0.tar.gz#sha256=52a24453e75fa2cdddc49295f70451eabfd5f771ebede829ce6190928be6a0fd from build tracker '/tmp/pip-req-tracker-11cpcv65' 2021-07-10T10:38:02,077 Removed build tracker: '/tmp/pip-req-tracker-11cpcv65'