2021-07-10T02:47:23,839 Created temporary directory: /tmp/pip-ephem-wheel-cache-1xj0ka3a 2021-07-10T02:47:23,842 Created temporary directory: /tmp/pip-req-tracker-avei7dvi 2021-07-10T02:47:23,843 Initialized build tracking at /tmp/pip-req-tracker-avei7dvi 2021-07-10T02:47:23,843 Created build tracker: /tmp/pip-req-tracker-avei7dvi 2021-07-10T02:47:23,843 Entered build tracker: /tmp/pip-req-tracker-avei7dvi 2021-07-10T02:47:23,844 Created temporary directory: /tmp/pip-wheel-gmwcej9z 2021-07-10T02:47:23,878 1 location(s) to search for versions of simplec2snap: 2021-07-10T02:47:23,878 * https://pypi.org/simple/simplec2snap/ 2021-07-10T02:47:23,878 Fetching project page and analyzing links: https://pypi.org/simple/simplec2snap/ 2021-07-10T02:47:23,879 Getting page https://pypi.org/simple/simplec2snap/ 2021-07-10T02:47:23,880 Found index url https://pypi.org/simple 2021-07-10T02:47:24,063 Found link https://files.pythonhosted.org/packages/30/61/a5034a95a6f9a018a614cec441699014628dcec7f1b9f4d8e9ea65cd21ec/simplec2snap-v0.4.tar.gz#sha256=bdc898ec4c7ceb73979eed062ae8798ab6db80cfa9e02c82434473874b2a4dec (from https://pypi.org/simple/simplec2snap/), version: v0.4 2021-07-10T02:47:24,064 Skipping link: not a file: https://pypi.org/simple/simplec2snap/ 2021-07-10T02:47:24,081 Given no hashes to check 1 links for project 'simplec2snap': discarding no candidates 2021-07-10T02:47:24,100 Collecting simplec2snap==v0.4 2021-07-10T02:47:24,102 Created temporary directory: /tmp/pip-unpack-b6_ne361 2021-07-10T02:47:24,271 Downloading simplec2snap-v0.4.tar.gz (4.9 kB) 2021-07-10T02:47:24,316 Added simplec2snap==v0.4 from https://files.pythonhosted.org/packages/30/61/a5034a95a6f9a018a614cec441699014628dcec7f1b9f4d8e9ea65cd21ec/simplec2snap-v0.4.tar.gz#sha256=bdc898ec4c7ceb73979eed062ae8798ab6db80cfa9e02c82434473874b2a4dec to build tracker '/tmp/pip-req-tracker-avei7dvi' 2021-07-10T02:47:24,317 Running setup.py (path:/tmp/pip-wheel-gmwcej9z/simplec2snap_64c7b42982a546a598feeca6190164a1/setup.py) egg_info for package simplec2snap 2021-07-10T02:47:24,318 Created temporary directory: /tmp/pip-pip-egg-info-2hm8g04_ 2021-07-10T02:47:24,319 Running command python setup.py egg_info 2021-07-10T02:47:24,972 Traceback (most recent call last): 2021-07-10T02:47:24,972 File "", line 1, in 2021-07-10T02:47:24,973 File "/tmp/pip-wheel-gmwcej9z/simplec2snap_64c7b42982a546a598feeca6190164a1/setup.py", line 5, in 2021-07-10T02:47:24,974 from simplec2snap import __version__ 2021-07-10T02:47:24,974 ModuleNotFoundError: No module named 'simplec2snap' 2021-07-10T02:47:25,025 WARNING: Discarding https://files.pythonhosted.org/packages/30/61/a5034a95a6f9a018a614cec441699014628dcec7f1b9f4d8e9ea65cd21ec/simplec2snap-v0.4.tar.gz#sha256=bdc898ec4c7ceb73979eed062ae8798ab6db80cfa9e02c82434473874b2a4dec (from https://pypi.org/simple/simplec2snap/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T02:47:25,026 ERROR: Could not find a version that satisfies the requirement simplec2snap==v0.4 (from versions: 0.4) 2021-07-10T02:47:25,027 ERROR: No matching distribution found for simplec2snap==v0.4 2021-07-10T02:47:25,027 Exception information: 2021-07-10T02:47:25,027 Traceback (most recent call last): 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T02:47:25,027 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T02:47:25,027 raise RequirementsConflicted(criterion) 2021-07-10T02:47:25,027 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('simplec2snap==v0.4') 2021-07-10T02:47:25,027 2021-07-10T02:47:25,027 During handling of the above exception, another exception occurred: 2021-07-10T02:47:25,027 2021-07-10T02:47:25,027 Traceback (most recent call last): 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T02:47:25,027 result = self._result = resolver.resolve( 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T02:47:25,027 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T02:47:25,027 raise ResolutionImpossible(e.criterion.information) 2021-07-10T02:47:25,027 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('simplec2snap==v0.4'), parent=None)] 2021-07-10T02:47:25,027 2021-07-10T02:47:25,027 The above exception was the direct cause of the following exception: 2021-07-10T02:47:25,027 2021-07-10T02:47:25,027 Traceback (most recent call last): 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T02:47:25,027 status = self.run(options, args) 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T02:47:25,027 return func(self, options, args) 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T02:47:25,027 requirement_set = resolver.resolve( 2021-07-10T02:47:25,027 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T02:47:25,027 raise error from e 2021-07-10T02:47:25,027 pip._internal.exceptions.DistributionNotFound: No matching distribution found for simplec2snap==v0.4 2021-07-10T02:47:25,032 Removed simplec2snap==v0.4 from https://files.pythonhosted.org/packages/30/61/a5034a95a6f9a018a614cec441699014628dcec7f1b9f4d8e9ea65cd21ec/simplec2snap-v0.4.tar.gz#sha256=bdc898ec4c7ceb73979eed062ae8798ab6db80cfa9e02c82434473874b2a4dec from build tracker '/tmp/pip-req-tracker-avei7dvi' 2021-07-10T02:47:25,032 Removed build tracker: '/tmp/pip-req-tracker-avei7dvi'