2020-08-03T09:51:43,186 Created temporary directory: /tmp/pip-ephem-wheel-cache-glv64f0o 2020-08-03T09:51:43,190 Created temporary directory: /tmp/pip-req-tracker-q2lokgly 2020-08-03T09:51:43,191 Initialized build tracking at /tmp/pip-req-tracker-q2lokgly 2020-08-03T09:51:43,192 Created build tracker: /tmp/pip-req-tracker-q2lokgly 2020-08-03T09:51:43,192 Entered build tracker: /tmp/pip-req-tracker-q2lokgly 2020-08-03T09:51:43,193 Created temporary directory: /tmp/pip-wheel-gds3fbdo 2020-08-03T09:51:43,208 1 location(s) to search for versions of pygiscope: 2020-08-03T09:51:43,208 * https://pypi.org/simple/pygiscope/ 2020-08-03T09:51:43,208 Fetching project page and analyzing links: https://pypi.org/simple/pygiscope/ 2020-08-03T09:51:43,209 Getting page https://pypi.org/simple/pygiscope/ 2020-08-03T09:51:43,211 Found index url https://pypi.org/simple 2020-08-03T09:51:43,409 Found link https://files.pythonhosted.org/packages/1e/88/cfd587f06845886fdcaf38fcbf5bd9ec14781635206a26efde8e2a124b8b/pygiscope-0.0.0.tar.gz#sha256=aac65b25deeadba85fc973040d26227152a60de50b6873e9e472adc85670df8a (from https://pypi.org/simple/pygiscope/), version: 0.0.0 2020-08-03T09:51:43,417 Given no hashes to check 1 links for project 'pygiscope': discarding no candidates 2020-08-03T09:51:43,418 Using version 0.0.0 (newest of versions: 0.0.0) 2020-08-03T09:51:43,424 Collecting pygiscope==0.0.0 2020-08-03T09:51:43,427 Created temporary directory: /tmp/pip-unpack-ehv3_ehe 2020-08-03T09:51:43,511 Downloading pygiscope-0.0.0.tar.gz (1.7 kB) 2020-08-03T09:51:43,563 Added pygiscope==0.0.0 from https://files.pythonhosted.org/packages/1e/88/cfd587f06845886fdcaf38fcbf5bd9ec14781635206a26efde8e2a124b8b/pygiscope-0.0.0.tar.gz#sha256=aac65b25deeadba85fc973040d26227152a60de50b6873e9e472adc85670df8a to build tracker '/tmp/pip-req-tracker-q2lokgly' 2020-08-03T09:51:43,566 Running setup.py (path:/tmp/pip-wheel-gds3fbdo/pygiscope/setup.py) egg_info for package pygiscope 2020-08-03T09:51:43,568 Created temporary directory: /tmp/pip-pip-egg-info-l2wqmlkg 2020-08-03T09:51:43,569 Running command python setup.py egg_info 2020-08-03T09:51:47,791 Traceback (most recent call last): 2020-08-03T09:51:47,792 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 573, in get_file_content 2020-08-03T09:51:47,793 with open(url, 'rb') as f: 2020-08-03T09:51:47,793 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2020-08-03T09:51:47,794 During handling of the above exception, another exception occurred: 2020-08-03T09:51:47,795 Traceback (most recent call last): 2020-08-03T09:51:47,795 File "", line 1, in 2020-08-03T09:51:47,796 File "/tmp/pip-wheel-gds3fbdo/pygiscope/setup.py", line 93, in 2020-08-03T09:51:47,796 session=PipSession()) 2020-08-03T09:51:47,797 File "/tmp/pip-wheel-gds3fbdo/pygiscope/setup.py", line 92, in 2020-08-03T09:51:47,797 install_requires=[str(ir.req) for ir in parse_requirements('requirements.txt', 2020-08-03T09:51:47,798 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 151, in parse_requirements 2020-08-03T09:51:47,798 for parsed_line in parser.parse(filename, constraint): 2020-08-03T09:51:47,798 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 330, in parse 2020-08-03T09:51:47,799 for line in self._parse_and_recurse(filename, constraint): 2020-08-03T09:51:47,799 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 335, in _parse_and_recurse 2020-08-03T09:51:47,800 for line in self._parse_file(filename, constraint): 2020-08-03T09:51:47,800 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 369, in _parse_file 2020-08-03T09:51:47,800 filename, self._session, comes_from=self._comes_from 2020-08-03T09:51:47,801 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 577, in get_file_content 2020-08-03T09:51:47,801 'Could not open requirements file: {}'.format(exc) 2020-08-03T09:51:47,802 pip._internal.exceptions.InstallationError: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' 2020-08-03T09:51:48,001 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-08-03T09:51:48,002 Exception information: 2020-08-03T09:51:48,002 Traceback (most recent call last): 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-08-03T09:51:48,002 status = self.run(options, args) 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-08-03T09:51:48,002 return func(self, options, args) 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-08-03T09:51:48,002 reqs, check_supported_wheels=True 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-08-03T09:51:48,002 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-08-03T09:51:48,002 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-08-03T09:51:48,002 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-08-03T09:51:48,002 req, self.req_tracker, self.finder, self.build_isolation, 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-08-03T09:51:48,002 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-08-03T09:51:48,002 self.req.prepare_metadata() 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-08-03T09:51:48,002 self.metadata_directory = self._generate_metadata() 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-08-03T09:51:48,002 details=self.name or "from {}".format(self.link) 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-08-03T09:51:48,002 command_desc='python setup.py egg_info', 2020-08-03T09:51:48,002 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-08-03T09:51:48,002 raise InstallationError(exc_msg) 2020-08-03T09:51:48,002 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-08-03T09:51:48,016 Removed pygiscope==0.0.0 from https://files.pythonhosted.org/packages/1e/88/cfd587f06845886fdcaf38fcbf5bd9ec14781635206a26efde8e2a124b8b/pygiscope-0.0.0.tar.gz#sha256=aac65b25deeadba85fc973040d26227152a60de50b6873e9e472adc85670df8a from build tracker '/tmp/pip-req-tracker-q2lokgly' 2020-08-03T09:51:48,017 Removed build tracker: '/tmp/pip-req-tracker-q2lokgly'