2021-10-15T12:06:12,361 Created temporary directory: /tmp/pip-ephem-wheel-cache-s7ubn3d5 2021-10-15T12:06:12,363 Created temporary directory: /tmp/pip-req-tracker-4f9wca5b 2021-10-15T12:06:12,364 Initialized build tracking at /tmp/pip-req-tracker-4f9wca5b 2021-10-15T12:06:12,364 Created build tracker: /tmp/pip-req-tracker-4f9wca5b 2021-10-15T12:06:12,364 Entered build tracker: /tmp/pip-req-tracker-4f9wca5b 2021-10-15T12:06:12,365 Created temporary directory: /tmp/pip-wheel-4kzgt3g4 2021-10-15T12:06:12,395 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-10-15T12:06:12,397 2 location(s) to search for versions of wemulate-api: 2021-10-15T12:06:12,397 * https://pypi.org/simple/wemulate-api/ 2021-10-15T12:06:12,397 * https://www.piwheels.org/simple/wemulate-api/ 2021-10-15T12:06:12,398 Fetching project page and analyzing links: https://pypi.org/simple/wemulate-api/ 2021-10-15T12:06:12,398 Getting page https://pypi.org/simple/wemulate-api/ 2021-10-15T12:06:12,400 Found index url https://pypi.org/simple 2021-10-15T12:06:12,488 Found link https://files.pythonhosted.org/packages/ce/a9/398519249169f78df6c5c70af7ea3a3a9ffb264f676597f8f0c0220dbd6b/wemulate-api-0.0.1.tar.gz#sha256=2e8d11021c213ac103d9c1686b35598640eac12f37f214def6a452aa5b949a9f (from https://pypi.org/simple/wemulate-api/), version: 0.0.1 2021-10-15T12:06:12,489 Skipping link: No binaries permitted for wemulate-api: https://files.pythonhosted.org/packages/95/4d/3e6b79ed489d0115cd7398ee4d6b3c07eeef7795242ae1ee66743b60968c/wemulate_api-0.0.1-py3-none-any.whl#sha256=00f5aa63482bae7d967566845ddc90538887bb3da2561aa95e496179726cf998 (from https://pypi.org/simple/wemulate-api/) 2021-10-15T12:06:12,489 Fetching project page and analyzing links: https://www.piwheels.org/simple/wemulate-api/ 2021-10-15T12:06:12,489 Getting page https://www.piwheels.org/simple/wemulate-api/ 2021-10-15T12:06:12,490 Found index url https://www.piwheels.org/simple 2021-10-15T12:06:12,667 Skipping link: not a file: https://www.piwheels.org/simple/wemulate-api/ 2021-10-15T12:06:12,667 Skipping link: not a file: https://pypi.org/simple/wemulate-api/ 2021-10-15T12:06:12,686 Given no hashes to check 1 links for project 'wemulate-api': discarding no candidates 2021-10-15T12:06:12,705 Collecting wemulate-api==0.0.1 2021-10-15T12:06:12,706 Created temporary directory: /tmp/pip-unpack-54u1btii 2021-10-15T12:06:12,755 Downloading wemulate-api-0.0.1.tar.gz (2.4 kB) 2021-10-15T12:06:12,795 Added wemulate-api==0.0.1 from https://files.pythonhosted.org/packages/ce/a9/398519249169f78df6c5c70af7ea3a3a9ffb264f676597f8f0c0220dbd6b/wemulate-api-0.0.1.tar.gz#sha256=2e8d11021c213ac103d9c1686b35598640eac12f37f214def6a452aa5b949a9f to build tracker '/tmp/pip-req-tracker-4f9wca5b' 2021-10-15T12:06:12,796 Running setup.py (path:/tmp/pip-wheel-4kzgt3g4/wemulate-api_71c89a347e0b495b95776b14bb0a68f3/setup.py) egg_info for package wemulate-api 2021-10-15T12:06:12,797 Created temporary directory: /tmp/pip-pip-egg-info-9n_bsh9z 2021-10-15T12:06:12,797 Running command python setup.py egg_info 2021-10-15T12:06:14,403 Traceback (most recent call last): 2021-10-15T12:06:14,403 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_file.py", line 545, in get_file_content 2021-10-15T12:06:14,405 with open(url, 'rb') as f: 2021-10-15T12:06:14,405 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-10-15T12:06:14,405 During handling of the above exception, another exception occurred: 2021-10-15T12:06:14,406 Traceback (most recent call last): 2021-10-15T12:06:14,406 File "", line 1, in 2021-10-15T12:06:14,407 File "/tmp/pip-wheel-4kzgt3g4/wemulate-api_71c89a347e0b495b95776b14bb0a68f3/setup.py", line 14, in 2021-10-15T12:06:14,407 for item in requirements: 2021-10-15T12:06:14,408 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_file.py", line 138, in parse_requirements 2021-10-15T12:06:14,408 for parsed_line in parser.parse(filename, constraint): 2021-10-15T12:06:14,409 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_file.py", line 328, in parse 2021-10-15T12:06:14,410 yield from self._parse_and_recurse(filename, constraint) 2021-10-15T12:06:14,410 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_file.py", line 332, in _parse_and_recurse 2021-10-15T12:06:14,411 for line in self._parse_file(filename, constraint): 2021-10-15T12:06:14,411 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_file.py", line 362, in _parse_file 2021-10-15T12:06:14,412 _, content = get_file_content(filename, self._session) 2021-10-15T12:06:14,413 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/req/req_file.py", line 548, in get_file_content 2021-10-15T12:06:14,414 raise InstallationError( 2021-10-15T12:06:14,414 pip._internal.exceptions.InstallationError: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' 2021-10-15T12:06:14,549 WARNING: Discarding https://files.pythonhosted.org/packages/ce/a9/398519249169f78df6c5c70af7ea3a3a9ffb264f676597f8f0c0220dbd6b/wemulate-api-0.0.1.tar.gz#sha256=2e8d11021c213ac103d9c1686b35598640eac12f37f214def6a452aa5b949a9f (from https://pypi.org/simple/wemulate-api/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-10-15T12:06:14,550 ERROR: Could not find a version that satisfies the requirement wemulate-api==0.0.1 (from versions: 0.0.1) 2021-10-15T12:06:14,551 ERROR: No matching distribution found for wemulate-api==0.0.1 2021-10-15T12:06:14,551 Exception information: 2021-10-15T12:06:14,551 Traceback (most recent call last): 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-10-15T12:06:14,551 name, crit = self._merge_into_criterion(r, parent=None) 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-10-15T12:06:14,551 raise RequirementsConflicted(criterion) 2021-10-15T12:06:14,551 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('wemulate-api==0.0.1') 2021-10-15T12:06:14,551 2021-10-15T12:06:14,551 During handling of the above exception, another exception occurred: 2021-10-15T12:06:14,551 2021-10-15T12:06:14,551 Traceback (most recent call last): 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-10-15T12:06:14,551 result = self._result = resolver.resolve( 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-10-15T12:06:14,551 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-10-15T12:06:14,551 raise ResolutionImpossible(e.criterion.information) 2021-10-15T12:06:14,551 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('wemulate-api==0.0.1'), parent=None)] 2021-10-15T12:06:14,551 2021-10-15T12:06:14,551 The above exception was the direct cause of the following exception: 2021-10-15T12:06:14,551 2021-10-15T12:06:14,551 Traceback (most recent call last): 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-10-15T12:06:14,551 status = self.run(options, args) 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-10-15T12:06:14,551 return func(self, options, args) 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-10-15T12:06:14,551 requirement_set = resolver.resolve( 2021-10-15T12:06:14,551 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-10-15T12:06:14,551 raise error from e 2021-10-15T12:06:14,551 pip._internal.exceptions.DistributionNotFound: No matching distribution found for wemulate-api==0.0.1 2021-10-15T12:06:14,556 Removed wemulate-api==0.0.1 from https://files.pythonhosted.org/packages/ce/a9/398519249169f78df6c5c70af7ea3a3a9ffb264f676597f8f0c0220dbd6b/wemulate-api-0.0.1.tar.gz#sha256=2e8d11021c213ac103d9c1686b35598640eac12f37f214def6a452aa5b949a9f from build tracker '/tmp/pip-req-tracker-4f9wca5b' 2021-10-15T12:06:14,556 Removed build tracker: '/tmp/pip-req-tracker-4f9wca5b'