JustPaste.it
INFO:clearml_agent.commands.worker:Downloading "https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp310-cp310-linux_x86_64.whl" to pip cache
Collecting torch==1.12.1+cu116
  File was already downloaded /home/adamastor/.clearml/pip-download-cache/cu117/torch-1.12.1+cu116-cp310-cp310-linux_x86_64.whl
DEBUG:urllib3.connectionpool:Resetting dropped connection: adamastor-office.periploinnovation.com
DEBUG:urllib3.connectionpool:http://adamastor-office.periploinnovation.com:8008 "POST /events.add_batch HTTP/1.1" 200 315
DEBUG:urllib3.connectionpool:Resetting dropped connection: adamastor-office.periploinnovation.com
DEBUG:urllib3.connectionpool:http://adamastor-office.periploinnovation.com:8008 "GET /v2.14/tasks.get_all HTTP/1.1" 200 368
Successfully downloaded torch
INFO:clearml_agent.commands.worker:Downloading "https://download.pytorch.org/whl/cu116/torchvision-0.13.1%2Bcu116-cp310-cp310-linux_x86_64.whl" to pip cache
Collecting torchvision==0.13.1+cu116
  File was already downloaded /home/adamastor/.clearml/pip-download-cache/cu117/torchvision-0.13.1+cu116-cp310-cp310-linux_x86_64.whl
Successfully downloaded torchvision
ERROR: torch-1.12.1+cu116-cp310-cp310-linux_x86_64.whl is not a supported wheel on this platform.
INFO:clearml_agent.commands.worker:Traceback (most recent call last):
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/commands/worker.py", line 2893, in install_requirements_for_package_api
    package_api.load_requirements(cached_requirements)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/venv.py", line 41, in load_requirements
    super(VirtualenvPip, self).load_requirements(requirements)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/system.py", line 63, in load_requirements
    self.install_from_file(path)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/system.py", line 37, in install_from_file
    self.run_with_env(('install', '-r', path) + self.install_flags(), cwd=self.cwd)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/system.py", line 90, in run_with_env
    return (command.get_output if output else command.check_call)(stdin=DEVNULL, env=env, **kwargs)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/process.py", line 193, in check_call
    return self.call_subprocess(subprocess.check_call, *args, **kwargs)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/process.py", line 240, in call_subprocess
    return func(list(self), *args, **kwargs)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/adamastor/.clearml/venvs-builds/3.10/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/tmp/cached-reqsno99bhna.txt']' returned non-zero exit status 1.
 
Traceback (most recent call last):
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/commands/worker.py", line 2893, in install_requirements_for_package_api
    package_api.load_requirements(cached_requirements)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/venv.py", line 41, in load_requirements
    super(VirtualenvPip, self).load_requirements(requirements)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/system.py", line 63, in load_requirements
    self.install_from_file(path)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/system.py", line 37, in install_from_file
    self.run_with_env(('install', '-r', path) + self.install_flags(), cwd=self.cwd)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/package/pip_api/system.py", line 90, in run_with_env
    return (command.get_output if output else command.check_call)(stdin=DEVNULL, env=env, **kwargs)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/process.py", line 193, in check_call
    return self.call_subprocess(subprocess.check_call, *args, **kwargs)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/helper/process.py", line 240, in call_subprocess
    return func(list(self), *args, **kwargs)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/adamastor/.clearml/venvs-builds/3.10/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/tmp/cached-reqsno99bhna.txt']' returned non-zero exit status 1.
 
During handling of the above exception, another exception occurred:
 
Traceback (most recent call last):
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/__main__.py", line 87, in <module>
    sys.exit(main())
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/__main__.py", line 83, in main
    return run_command(parser, args, command_name)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/__main__.py", line 46, in run_command
    return func(**args_dict)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/commands/base.py", line 63, in newfunc
    return func(self, *args, **kwargs)
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/commands/worker.py", line 2379, in execute
    self.install_requirements(
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/commands/worker.py", line 2845, in install_requirements
    return self.install_requirements_for_package_api(execution, repo_info, requirements_manager,
  File "/home/adamastor/anaconda3/envs/agent/lib/python3.10/site-packages/clearml_agent/commands/worker.py", line 2897, in install_requirements_for_package_api
    raise ValueError("Could not install task requirements!\n{}".format(e))
ValueError: Could not install task requirements!
Command '['/home/adamastor/.clearml/venvs-builds/3.10/bin/python', '-m', 'pip', '--disable-pip-version-check', 'install', '-r', '/tmp/cached-reqsno99bhna.txt']' returned non-zero exit status 1.