2021-07-09T21:47:57,510 Created temporary directory: /tmp/pip-ephem-wheel-cache-5xs3lr46 2021-07-09T21:47:57,513 Created temporary directory: /tmp/pip-req-tracker-th5b6l_a 2021-07-09T21:47:57,514 Initialized build tracking at /tmp/pip-req-tracker-th5b6l_a 2021-07-09T21:47:57,514 Created build tracker: /tmp/pip-req-tracker-th5b6l_a 2021-07-09T21:47:57,514 Entered build tracker: /tmp/pip-req-tracker-th5b6l_a 2021-07-09T21:47:57,515 Created temporary directory: /tmp/pip-wheel-k0jnixvo 2021-07-09T21:47:57,547 1 location(s) to search for versions of blizzard: 2021-07-09T21:47:57,547 * https://pypi.org/simple/blizzard/ 2021-07-09T21:47:57,548 Fetching project page and analyzing links: https://pypi.org/simple/blizzard/ 2021-07-09T21:47:57,548 Getting page https://pypi.org/simple/blizzard/ 2021-07-09T21:47:57,550 Found index url https://pypi.org/simple 2021-07-09T21:47:57,726 Found link https://files.pythonhosted.org/packages/2e/a5/6fa9d20f288475bc48b4e323f39c412a1c82bdfe79455e14a4f60bbb8137/blizzard-0.0.1.tar.gz#sha256=ea421e02d06f27fc1dec556440344a11859ea1ffa541560390810ae1c0751157 (from https://pypi.org/simple/blizzard/), version: 0.0.1 2021-07-09T21:47:57,726 Found link https://files.pythonhosted.org/packages/be/99/453db2f259c7559ff6d76a98fc63b34a5dadb20429befe99745c9961ee4d/blizzard-0.0.2.tar.gz#sha256=fc38a905c6d390215a5453233553e9d941a2a111e5422c54973c280da2e4c60d (from https://pypi.org/simple/blizzard/), version: 0.0.2 2021-07-09T21:47:57,726 Found link https://files.pythonhosted.org/packages/78/2c/95ea864b01ef57dbe24b936c75eff0129ced2c8bc9737a07e3564f008895/blizzard-0.0.3.tar.gz#sha256=83fe7738d5477e4b964574735e15109675a95a462e4a71e8c1d3211fad7a7eae (from https://pypi.org/simple/blizzard/), version: 0.0.3 2021-07-09T21:47:57,727 Skipping link: not a file: https://pypi.org/simple/blizzard/ 2021-07-09T21:47:57,743 Given no hashes to check 1 links for project 'blizzard': discarding no candidates 2021-07-09T21:47:57,760 Collecting blizzard==0.0.1 2021-07-09T21:47:57,762 Created temporary directory: /tmp/pip-unpack-_x_wcwsk 2021-07-09T21:47:57,933 Downloading blizzard-0.0.1.tar.gz (3.3 kB) 2021-07-09T21:47:57,964 Added blizzard==0.0.1 from https://files.pythonhosted.org/packages/2e/a5/6fa9d20f288475bc48b4e323f39c412a1c82bdfe79455e14a4f60bbb8137/blizzard-0.0.1.tar.gz#sha256=ea421e02d06f27fc1dec556440344a11859ea1ffa541560390810ae1c0751157 to build tracker '/tmp/pip-req-tracker-th5b6l_a' 2021-07-09T21:47:57,965 Running setup.py (path:/tmp/pip-wheel-k0jnixvo/blizzard_01473b3974f44ef882aa94671eabe801/setup.py) egg_info for package blizzard 2021-07-09T21:47:57,966 Created temporary directory: /tmp/pip-pip-egg-info-rzd603ge 2021-07-09T21:47:57,966 Running command python setup.py egg_info 2021-07-09T21:47:58,599 Traceback (most recent call last): 2021-07-09T21:47:58,599 File "", line 1, in 2021-07-09T21:47:58,600 File "/tmp/pip-wheel-k0jnixvo/blizzard_01473b3974f44ef882aa94671eabe801/setup.py", line 4, in 2021-07-09T21:47:58,600 from blizzard import __version__ 2021-07-09T21:47:58,600 File "/tmp/pip-wheel-k0jnixvo/blizzard_01473b3974f44ef882aa94671eabe801/blizzard/__init__.py", line 9, in 2021-07-09T21:47:58,600 from special_snowflake import fromcsv 2021-07-09T21:47:58,600 ModuleNotFoundError: No module named 'special_snowflake' 2021-07-09T21:47:58,650 WARNING: Discarding https://files.pythonhosted.org/packages/2e/a5/6fa9d20f288475bc48b4e323f39c412a1c82bdfe79455e14a4f60bbb8137/blizzard-0.0.1.tar.gz#sha256=ea421e02d06f27fc1dec556440344a11859ea1ffa541560390810ae1c0751157 (from https://pypi.org/simple/blizzard/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T21:47:58,652 ERROR: Could not find a version that satisfies the requirement blizzard==0.0.1 (from versions: 0.0.1, 0.0.2, 0.0.3) 2021-07-09T21:47:58,652 ERROR: No matching distribution found for blizzard==0.0.1 2021-07-09T21:47:58,652 Exception information: 2021-07-09T21:47:58,652 Traceback (most recent call last): 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T21:47:58,652 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T21:47:58,652 raise RequirementsConflicted(criterion) 2021-07-09T21:47:58,652 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('blizzard==0.0.1') 2021-07-09T21:47:58,652 2021-07-09T21:47:58,652 During handling of the above exception, another exception occurred: 2021-07-09T21:47:58,652 2021-07-09T21:47:58,652 Traceback (most recent call last): 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T21:47:58,652 result = self._result = resolver.resolve( 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T21:47:58,652 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T21:47:58,652 raise ResolutionImpossible(e.criterion.information) 2021-07-09T21:47:58,652 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('blizzard==0.0.1'), parent=None)] 2021-07-09T21:47:58,652 2021-07-09T21:47:58,652 The above exception was the direct cause of the following exception: 2021-07-09T21:47:58,652 2021-07-09T21:47:58,652 Traceback (most recent call last): 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T21:47:58,652 status = self.run(options, args) 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T21:47:58,652 return func(self, options, args) 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T21:47:58,652 requirement_set = resolver.resolve( 2021-07-09T21:47:58,652 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T21:47:58,652 raise error from e 2021-07-09T21:47:58,652 pip._internal.exceptions.DistributionNotFound: No matching distribution found for blizzard==0.0.1 2021-07-09T21:47:58,657 Removed blizzard==0.0.1 from https://files.pythonhosted.org/packages/2e/a5/6fa9d20f288475bc48b4e323f39c412a1c82bdfe79455e14a4f60bbb8137/blizzard-0.0.1.tar.gz#sha256=ea421e02d06f27fc1dec556440344a11859ea1ffa541560390810ae1c0751157 from build tracker '/tmp/pip-req-tracker-th5b6l_a' 2021-07-09T21:47:58,658 Removed build tracker: '/tmp/pip-req-tracker-th5b6l_a'