2021-07-15T21:33:41,630 Created temporary directory: /tmp/pip-ephem-wheel-cache-4gkojwkv 2021-07-15T21:33:41,633 Created temporary directory: /tmp/pip-req-tracker-n8fg7c5z 2021-07-15T21:33:41,633 Initialized build tracking at /tmp/pip-req-tracker-n8fg7c5z 2021-07-15T21:33:41,633 Created build tracker: /tmp/pip-req-tracker-n8fg7c5z 2021-07-15T21:33:41,634 Entered build tracker: /tmp/pip-req-tracker-n8fg7c5z 2021-07-15T21:33:41,634 Created temporary directory: /tmp/pip-wheel-loemm34_ 2021-07-15T21:33:41,661 1 location(s) to search for versions of classification-report: 2021-07-15T21:33:41,661 * https://pypi.org/simple/classification-report/ 2021-07-15T21:33:41,661 Fetching project page and analyzing links: https://pypi.org/simple/classification-report/ 2021-07-15T21:33:41,662 Getting page https://pypi.org/simple/classification-report/ 2021-07-15T21:33:41,664 Found index url https://pypi.org/simple 2021-07-15T21:33:41,825 Found link https://files.pythonhosted.org/packages/b6/bf/058855ff016ff73747f02c36eec1646dcb1ecebe089fd8d4c01a7668b60d/classification_report-1.0.0.tar.gz#sha256=b783c2646af134b803cbee5981bbd37979a13bf5c430ed346062a26d54f82e6b (from https://pypi.org/simple/classification-report/) (requires-python:>=3.6.0), version: 1.0.0 2021-07-15T21:33:41,826 Skipping link: not a file: https://pypi.org/simple/classification-report/ 2021-07-15T21:33:41,846 Given no hashes to check 1 links for project 'classification-report': discarding no candidates 2021-07-15T21:33:41,865 Collecting classification-report==1.0.0 2021-07-15T21:33:41,867 Created temporary directory: /tmp/pip-unpack-ztvcvt74 2021-07-15T21:33:42,053 Downloading classification_report-1.0.0.tar.gz (24 kB) 2021-07-15T21:33:42,100 Added classification-report==1.0.0 from https://files.pythonhosted.org/packages/b6/bf/058855ff016ff73747f02c36eec1646dcb1ecebe089fd8d4c01a7668b60d/classification_report-1.0.0.tar.gz#sha256=b783c2646af134b803cbee5981bbd37979a13bf5c430ed346062a26d54f82e6b to build tracker '/tmp/pip-req-tracker-n8fg7c5z' 2021-07-15T21:33:42,101 Running setup.py (path:/tmp/pip-wheel-loemm34_/classification-report_a2f4130a6259419691cc2c78000202ac/setup.py) egg_info for package classification-report 2021-07-15T21:33:42,102 Created temporary directory: /tmp/pip-pip-egg-info-kg3ftwkf 2021-07-15T21:33:42,102 Running command python setup.py egg_info 2021-07-15T21:33:48,020 Traceback (most recent call last): 2021-07-15T21:33:48,021 File "", line 1, in 2021-07-15T21:33:48,022 File "/tmp/pip-wheel-loemm34_/classification-report_a2f4130a6259419691cc2c78000202ac/setup.py", line 28, in 2021-07-15T21:33:48,022 from src.classification_report.version import __version__ 2021-07-15T21:33:48,022 File "/tmp/pip-wheel-loemm34_/classification-report_a2f4130a6259419691cc2c78000202ac/src/classification_report/__init__.py", line 2, in 2021-07-15T21:33:48,022 from .report import Report 2021-07-15T21:33:48,022 File "/tmp/pip-wheel-loemm34_/classification-report_a2f4130a6259419691cc2c78000202ac/src/classification_report/report.py", line 9, in 2021-07-15T21:33:48,023 import torch 2021-07-15T21:33:48,023 ModuleNotFoundError: No module named 'torch' 2021-07-15T21:33:48,458 WARNING: Discarding https://files.pythonhosted.org/packages/b6/bf/058855ff016ff73747f02c36eec1646dcb1ecebe089fd8d4c01a7668b60d/classification_report-1.0.0.tar.gz#sha256=b783c2646af134b803cbee5981bbd37979a13bf5c430ed346062a26d54f82e6b (from https://pypi.org/simple/classification-report/) (requires-python:>=3.6.0). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-15T21:33:48,459 ERROR: Could not find a version that satisfies the requirement classification-report==1.0.0 (from versions: 1.0.0) 2021-07-15T21:33:48,459 ERROR: No matching distribution found for classification-report==1.0.0 2021-07-15T21:33:48,460 Exception information: 2021-07-15T21:33:48,460 Traceback (most recent call last): 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-15T21:33:48,460 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-15T21:33:48,460 raise RequirementsConflicted(criterion) 2021-07-15T21:33:48,460 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('classification-report==1.0.0') 2021-07-15T21:33:48,460 2021-07-15T21:33:48,460 During handling of the above exception, another exception occurred: 2021-07-15T21:33:48,460 2021-07-15T21:33:48,460 Traceback (most recent call last): 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-15T21:33:48,460 result = self._result = resolver.resolve( 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-15T21:33:48,460 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-15T21:33:48,460 raise ResolutionImpossible(e.criterion.information) 2021-07-15T21:33:48,460 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('classification-report==1.0.0'), parent=None)] 2021-07-15T21:33:48,460 2021-07-15T21:33:48,460 The above exception was the direct cause of the following exception: 2021-07-15T21:33:48,460 2021-07-15T21:33:48,460 Traceback (most recent call last): 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-15T21:33:48,460 status = self.run(options, args) 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-15T21:33:48,460 return func(self, options, args) 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-15T21:33:48,460 requirement_set = resolver.resolve( 2021-07-15T21:33:48,460 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-15T21:33:48,460 raise error from e 2021-07-15T21:33:48,460 pip._internal.exceptions.DistributionNotFound: No matching distribution found for classification-report==1.0.0 2021-07-15T21:33:48,465 Removed classification-report==1.0.0 from https://files.pythonhosted.org/packages/b6/bf/058855ff016ff73747f02c36eec1646dcb1ecebe089fd8d4c01a7668b60d/classification_report-1.0.0.tar.gz#sha256=b783c2646af134b803cbee5981bbd37979a13bf5c430ed346062a26d54f82e6b from build tracker '/tmp/pip-req-tracker-n8fg7c5z' 2021-07-15T21:33:48,465 Removed build tracker: '/tmp/pip-req-tracker-n8fg7c5z'