2021-07-14T18:49:40,230 Created temporary directory: /tmp/pip-ephem-wheel-cache-gf_u_0so 2021-07-14T18:49:40,233 Created temporary directory: /tmp/pip-req-tracker-m9m7lz65 2021-07-14T18:49:40,234 Initialized build tracking at /tmp/pip-req-tracker-m9m7lz65 2021-07-14T18:49:40,234 Created build tracker: /tmp/pip-req-tracker-m9m7lz65 2021-07-14T18:49:40,234 Entered build tracker: /tmp/pip-req-tracker-m9m7lz65 2021-07-14T18:49:40,235 Created temporary directory: /tmp/pip-wheel-krs0w8du 2021-07-14T18:49:40,267 1 location(s) to search for versions of htmlify: 2021-07-14T18:49:40,267 * https://pypi.org/simple/htmlify/ 2021-07-14T18:49:40,267 Fetching project page and analyzing links: https://pypi.org/simple/htmlify/ 2021-07-14T18:49:40,268 Getting page https://pypi.org/simple/htmlify/ 2021-07-14T18:49:40,270 Found index url https://pypi.org/simple 2021-07-14T18:49:40,449 Found link https://files.pythonhosted.org/packages/ef/0d/792f10f74983cc492fc3f77c41e7f0c6217aa94302e0d5e80e9185770558/htmlify-0.1-beta.tar.gz#sha256=01a8f36a234cefefa87488ab51f567e6671108454ee3cd743504dea2f0c4eb37 (from https://pypi.org/simple/htmlify/), version: 0.1-beta 2021-07-14T18:49:40,450 Found link https://files.pythonhosted.org/packages/9a/18/853b00dfaa589a6946c0391bed5dd47d1aecfae4ec8c7bfaf205c0dc2155/htmlify-0.1.1-beta.tar.gz#sha256=67e8550267a95d36fa4884e77c8da289dd5ce8c53e97548b380dae4cf2bc3f12 (from https://pypi.org/simple/htmlify/), version: 0.1.1-beta 2021-07-14T18:49:40,450 Found link https://files.pythonhosted.org/packages/a7/f3/078aa156226edf932a7412addf80bd93ea501d7b96aa0a5c83fe33dc3c68/htmlify-0.1.2-beta.tar.gz#sha256=8f65e1bea8dc066713812cab9046e8e79919759cb4dc6ad3ab9da0604cfb5b7f (from https://pypi.org/simple/htmlify/), version: 0.1.2-beta 2021-07-14T18:49:40,451 Skipping link: not a file: https://pypi.org/simple/htmlify/ 2021-07-14T18:49:40,471 Given no hashes to check 1 links for project 'htmlify': discarding no candidates 2021-07-14T18:49:40,493 Collecting htmlify==0.1.1-beta 2021-07-14T18:49:40,494 Created temporary directory: /tmp/pip-unpack-_oqphz6_ 2021-07-14T18:49:40,665 Downloading htmlify-0.1.1-beta.tar.gz (1.6 kB) 2021-07-14T18:49:40,688 Added htmlify==0.1.1-beta from https://files.pythonhosted.org/packages/9a/18/853b00dfaa589a6946c0391bed5dd47d1aecfae4ec8c7bfaf205c0dc2155/htmlify-0.1.1-beta.tar.gz#sha256=67e8550267a95d36fa4884e77c8da289dd5ce8c53e97548b380dae4cf2bc3f12 to build tracker '/tmp/pip-req-tracker-m9m7lz65' 2021-07-14T18:49:40,689 Running setup.py (path:/tmp/pip-wheel-krs0w8du/htmlify_2a42604ac09342c394ba5d6fb2139e45/setup.py) egg_info for package htmlify 2021-07-14T18:49:40,690 Created temporary directory: /tmp/pip-pip-egg-info-ornl34hh 2021-07-14T18:49:40,690 Running command python setup.py egg_info 2021-07-14T18:49:42,129 Traceback (most recent call last): 2021-07-14T18:49:42,130 File "", line 1, in 2021-07-14T18:49:42,130 File "/tmp/pip-wheel-krs0w8du/htmlify_2a42604ac09342c394ba5d6fb2139e45/setup.py", line 7, in 2021-07-14T18:49:42,130 with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: 2021-07-14T18:49:42,131 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-krs0w8du/htmlify_2a42604ac09342c394ba5d6fb2139e45/README.md' 2021-07-14T18:49:42,196 WARNING: Discarding https://files.pythonhosted.org/packages/9a/18/853b00dfaa589a6946c0391bed5dd47d1aecfae4ec8c7bfaf205c0dc2155/htmlify-0.1.1-beta.tar.gz#sha256=67e8550267a95d36fa4884e77c8da289dd5ce8c53e97548b380dae4cf2bc3f12 (from https://pypi.org/simple/htmlify/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-14T18:49:42,198 ERROR: Could not find a version that satisfies the requirement htmlify==0.1.1-beta (from versions: 0.1b0, 0.1.1b0, 0.1.2b0) 2021-07-14T18:49:42,198 ERROR: No matching distribution found for htmlify==0.1.1-beta 2021-07-14T18:49:42,199 Exception information: 2021-07-14T18:49:42,199 Traceback (most recent call last): 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-14T18:49:42,199 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-14T18:49:42,199 raise RequirementsConflicted(criterion) 2021-07-14T18:49:42,199 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('htmlify==0.1.1-beta') 2021-07-14T18:49:42,199 2021-07-14T18:49:42,199 During handling of the above exception, another exception occurred: 2021-07-14T18:49:42,199 2021-07-14T18:49:42,199 Traceback (most recent call last): 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-14T18:49:42,199 result = self._result = resolver.resolve( 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-14T18:49:42,199 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-14T18:49:42,199 raise ResolutionImpossible(e.criterion.information) 2021-07-14T18:49:42,199 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('htmlify==0.1.1-beta'), parent=None)] 2021-07-14T18:49:42,199 2021-07-14T18:49:42,199 The above exception was the direct cause of the following exception: 2021-07-14T18:49:42,199 2021-07-14T18:49:42,199 Traceback (most recent call last): 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-14T18:49:42,199 status = self.run(options, args) 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-14T18:49:42,199 return func(self, options, args) 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-14T18:49:42,199 requirement_set = resolver.resolve( 2021-07-14T18:49:42,199 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-14T18:49:42,199 raise error from e 2021-07-14T18:49:42,199 pip._internal.exceptions.DistributionNotFound: No matching distribution found for htmlify==0.1.1-beta 2021-07-14T18:49:42,204 Removed htmlify==0.1.1-beta from https://files.pythonhosted.org/packages/9a/18/853b00dfaa589a6946c0391bed5dd47d1aecfae4ec8c7bfaf205c0dc2155/htmlify-0.1.1-beta.tar.gz#sha256=67e8550267a95d36fa4884e77c8da289dd5ce8c53e97548b380dae4cf2bc3f12 from build tracker '/tmp/pip-req-tracker-m9m7lz65' 2021-07-14T18:49:42,204 Removed build tracker: '/tmp/pip-req-tracker-m9m7lz65'