2021-07-16T01:15:30,943 Created temporary directory: /tmp/pip-ephem-wheel-cache-z7s5r_9v 2021-07-16T01:15:30,946 Created temporary directory: /tmp/pip-req-tracker-2281l24r 2021-07-16T01:15:30,947 Initialized build tracking at /tmp/pip-req-tracker-2281l24r 2021-07-16T01:15:30,947 Created build tracker: /tmp/pip-req-tracker-2281l24r 2021-07-16T01:15:30,947 Entered build tracker: /tmp/pip-req-tracker-2281l24r 2021-07-16T01:15:30,948 Created temporary directory: /tmp/pip-wheel-dxbhkbrx 2021-07-16T01:15:30,979 1 location(s) to search for versions of alphavideo: 2021-07-16T01:15:30,979 * https://pypi.org/simple/alphavideo/ 2021-07-16T01:15:30,980 Fetching project page and analyzing links: https://pypi.org/simple/alphavideo/ 2021-07-16T01:15:30,980 Getting page https://pypi.org/simple/alphavideo/ 2021-07-16T01:15:30,982 Found index url https://pypi.org/simple 2021-07-16T01:15:31,157 Found link https://files.pythonhosted.org/packages/63/7d/d64a557ff71ce9d2f8c8521dcdec7b6158795a4faa05f8a27fc096161262/alphavideo-0.1.tar.gz#sha256=845c635e5dadad8f6c96fcc8717c3026e5da0ce407c6b0d754d974c85c448534 (from https://pypi.org/simple/alphavideo/), version: 0.1 2021-07-16T01:15:31,157 Skipping link: not a file: https://pypi.org/simple/alphavideo/ 2021-07-16T01:15:31,176 Given no hashes to check 1 links for project 'alphavideo': discarding no candidates 2021-07-16T01:15:31,196 Collecting alphavideo==0.1 2021-07-16T01:15:31,198 Created temporary directory: /tmp/pip-unpack-qpj7y0k0 2021-07-16T01:15:31,239 Downloading alphavideo-0.1.tar.gz (34 kB) 2021-07-16T01:15:31,360 Added alphavideo==0.1 from https://files.pythonhosted.org/packages/63/7d/d64a557ff71ce9d2f8c8521dcdec7b6158795a4faa05f8a27fc096161262/alphavideo-0.1.tar.gz#sha256=845c635e5dadad8f6c96fcc8717c3026e5da0ce407c6b0d754d974c85c448534 to build tracker '/tmp/pip-req-tracker-2281l24r' 2021-07-16T01:15:31,361 Running setup.py (path:/tmp/pip-wheel-dxbhkbrx/alphavideo_213754cff7cb4ba29cc5d2c1f2781e1c/setup.py) egg_info for package alphavideo 2021-07-16T01:15:31,362 Created temporary directory: /tmp/pip-pip-egg-info-kr0y0y4x 2021-07-16T01:15:31,362 Running command python setup.py egg_info 2021-07-16T01:15:32,447 Traceback (most recent call last): 2021-07-16T01:15:32,448 File "", line 1, in 2021-07-16T01:15:32,448 File "/tmp/pip-wheel-dxbhkbrx/alphavideo_213754cff7cb4ba29cc5d2c1f2781e1c/setup.py", line 1, in 2021-07-16T01:15:32,449 import torch 2021-07-16T01:15:32,449 ModuleNotFoundError: No module named 'torch' 2021-07-16T01:15:32,512 WARNING: Discarding https://files.pythonhosted.org/packages/63/7d/d64a557ff71ce9d2f8c8521dcdec7b6158795a4faa05f8a27fc096161262/alphavideo-0.1.tar.gz#sha256=845c635e5dadad8f6c96fcc8717c3026e5da0ce407c6b0d754d974c85c448534 (from https://pypi.org/simple/alphavideo/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-16T01:15:32,513 ERROR: Could not find a version that satisfies the requirement alphavideo==0.1 (from versions: 0.1) 2021-07-16T01:15:32,514 ERROR: No matching distribution found for alphavideo==0.1 2021-07-16T01:15:32,514 Exception information: 2021-07-16T01:15:32,514 Traceback (most recent call last): 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-16T01:15:32,514 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-16T01:15:32,514 raise RequirementsConflicted(criterion) 2021-07-16T01:15:32,514 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('alphavideo==0.1') 2021-07-16T01:15:32,514 2021-07-16T01:15:32,514 During handling of the above exception, another exception occurred: 2021-07-16T01:15:32,514 2021-07-16T01:15:32,514 Traceback (most recent call last): 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-16T01:15:32,514 result = self._result = resolver.resolve( 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-16T01:15:32,514 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-16T01:15:32,514 raise ResolutionImpossible(e.criterion.information) 2021-07-16T01:15:32,514 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('alphavideo==0.1'), parent=None)] 2021-07-16T01:15:32,514 2021-07-16T01:15:32,514 The above exception was the direct cause of the following exception: 2021-07-16T01:15:32,514 2021-07-16T01:15:32,514 Traceback (most recent call last): 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-16T01:15:32,514 status = self.run(options, args) 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-16T01:15:32,514 return func(self, options, args) 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-16T01:15:32,514 requirement_set = resolver.resolve( 2021-07-16T01:15:32,514 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-16T01:15:32,514 raise error from e 2021-07-16T01:15:32,514 pip._internal.exceptions.DistributionNotFound: No matching distribution found for alphavideo==0.1 2021-07-16T01:15:32,519 Removed alphavideo==0.1 from https://files.pythonhosted.org/packages/63/7d/d64a557ff71ce9d2f8c8521dcdec7b6158795a4faa05f8a27fc096161262/alphavideo-0.1.tar.gz#sha256=845c635e5dadad8f6c96fcc8717c3026e5da0ce407c6b0d754d974c85c448534 from build tracker '/tmp/pip-req-tracker-2281l24r' 2021-07-16T01:15:32,519 Removed build tracker: '/tmp/pip-req-tracker-2281l24r'