2020-08-03T00:18:31,404 Created temporary directory: /tmp/pip-ephem-wheel-cache-uya7ncai 2020-08-03T00:18:31,408 Created temporary directory: /tmp/pip-req-tracker-e443qnum 2020-08-03T00:18:31,409 Initialized build tracking at /tmp/pip-req-tracker-e443qnum 2020-08-03T00:18:31,410 Created build tracker: /tmp/pip-req-tracker-e443qnum 2020-08-03T00:18:31,410 Entered build tracker: /tmp/pip-req-tracker-e443qnum 2020-08-03T00:18:31,411 Created temporary directory: /tmp/pip-wheel-6b685moa 2020-08-03T00:18:31,429 1 location(s) to search for versions of discord-ext-flags: 2020-08-03T00:18:31,429 * https://pypi.org/simple/discord-ext-flags/ 2020-08-03T00:18:31,429 Fetching project page and analyzing links: https://pypi.org/simple/discord-ext-flags/ 2020-08-03T00:18:31,430 Getting page https://pypi.org/simple/discord-ext-flags/ 2020-08-03T00:18:31,437 Found index url https://pypi.org/simple 2020-08-03T00:18:31,636 Found link https://files.pythonhosted.org/packages/88/ad/623109dd1f8ec849a1e720d7e28a95885e628b9933c3531d9c32efa31a62/discord-ext-flags-0.0.1a0.tar.gz#sha256=938f64db6b13ecbc8c2ae75fe3544e9db8de3755be048f3e4bb435d5c342cf03 (from https://pypi.org/simple/discord-ext-flags/) (requires-python:>=3.5.3), version: 0.0.1a0 2020-08-03T00:18:31,636 Skipping link: No binaries permitted for discord-ext-flags: https://files.pythonhosted.org/packages/66/ff/4f83d43e706839a6c5988b48f8d31cdcc36b4dab01a48736fe22200d0542/discord_ext_flags-0.0.1a0-py3-none-any.whl#sha256=d5e102bcf3dcbebf1ea34fa0469d745047fcbe51b81bd462d638aa972156d85e (from https://pypi.org/simple/discord-ext-flags/) (requires-python:>=3.5.3) 2020-08-03T00:18:31,644 Given no hashes to check 1 links for project 'discord-ext-flags': discarding no candidates 2020-08-03T00:18:31,645 Using version 0.0.1a0 (newest of versions: 0.0.1a0) 2020-08-03T00:18:31,650 Collecting discord-ext-flags==0.0.1a0 2020-08-03T00:18:31,654 Created temporary directory: /tmp/pip-unpack-ew25zlkf 2020-08-03T00:18:31,731 Downloading discord-ext-flags-0.0.1a0.tar.gz (2.3 kB) 2020-08-03T00:18:31,797 Added discord-ext-flags==0.0.1a0 from https://files.pythonhosted.org/packages/88/ad/623109dd1f8ec849a1e720d7e28a95885e628b9933c3531d9c32efa31a62/discord-ext-flags-0.0.1a0.tar.gz#sha256=938f64db6b13ecbc8c2ae75fe3544e9db8de3755be048f3e4bb435d5c342cf03 to build tracker '/tmp/pip-req-tracker-e443qnum' 2020-08-03T00:18:31,800 Running setup.py (path:/tmp/pip-wheel-6b685moa/discord-ext-flags/setup.py) egg_info for package discord-ext-flags 2020-08-03T00:18:31,802 Created temporary directory: /tmp/pip-pip-egg-info-wydzv_3_ 2020-08-03T00:18:31,803 Running command python setup.py egg_info 2020-08-03T00:18:33,506 Traceback (most recent call last): 2020-08-03T00:18:33,507 File "", line 1, in 2020-08-03T00:18:33,508 File "/tmp/pip-wheel-6b685moa/discord-ext-flags/setup.py", line 4, in 2020-08-03T00:18:33,508 with open("requirements.txt") as f: 2020-08-03T00:18:33,509 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2020-08-03T00:18:33,598 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-08-03T00:18:33,599 Exception information: 2020-08-03T00:18:33,599 Traceback (most recent call last): 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-08-03T00:18:33,599 status = self.run(options, args) 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-08-03T00:18:33,599 return func(self, options, args) 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-08-03T00:18:33,599 reqs, check_supported_wheels=True 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-08-03T00:18:33,599 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-08-03T00:18:33,599 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-08-03T00:18:33,599 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-08-03T00:18:33,599 req, self.req_tracker, self.finder, self.build_isolation, 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-08-03T00:18:33,599 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-08-03T00:18:33,599 self.req.prepare_metadata() 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-08-03T00:18:33,599 self.metadata_directory = self._generate_metadata() 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-08-03T00:18:33,599 details=self.name or "from {}".format(self.link) 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-08-03T00:18:33,599 command_desc='python setup.py egg_info', 2020-08-03T00:18:33,599 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-08-03T00:18:33,599 raise InstallationError(exc_msg) 2020-08-03T00:18:33,599 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-03T00:18:33,613 Removed discord-ext-flags==0.0.1a0 from https://files.pythonhosted.org/packages/88/ad/623109dd1f8ec849a1e720d7e28a95885e628b9933c3531d9c32efa31a62/discord-ext-flags-0.0.1a0.tar.gz#sha256=938f64db6b13ecbc8c2ae75fe3544e9db8de3755be048f3e4bb435d5c342cf03 from build tracker '/tmp/pip-req-tracker-e443qnum' 2020-08-03T00:18:33,613 Removed build tracker: '/tmp/pip-req-tracker-e443qnum'