2021-10-08T10:21:48,907 Created temporary directory: /tmp/pip-ephem-wheel-cache-q3z3lo1t 2021-10-08T10:21:48,910 Created temporary directory: /tmp/pip-req-tracker-8mrbsayy 2021-10-08T10:21:48,911 Initialized build tracking at /tmp/pip-req-tracker-8mrbsayy 2021-10-08T10:21:48,911 Created build tracker: /tmp/pip-req-tracker-8mrbsayy 2021-10-08T10:21:48,911 Entered build tracker: /tmp/pip-req-tracker-8mrbsayy 2021-10-08T10:21:48,911 Created temporary directory: /tmp/pip-wheel-6euhyhgy 2021-10-08T10:21:48,942 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-08T10:21:48,946 2 location(s) to search for versions of bayeshist: 2021-10-08T10:21:48,946 * https://pypi.org/simple/bayeshist/ 2021-10-08T10:21:48,946 * https://www.piwheels.org/simple/bayeshist/ 2021-10-08T10:21:48,947 Fetching project page and analyzing links: https://pypi.org/simple/bayeshist/ 2021-10-08T10:21:48,947 Getting page https://pypi.org/simple/bayeshist/ 2021-10-08T10:21:48,950 Found index url https://pypi.org/simple 2021-10-08T10:21:49,042 Found link https://files.pythonhosted.org/packages/ba/20/d4273610736e2febe2c369058fea80fd762fa85d5cbfdc37ef275a257c17/bayeshist-0.0.tar.gz#sha256=864d8add49993983bca9202357f3854962611267d3bf9bb6f14336fb098d4d9c (from https://pypi.org/simple/bayeshist/), version: 0.0 2021-10-08T10:21:49,042 Fetching project page and analyzing links: https://www.piwheels.org/simple/bayeshist/ 2021-10-08T10:21:49,043 Getting page https://www.piwheels.org/simple/bayeshist/ 2021-10-08T10:21:49,044 Found index url https://www.piwheels.org/simple 2021-10-08T10:21:49,206 Skipping link: not a file: https://www.piwheels.org/simple/bayeshist/ 2021-10-08T10:21:49,206 Skipping link: not a file: https://pypi.org/simple/bayeshist/ 2021-10-08T10:21:49,220 Given no hashes to check 1 links for project 'bayeshist': discarding no candidates 2021-10-08T10:21:49,235 Collecting bayeshist==0.0 2021-10-08T10:21:49,237 Created temporary directory: /tmp/pip-unpack-uizfzeuv 2021-10-08T10:21:49,277 Downloading bayeshist-0.0.tar.gz (4.1 kB) 2021-10-08T10:21:49,298 Added bayeshist==0.0 from https://files.pythonhosted.org/packages/ba/20/d4273610736e2febe2c369058fea80fd762fa85d5cbfdc37ef275a257c17/bayeshist-0.0.tar.gz#sha256=864d8add49993983bca9202357f3854962611267d3bf9bb6f14336fb098d4d9c to build tracker '/tmp/pip-req-tracker-8mrbsayy' 2021-10-08T10:21:49,298 Running setup.py (path:/tmp/pip-wheel-6euhyhgy/bayeshist_af451287b4e8480facd1defc189ee23a/setup.py) egg_info for package bayeshist 2021-10-08T10:21:49,299 Created temporary directory: /tmp/pip-pip-egg-info-7_1k_zel 2021-10-08T10:21:49,299 Running command python setup.py egg_info 2021-10-08T10:21:50,028 Traceback (most recent call last): 2021-10-08T10:21:50,029 File "", line 1, in 2021-10-08T10:21:50,029 File "/tmp/pip-wheel-6euhyhgy/bayeshist_af451287b4e8480facd1defc189ee23a/setup.py", line 8, in 2021-10-08T10:21:50,029 from bayeshist import __version__ 2021-10-08T10:21:50,029 File "/tmp/pip-wheel-6euhyhgy/bayeshist_af451287b4e8480facd1defc189ee23a/bayeshist/__init__.py", line 1, in 2021-10-08T10:21:50,029 from .bayeshist import bayesian_histogram 2021-10-08T10:21:50,030 File "/tmp/pip-wheel-6euhyhgy/bayeshist_af451287b4e8480facd1defc189ee23a/bayeshist/bayeshist.py", line 6, in 2021-10-08T10:21:50,030 from typing import Iterable, Literal, Optional, Tuple, Union 2021-10-08T10:21:50,030 ImportError: cannot import name 'Literal' from 'typing' (/usr/lib/python3.7/typing.py) 2021-10-08T10:21:50,080 WARNING: Discarding https://files.pythonhosted.org/packages/ba/20/d4273610736e2febe2c369058fea80fd762fa85d5cbfdc37ef275a257c17/bayeshist-0.0.tar.gz#sha256=864d8add49993983bca9202357f3854962611267d3bf9bb6f14336fb098d4d9c (from https://pypi.org/simple/bayeshist/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-10-08T10:21:50,081 ERROR: Could not find a version that satisfies the requirement bayeshist==0.0 (from versions: 0.0) 2021-10-08T10:21:50,081 ERROR: No matching distribution found for bayeshist==0.0 2021-10-08T10:21:50,082 Exception information: 2021-10-08T10:21:50,082 Traceback (most recent call last): 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-08T10:21:50,082 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-08T10:21:50,082 raise RequirementsConflicted(criterion) 2021-10-08T10:21:50,082 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('bayeshist==0.0') 2021-10-08T10:21:50,082 2021-10-08T10:21:50,082 During handling of the above exception, another exception occurred: 2021-10-08T10:21:50,082 2021-10-08T10:21:50,082 Traceback (most recent call last): 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-10-08T10:21:50,082 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-08T10:21:50,082 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-08T10:21:50,082 raise ResolutionImpossible(e.criterion.information) 2021-10-08T10:21:50,082 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('bayeshist==0.0'), parent=None)] 2021-10-08T10:21:50,082 2021-10-08T10:21:50,082 The above exception was the direct cause of the following exception: 2021-10-08T10:21:50,082 2021-10-08T10:21:50,082 Traceback (most recent call last): 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-08T10:21:50,082 status = self.run(options, args) 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-08T10:21:50,082 return func(self, options, args) 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-10-08T10:21:50,082 reqs, check_supported_wheels=True 2021-10-08T10:21:50,082 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-08T10:21:50,082 raise error from e 2021-10-08T10:21:50,082 pip._internal.exceptions.DistributionNotFound: No matching distribution found for bayeshist==0.0 2021-10-08T10:21:50,087 Removed bayeshist==0.0 from https://files.pythonhosted.org/packages/ba/20/d4273610736e2febe2c369058fea80fd762fa85d5cbfdc37ef275a257c17/bayeshist-0.0.tar.gz#sha256=864d8add49993983bca9202357f3854962611267d3bf9bb6f14336fb098d4d9c from build tracker '/tmp/pip-req-tracker-8mrbsayy' 2021-10-08T10:21:50,087 Removed build tracker: '/tmp/pip-req-tracker-8mrbsayy'