2021-07-16T05:26:43,091 Created temporary directory: /tmp/pip-ephem-wheel-cache-y5lf0hh9 2021-07-16T05:26:43,094 Created temporary directory: /tmp/pip-req-tracker-xv6g16cw 2021-07-16T05:26:43,095 Initialized build tracking at /tmp/pip-req-tracker-xv6g16cw 2021-07-16T05:26:43,095 Created build tracker: /tmp/pip-req-tracker-xv6g16cw 2021-07-16T05:26:43,095 Entered build tracker: /tmp/pip-req-tracker-xv6g16cw 2021-07-16T05:26:43,096 Created temporary directory: /tmp/pip-wheel-riz46_6v 2021-07-16T05:26:43,129 1 location(s) to search for versions of documentdownloader: 2021-07-16T05:26:43,129 * https://pypi.org/simple/documentdownloader/ 2021-07-16T05:26:43,130 Fetching project page and analyzing links: https://pypi.org/simple/documentdownloader/ 2021-07-16T05:26:43,130 Getting page https://pypi.org/simple/documentdownloader/ 2021-07-16T05:26:43,132 Found index url https://pypi.org/simple 2021-07-16T05:26:43,309 Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/4f/6b/fb3d77200aeceeed47dbaf9c7f8277b2ac43abdcc4b00764fc58fe01e050/documentDownloader-0.0.2-py3.8.egg#sha256=f9c3c4729cbff0455850ea163376b4dccced80087cd85c6f7ad23409797688c6 (from https://pypi.org/simple/documentdownloader/) 2021-07-16T05:26:43,310 Found link https://files.pythonhosted.org/packages/3c/ea/dfa452987d387541d6a9d3b00f2b68c35901a5998426579bcdd392644414/documentDownloader-0.0.2.tar.gz#sha256=ff58e60c5bcd0b41890a1c7ca008d41f143ff58debabed4ebe077b8818340755 (from https://pypi.org/simple/documentdownloader/), version: 0.0.2 2021-07-16T05:26:43,310 Found link https://files.pythonhosted.org/packages/6c/89/13bc4916bda03dcb3dc4fb5061d1944a4814066e6e445df625e4e34ab380/documentDownloader-1.0.0.tar.gz#sha256=b1b93078a0419371cc7b19890f525bb56c35565513cf45a3f359ae6e181946b0 (from https://pypi.org/simple/documentdownloader/), version: 1.0.0 2021-07-16T05:26:43,311 Skipping link: not a file: https://pypi.org/simple/documentdownloader/ 2021-07-16T05:26:43,332 Given no hashes to check 1 links for project 'documentdownloader': discarding no candidates 2021-07-16T05:26:43,354 Collecting documentdownloader==1.0.0 2021-07-16T05:26:43,355 Created temporary directory: /tmp/pip-unpack-mn1hbuer 2021-07-16T05:26:43,526 Downloading documentDownloader-1.0.0.tar.gz (6.0 kB) 2021-07-16T05:26:43,573 Added documentdownloader==1.0.0 from https://files.pythonhosted.org/packages/6c/89/13bc4916bda03dcb3dc4fb5061d1944a4814066e6e445df625e4e34ab380/documentDownloader-1.0.0.tar.gz#sha256=b1b93078a0419371cc7b19890f525bb56c35565513cf45a3f359ae6e181946b0 to build tracker '/tmp/pip-req-tracker-xv6g16cw' 2021-07-16T05:26:43,575 Running setup.py (path:/tmp/pip-wheel-riz46_6v/documentdownloader_6459d7e979b2409aaf1e2084ce83b638/setup.py) egg_info for package documentdownloader 2021-07-16T05:26:43,575 Created temporary directory: /tmp/pip-pip-egg-info-5d6a3ci1 2021-07-16T05:26:43,576 Running command python setup.py egg_info 2021-07-16T05:26:45,057 fatal: not a git repository (or any of the parent directories): .git 2021-07-16T05:26:45,073 fatal: not a git repository (or any of the parent directories): .git 2021-07-16T05:26:45,076 Traceback (most recent call last): 2021-07-16T05:26:45,077 File "", line 1, in 2021-07-16T05:26:45,077 File "/tmp/pip-wheel-riz46_6v/documentdownloader_6459d7e979b2409aaf1e2084ce83b638/setup.py", line 15, in 2021-07-16T05:26:45,078 with open("requirements.txt", "r") as fh: 2021-07-16T05:26:45,078 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-07-16T05:26:45,156 WARNING: Discarding https://files.pythonhosted.org/packages/6c/89/13bc4916bda03dcb3dc4fb5061d1944a4814066e6e445df625e4e34ab380/documentDownloader-1.0.0.tar.gz#sha256=b1b93078a0419371cc7b19890f525bb56c35565513cf45a3f359ae6e181946b0 (from https://pypi.org/simple/documentdownloader/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-16T05:26:45,158 ERROR: Could not find a version that satisfies the requirement documentdownloader==1.0.0 (from versions: 0.0.2, 1.0.0) 2021-07-16T05:26:45,159 ERROR: No matching distribution found for documentdownloader==1.0.0 2021-07-16T05:26:45,159 Exception information: 2021-07-16T05:26:45,159 Traceback (most recent call last): 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-16T05:26:45,159 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-16T05:26:45,159 raise RequirementsConflicted(criterion) 2021-07-16T05:26:45,159 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('documentdownloader==1.0.0') 2021-07-16T05:26:45,159 2021-07-16T05:26:45,159 During handling of the above exception, another exception occurred: 2021-07-16T05:26:45,159 2021-07-16T05:26:45,159 Traceback (most recent call last): 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-16T05:26:45,159 result = self._result = resolver.resolve( 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-16T05:26:45,159 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-16T05:26:45,159 raise ResolutionImpossible(e.criterion.information) 2021-07-16T05:26:45,159 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('documentdownloader==1.0.0'), parent=None)] 2021-07-16T05:26:45,159 2021-07-16T05:26:45,159 The above exception was the direct cause of the following exception: 2021-07-16T05:26:45,159 2021-07-16T05:26:45,159 Traceback (most recent call last): 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-16T05:26:45,159 status = self.run(options, args) 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-16T05:26:45,159 return func(self, options, args) 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-16T05:26:45,159 requirement_set = resolver.resolve( 2021-07-16T05:26:45,159 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-16T05:26:45,159 raise error from e 2021-07-16T05:26:45,159 pip._internal.exceptions.DistributionNotFound: No matching distribution found for documentdownloader==1.0.0 2021-07-16T05:26:45,165 Removed documentdownloader==1.0.0 from https://files.pythonhosted.org/packages/6c/89/13bc4916bda03dcb3dc4fb5061d1944a4814066e6e445df625e4e34ab380/documentDownloader-1.0.0.tar.gz#sha256=b1b93078a0419371cc7b19890f525bb56c35565513cf45a3f359ae6e181946b0 from build tracker '/tmp/pip-req-tracker-xv6g16cw' 2021-07-16T05:26:45,165 Removed build tracker: '/tmp/pip-req-tracker-xv6g16cw'