2021-07-09T19:20:29,783 Created temporary directory: /tmp/pip-ephem-wheel-cache-0s8t9hua 2021-07-09T19:20:29,786 Created temporary directory: /tmp/pip-req-tracker-ue82zxw5 2021-07-09T19:20:29,787 Initialized build tracking at /tmp/pip-req-tracker-ue82zxw5 2021-07-09T19:20:29,787 Created build tracker: /tmp/pip-req-tracker-ue82zxw5 2021-07-09T19:20:29,787 Entered build tracker: /tmp/pip-req-tracker-ue82zxw5 2021-07-09T19:20:29,788 Created temporary directory: /tmp/pip-wheel-z61anb72 2021-07-09T19:20:29,824 1 location(s) to search for versions of sphinxtogithub: 2021-07-09T19:20:29,824 * https://pypi.org/simple/sphinxtogithub/ 2021-07-09T19:20:29,824 Fetching project page and analyzing links: https://pypi.org/simple/sphinxtogithub/ 2021-07-09T19:20:29,825 Getting page https://pypi.org/simple/sphinxtogithub/ 2021-07-09T19:20:29,826 Found index url https://pypi.org/simple 2021-07-09T19:20:29,919 Found link https://files.pythonhosted.org/packages/42/fe/9112d752a0329c74faf8e00afd1ef84dcab395ff70e66d711dd06358e7a1/sphinxtogithub-1.0.0.tar.gz#sha256=71e191b38defcfcff4acd918190a6322d8b7374fe84b97b6bc17d74c550c5759 (from https://pypi.org/simple/sphinxtogithub/), version: 1.0.0 2021-07-09T19:20:29,920 Found link https://files.pythonhosted.org/packages/bb/26/47f00ce30c9e91ae5d8e9c9dcd7907a46d4e5f87c2e2485472d33c453f90/sphinxtogithub-1.1.0.tar.gz#sha256=15222b1ea55f83dfdf1e09a76d4ef1b9273a2590b73a5a16c4bff972894eae4e (from https://pypi.org/simple/sphinxtogithub/), version: 1.1.0 2021-07-09T19:20:29,920 Skipping link: not a file: https://pypi.org/simple/sphinxtogithub/ 2021-07-09T19:20:29,937 Given no hashes to check 1 links for project 'sphinxtogithub': discarding no candidates 2021-07-09T19:20:29,954 Collecting sphinxtogithub==1.1.0 2021-07-09T19:20:29,956 Created temporary directory: /tmp/pip-unpack-ewbh70yv 2021-07-09T19:20:30,135 Downloading sphinxtogithub-1.1.0.tar.gz (11 kB) 2021-07-09T19:20:30,211 Added sphinxtogithub==1.1.0 from https://files.pythonhosted.org/packages/bb/26/47f00ce30c9e91ae5d8e9c9dcd7907a46d4e5f87c2e2485472d33c453f90/sphinxtogithub-1.1.0.tar.gz#sha256=15222b1ea55f83dfdf1e09a76d4ef1b9273a2590b73a5a16c4bff972894eae4e to build tracker '/tmp/pip-req-tracker-ue82zxw5' 2021-07-09T19:20:30,212 Running setup.py (path:/tmp/pip-wheel-z61anb72/sphinxtogithub_6d397621cca44958bdfefa3d7f4bdd22/setup.py) egg_info for package sphinxtogithub 2021-07-09T19:20:30,213 Created temporary directory: /tmp/pip-pip-egg-info-n0cxe83c 2021-07-09T19:20:30,214 Running command python setup.py egg_info 2021-07-09T19:20:31,017 Traceback (most recent call last): 2021-07-09T19:20:31,018 File "", line 1, in 2021-07-09T19:20:31,019 File "/tmp/pip-wheel-z61anb72/sphinxtogithub_6d397621cca44958bdfefa3d7f4bdd22/setup.py", line 15, in 2021-07-09T19:20:31,019 import sphinxtogithub 2021-07-09T19:20:31,019 File "/tmp/pip-wheel-z61anb72/sphinxtogithub_6d397621cca44958bdfefa3d7f4bdd22/sphinxtogithub/__init__.py", line 13, in 2021-07-09T19:20:31,019 from sphinxtogithub import ( 2021-07-09T19:20:31,020 ImportError: cannot import name 'setup' from partially initialized module 'sphinxtogithub' (most likely due to a circular import) (/tmp/pip-wheel-z61anb72/sphinxtogithub_6d397621cca44958bdfefa3d7f4bdd22/sphinxtogithub/__init__.py) 2021-07-09T19:20:31,073 WARNING: Discarding https://files.pythonhosted.org/packages/bb/26/47f00ce30c9e91ae5d8e9c9dcd7907a46d4e5f87c2e2485472d33c453f90/sphinxtogithub-1.1.0.tar.gz#sha256=15222b1ea55f83dfdf1e09a76d4ef1b9273a2590b73a5a16c4bff972894eae4e (from https://pypi.org/simple/sphinxtogithub/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T19:20:31,074 ERROR: Could not find a version that satisfies the requirement sphinxtogithub==1.1.0 (from versions: 1.0.0, 1.1.0) 2021-07-09T19:20:31,075 ERROR: No matching distribution found for sphinxtogithub==1.1.0 2021-07-09T19:20:31,075 Exception information: 2021-07-09T19:20:31,075 Traceback (most recent call last): 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T19:20:31,075 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T19:20:31,075 raise RequirementsConflicted(criterion) 2021-07-09T19:20:31,075 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sphinxtogithub==1.1.0') 2021-07-09T19:20:31,075 2021-07-09T19:20:31,075 During handling of the above exception, another exception occurred: 2021-07-09T19:20:31,075 2021-07-09T19:20:31,075 Traceback (most recent call last): 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T19:20:31,075 result = self._result = resolver.resolve( 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T19:20:31,075 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T19:20:31,075 raise ResolutionImpossible(e.criterion.information) 2021-07-09T19:20:31,075 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sphinxtogithub==1.1.0'), parent=None)] 2021-07-09T19:20:31,075 2021-07-09T19:20:31,075 The above exception was the direct cause of the following exception: 2021-07-09T19:20:31,075 2021-07-09T19:20:31,075 Traceback (most recent call last): 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T19:20:31,075 status = self.run(options, args) 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T19:20:31,075 return func(self, options, args) 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T19:20:31,075 requirement_set = resolver.resolve( 2021-07-09T19:20:31,075 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T19:20:31,075 raise error from e 2021-07-09T19:20:31,075 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sphinxtogithub==1.1.0 2021-07-09T19:20:31,080 Removed sphinxtogithub==1.1.0 from https://files.pythonhosted.org/packages/bb/26/47f00ce30c9e91ae5d8e9c9dcd7907a46d4e5f87c2e2485472d33c453f90/sphinxtogithub-1.1.0.tar.gz#sha256=15222b1ea55f83dfdf1e09a76d4ef1b9273a2590b73a5a16c4bff972894eae4e from build tracker '/tmp/pip-req-tracker-ue82zxw5' 2021-07-09T19:20:31,080 Removed build tracker: '/tmp/pip-req-tracker-ue82zxw5'