2022-05-18T15:28:05,365 Created temporary directory: /tmp/pip-ephem-wheel-cache-mfx3v66p 2022-05-18T15:28:05,371 Created temporary directory: /tmp/pip-build-tracker-wq2rx2vx 2022-05-18T15:28:05,372 Initialized build tracking at /tmp/pip-build-tracker-wq2rx2vx 2022-05-18T15:28:05,372 Created build tracker: /tmp/pip-build-tracker-wq2rx2vx 2022-05-18T15:28:05,373 Entered build tracker: /tmp/pip-build-tracker-wq2rx2vx 2022-05-18T15:28:05,374 Created temporary directory: /tmp/pip-wheel-g3oprz9j 2022-05-18T15:28:05,442 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-05-18T15:28:05,451 2 location(s) to search for versions of torchrecsys: 2022-05-18T15:28:05,451 * https://pypi.org/simple/torchrecsys/ 2022-05-18T15:28:05,451 * https://www.piwheels.org/simple/torchrecsys/ 2022-05-18T15:28:05,452 Fetching project page and analyzing links: https://pypi.org/simple/torchrecsys/ 2022-05-18T15:28:05,453 Getting page https://pypi.org/simple/torchrecsys/ 2022-05-18T15:28:05,456 Found index url https://pypi.org/simple 2022-05-18T15:28:05,569 Found link https://files.pythonhosted.org/packages/ed/e6/12479aaf29355e1d3678311e4b78d1274f101fcf52d3ddb89fe810461d67/torchrecsys-0.1.0.tar.gz#sha256=7d95bb5d8be8c7492787276941e1aa5005d87115b71ebcc4456c5e70986f7ac0 (from https://pypi.org/simple/torchrecsys/) (requires-python:>=3.6), version: 0.1.0 2022-05-18T15:28:05,570 Fetching project page and analyzing links: https://www.piwheels.org/simple/torchrecsys/ 2022-05-18T15:28:05,570 Getting page https://www.piwheels.org/simple/torchrecsys/ 2022-05-18T15:28:05,572 Found index url https://www.piwheels.org/simple 2022-05-18T15:28:05,815 Skipping link: not a file: https://www.piwheels.org/simple/torchrecsys/ 2022-05-18T15:28:05,816 Skipping link: not a file: https://pypi.org/simple/torchrecsys/ 2022-05-18T15:28:05,846 Given no hashes to check 1 links for project 'torchrecsys': discarding no candidates 2022-05-18T15:28:05,874 Collecting torchrecsys==0.1.0 2022-05-18T15:28:05,879 Created temporary directory: /tmp/pip-unpack-fm4t30zr 2022-05-18T15:28:06,118 Downloading torchrecsys-0.1.0.tar.gz (18 kB) 2022-05-18T15:28:06,285 Added torchrecsys==0.1.0 from https://files.pythonhosted.org/packages/ed/e6/12479aaf29355e1d3678311e4b78d1274f101fcf52d3ddb89fe810461d67/torchrecsys-0.1.0.tar.gz#sha256=7d95bb5d8be8c7492787276941e1aa5005d87115b71ebcc4456c5e70986f7ac0 to build tracker '/tmp/pip-build-tracker-wq2rx2vx' 2022-05-18T15:28:06,292 Created temporary directory: /tmp/pip-build-env-htx4own5 2022-05-18T15:28:06,305 Created temporary directory: /tmp/pip-standalone-pip-a70hm75a 2022-05-18T15:28:08,600 Installing build dependencies: started 2022-05-18T15:28:08,603 Running command pip subprocess to install build dependencies 2022-05-18T15:28:18,189 Using pip 22.1 from /tmp/pip-standalone-pip-a70hm75a/__env_pip__.zip/pip (python 3.7) 2022-05-18T15:28:19,517 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-05-18T15:28:23,238 Collecting setuptools>=60 2022-05-18T15:28:23,512 Using cached https://www.piwheels.org/simple/setuptools/setuptools-62.3.1-py3-none-any.whl (1.2 MB) 2022-05-18T15:28:28,087 Installing collected packages: setuptools 2022-05-18T15:28:32,905 Successfully installed setuptools-62.3.1 2022-05-18T15:28:33,522 Installing build dependencies: finished with status 'done' 2022-05-18T15:28:33,548 Getting requirements to build wheel: started 2022-05-18T15:28:33,550 Running command Getting requirements to build wheel 2022-05-18T15:28:37,082 Traceback (most recent call last): 2022-05-18T15:28:37,083 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 536, in get_file_content 2022-05-18T15:28:37,084 with open(url, "rb") as f: 2022-05-18T15:28:37,085 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2022-05-18T15:28:37,086 During handling of the above exception, another exception occurred: 2022-05-18T15:28:37,086 Traceback (most recent call last): 2022-05-18T15:28:37,087 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in 2022-05-18T15:28:37,088 main() 2022-05-18T15:28:37,088 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main 2022-05-18T15:28:37,089 json_out['return_val'] = hook(**hook_input['kwargs']) 2022-05-18T15:28:37,089 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel 2022-05-18T15:28:37,090 return hook(config_settings) 2022-05-18T15:28:37,090 File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 178, in get_requires_for_build_wheel 2022-05-18T15:28:37,091 config_settings, requirements=['wheel']) 2022-05-18T15:28:37,091 File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 159, in _get_build_requires 2022-05-18T15:28:37,091 self.run_setup() 2022-05-18T15:28:37,092 File "/usr/local/lib/python3.7/dist-packages/setuptools/build_meta.py", line 174, in run_setup 2022-05-18T15:28:37,092 exec(compile(code, __file__, 'exec'), locals()) 2022-05-18T15:28:37,093 File "setup.py", line 27, in 2022-05-18T15:28:37,093 requirements = list(parse_requirements("requirements.txt", session="hack")) 2022-05-18T15:28:37,094 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 145, in parse_requirements 2022-05-18T15:28:37,094 for parsed_line in parser.parse(filename, constraint): 2022-05-18T15:28:37,094 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 328, in parse 2022-05-18T15:28:37,095 yield from self._parse_and_recurse(filename, constraint) 2022-05-18T15:28:37,095 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 333, in _parse_and_recurse 2022-05-18T15:28:37,096 for line in self._parse_file(filename, constraint): 2022-05-18T15:28:37,096 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 364, in _parse_file 2022-05-18T15:28:37,096 _, content = get_file_content(filename, self._session) 2022-05-18T15:28:37,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_file.py", line 539, in get_file_content 2022-05-18T15:28:37,097 raise InstallationError(f"Could not open requirements file: {exc}") 2022-05-18T15:28:37,098 pip._internal.exceptions.InstallationError: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' 2022-05-18T15:28:37,454 ERROR: [present-rich] Getting requirements to build wheel exited with 1 2022-05-18T15:28:37,496 [bold magenta]full command[/]: [blue]/usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmpcjvfdi5c[/] 2022-05-18T15:28:37,496 [bold magenta]cwd[/]: /tmp/pip-wheel-g3oprz9j/torchrecsys_564b3d39cf474fb8b0b17f87389187c7 2022-05-18T15:28:37,497 Getting requirements to build wheel: finished with status 'error' 2022-05-18T15:28:37,502 ERROR: [present-rich] Getting requirements to build wheel exited with 1 2022-05-18T15:28:37,516 Exception information: 2022-05-18T15:28:37,516 Traceback (most recent call last): 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-05-18T15:28:37,516 status = run_func(*args) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-05-18T15:28:37,516 return func(self, options, args) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-05-18T15:28:37,516 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-05-18T15:28:37,516 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-05-18T15:28:37,516 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-05-18T15:28:37,516 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria 2022-05-18T15:28:37,516 if not criterion.candidates: 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ 2022-05-18T15:28:37,516 return bool(self._sequence) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in __bool__ 2022-05-18T15:28:37,516 return any(self) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in 2022-05-18T15:28:37,516 return (c for c in iterator if id(c) not in self._incompatible_ids) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built 2022-05-18T15:28:37,516 candidate = func() 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/factory.py", line 220, in _make_candidate_from_link 2022-05-18T15:28:37,516 version=version, 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 297, in __init__ 2022-05-18T15:28:37,516 version=version, 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 161, in __init__ 2022-05-18T15:28:37,516 self.dist = self._prepare() 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 230, in _prepare 2022-05-18T15:28:37,516 dist = self._prepare_distribution() 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/candidates.py", line 302, in _prepare_distribution 2022-05-18T15:28:37,516 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 421, in prepare_linked_requirement 2022-05-18T15:28:37,516 return self._prepare_linked_requirement(req, parallel_builds) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 494, in _prepare_linked_requirement 2022-05-18T15:28:37,516 self.build_isolation, 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 57, in _get_prepared_distribution 2022-05-18T15:28:37,516 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 45, in prepare_distribution_metadata 2022-05-18T15:28:37,516 self._install_build_reqs(finder) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 113, in _install_build_reqs 2022-05-18T15:28:37,516 build_reqs = self._get_build_requires_wheel() 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 90, in _get_build_requires_wheel 2022-05-18T15:28:37,516 return backend.get_requires_for_build_wheel() 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 685, in get_requires_for_build_wheel 2022-05-18T15:28:37,516 return super().get_requires_for_build_wheel(config_settings=cs) 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/wrappers.py", line 173, in get_requires_for_build_wheel 2022-05-18T15:28:37,516 'config_settings': config_settings 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/wrappers.py", line 325, in _call_hook 2022-05-18T15:28:37,516 extra_environ=extra_environ 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 257, in runner 2022-05-18T15:28:37,516 spinner=spinner, 2022-05-18T15:28:37,516 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess 2022-05-18T15:28:37,516 raise error 2022-05-18T15:28:37,516 pip._internal.exceptions.InstallationSubprocessError: Getting requirements to build wheel exited with 1 2022-05-18T15:28:37,537 Removed torchrecsys==0.1.0 from https://files.pythonhosted.org/packages/ed/e6/12479aaf29355e1d3678311e4b78d1274f101fcf52d3ddb89fe810461d67/torchrecsys-0.1.0.tar.gz#sha256=7d95bb5d8be8c7492787276941e1aa5005d87115b71ebcc4456c5e70986f7ac0 from build tracker '/tmp/pip-build-tracker-wq2rx2vx' 2022-05-18T15:28:37,538 Removed build tracker: '/tmp/pip-build-tracker-wq2rx2vx'