2021-07-10T03:39:28,003 Created temporary directory: /tmp/pip-ephem-wheel-cache-hyzqxd9n 2021-07-10T03:39:28,007 Created temporary directory: /tmp/pip-req-tracker-lukw58c6 2021-07-10T03:39:28,007 Initialized build tracking at /tmp/pip-req-tracker-lukw58c6 2021-07-10T03:39:28,007 Created build tracker: /tmp/pip-req-tracker-lukw58c6 2021-07-10T03:39:28,007 Entered build tracker: /tmp/pip-req-tracker-lukw58c6 2021-07-10T03:39:28,008 Created temporary directory: /tmp/pip-wheel-o0ecc5dy 2021-07-10T03:39:28,041 1 location(s) to search for versions of markup-py: 2021-07-10T03:39:28,041 * https://pypi.org/simple/markup-py/ 2021-07-10T03:39:28,042 Fetching project page and analyzing links: https://pypi.org/simple/markup-py/ 2021-07-10T03:39:28,042 Getting page https://pypi.org/simple/markup-py/ 2021-07-10T03:39:28,044 Found index url https://pypi.org/simple 2021-07-10T03:39:28,133 Found link https://files.pythonhosted.org/packages/ab/37/6933de610f64a06e26a0ef5da52f8bb4d3deff3fddef2207957f97f248a7/markup.py-1.10.1.tgz#sha256=a659f591442745d2dd89c5eae0a7e54ced82660fbb28535786a1922adc62440f (from https://pypi.org/simple/markup-py/), version: 1.10.1 2021-07-10T03:39:28,133 Found link https://files.pythonhosted.org/packages/4a/ac/a9c3f8e2badf3db98ad13c829a9e3262dc466489cfdef82309e411183fb2/markup.py-1.11.tar.gz#sha256=2af33b619fdbb89eedb80ba9b61908596453e49336c2ed9dd042e14b665c26cf (from https://pypi.org/simple/markup-py/), version: 1.11 2021-07-10T03:39:28,134 Found link https://files.pythonhosted.org/packages/32/04/5086565d977b0f7f91ea33be7d6a19ba66f1b031c75b4e98133b0430ef93/markup.py-1.12.tar.gz#sha256=3f45d034cf1dbd996184ca0ce251dcc81098a8d1dceafe63f0c13c5ef6865428 (from https://pypi.org/simple/markup-py/), version: 1.12 2021-07-10T03:39:28,134 Skipping link: not a file: https://pypi.org/simple/markup-py/ 2021-07-10T03:39:28,152 Given no hashes to check 0 links for project 'markup-py': discarding no candidates 2021-07-10T03:39:28,153 ERROR: Could not find a version that satisfies the requirement markup-py==1.10 (from versions: 1.10.1, 1.11, 1.12) 2021-07-10T03:39:28,153 ERROR: No matching distribution found for markup-py==1.10 2021-07-10T03:39:28,153 Exception information: 2021-07-10T03:39:28,153 Traceback (most recent call last): 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T03:39:28,153 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T03:39:28,153 raise RequirementsConflicted(criterion) 2021-07-10T03:39:28,153 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('markup-py==1.10') 2021-07-10T03:39:28,153 2021-07-10T03:39:28,153 During handling of the above exception, another exception occurred: 2021-07-10T03:39:28,153 2021-07-10T03:39:28,153 Traceback (most recent call last): 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T03:39:28,153 result = self._result = resolver.resolve( 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T03:39:28,153 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T03:39:28,153 raise ResolutionImpossible(e.criterion.information) 2021-07-10T03:39:28,153 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('markup-py==1.10'), parent=None)] 2021-07-10T03:39:28,153 2021-07-10T03:39:28,153 The above exception was the direct cause of the following exception: 2021-07-10T03:39:28,153 2021-07-10T03:39:28,153 Traceback (most recent call last): 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T03:39:28,153 status = self.run(options, args) 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T03:39:28,153 return func(self, options, args) 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T03:39:28,153 requirement_set = resolver.resolve( 2021-07-10T03:39:28,153 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T03:39:28,153 raise error from e 2021-07-10T03:39:28,153 pip._internal.exceptions.DistributionNotFound: No matching distribution found for markup-py==1.10 2021-07-10T03:39:28,157 Removed build tracker: '/tmp/pip-req-tracker-lukw58c6'