2020-07-27T01:08:58,341 Created temporary directory: /tmp/pip-ephem-wheel-cache-kwtkn9ft 2020-07-27T01:08:58,346 Created temporary directory: /tmp/pip-req-tracker-v_201wwh 2020-07-27T01:08:58,346 Initialized build tracking at /tmp/pip-req-tracker-v_201wwh 2020-07-27T01:08:58,347 Created build tracker: /tmp/pip-req-tracker-v_201wwh 2020-07-27T01:08:58,347 Entered build tracker: /tmp/pip-req-tracker-v_201wwh 2020-07-27T01:08:58,349 Created temporary directory: /tmp/pip-wheel-fiv3e3p0 2020-07-27T01:08:58,366 1 location(s) to search for versions of pyticle: 2020-07-27T01:08:58,366 * https://pypi.org/simple/pyticle/ 2020-07-27T01:08:58,366 Fetching project page and analyzing links: https://pypi.org/simple/pyticle/ 2020-07-27T01:08:58,367 Getting page https://pypi.org/simple/pyticle/ 2020-07-27T01:08:58,370 Found index url https://pypi.org/simple 2020-07-27T01:08:58,572 Skipping link: No binaries permitted for pyticle: https://files.pythonhosted.org/packages/6d/f1/4f7384bb738d2ae5a34912052ee3c2a17f903b50a44700857c75b7036c56/pyticle-0.0.1-py3-none-any.whl#sha256=15b5bcd9c2c8fc75f75b6e396a9147c75f4d9293d31de454d36a3d4b5f9784c9 (from https://pypi.org/simple/pyticle/) (requires-python:>=3.6) 2020-07-27T01:08:58,574 Found link https://files.pythonhosted.org/packages/4f/37/2c554acbfb24654f5fb4f4ad605f35e7b87aaf2286eca6d79a05e3442601/pyticle-0.0.1.tar.gz#sha256=5d6d8fa0c952e520e5203329dd030f544a4f7628481fa63de0c258296cffa48a (from https://pypi.org/simple/pyticle/) (requires-python:>=3.6), version: 0.0.1 2020-07-27T01:08:58,581 Given no hashes to check 1 links for project 'pyticle': discarding no candidates 2020-07-27T01:08:58,582 Using version 0.0.1 (newest of versions: 0.0.1) 2020-07-27T01:08:58,587 Collecting pyticle==0.0.1 2020-07-27T01:08:58,591 Created temporary directory: /tmp/pip-unpack-2x18mo37 2020-07-27T01:08:58,799 Downloading pyticle-0.0.1.tar.gz (7.5 kB) 2020-07-27T01:08:58,910 Added pyticle==0.0.1 from https://files.pythonhosted.org/packages/4f/37/2c554acbfb24654f5fb4f4ad605f35e7b87aaf2286eca6d79a05e3442601/pyticle-0.0.1.tar.gz#sha256=5d6d8fa0c952e520e5203329dd030f544a4f7628481fa63de0c258296cffa48a to build tracker '/tmp/pip-req-tracker-v_201wwh' 2020-07-27T01:08:58,912 Running setup.py (path:/tmp/pip-wheel-fiv3e3p0/pyticle/setup.py) egg_info for package pyticle 2020-07-27T01:08:58,913 Created temporary directory: /tmp/pip-pip-egg-info-t9qdds5k 2020-07-27T01:08:58,914 Running command python setup.py egg_info 2020-07-27T01:09:00,562 Traceback (most recent call last): 2020-07-27T01:09:00,563 File "", line 1, in 2020-07-27T01:09:00,563 File "/tmp/pip-wheel-fiv3e3p0/pyticle/setup.py", line 6, in 2020-07-27T01:09:00,564 with open('requirements.txt', 'r') as file: 2020-07-27T01:09:00,564 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2020-07-27T01:09:00,654 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-27T01:09:00,655 Exception information: 2020-07-27T01:09:00,655 Traceback (most recent call last): 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-27T01:09:00,655 status = self.run(options, args) 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-27T01:09:00,655 return func(self, options, args) 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-27T01:09:00,655 reqs, check_supported_wheels=True 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-27T01:09:00,655 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-27T01:09:00,655 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-27T01:09:00,655 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-27T01:09:00,655 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-27T01:09:00,655 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-27T01:09:00,655 self.req.prepare_metadata() 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-27T01:09:00,655 self.metadata_directory = self._generate_metadata() 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-27T01:09:00,655 details=self.name or "from {}".format(self.link) 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-27T01:09:00,655 command_desc='python setup.py egg_info', 2020-07-27T01:09:00,655 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-27T01:09:00,655 raise InstallationError(exc_msg) 2020-07-27T01:09:00,655 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-27T01:09:00,670 Removed pyticle==0.0.1 from https://files.pythonhosted.org/packages/4f/37/2c554acbfb24654f5fb4f4ad605f35e7b87aaf2286eca6d79a05e3442601/pyticle-0.0.1.tar.gz#sha256=5d6d8fa0c952e520e5203329dd030f544a4f7628481fa63de0c258296cffa48a from build tracker '/tmp/pip-req-tracker-v_201wwh' 2020-07-27T01:09:00,671 Removed build tracker: '/tmp/pip-req-tracker-v_201wwh'