Successfully installed MarkupSafe-2.1.2 certifi-2022.12.7 charset-normalizer-2.1.1 cmake-3.25.0 filelock-3.9.0 idna-3.4 jinja2-3.1.2 lit-15.0.7 mpmath-1.2.1 networkx-3.0 numpy-1.24.1 pillow-9.3.0 requests-2.28.1 sympy-1.11.1 torch-2.0.1+cu118 torchaudio-2.0.2+cu118 torchvision-0.15.2+cu118 triton-2.0.0 typing-extensions-4.4.0 urllib3-1.26.13 WARNING: There was an error checking the latest version of pip. (venv) root@e4cb1b2b7d65:/workspace/kohya_ss# ./setup.sh -n Skipping git operations. Installing Python TK if not found on the system. Ubuntu detected. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. debconf: delaying package configuration, since apt-utils is not installed Switching to virtual Python environment. Checking for pip updates before Python operations. Installing python dependencies. This could take a few minutes as it downloads files. If this operation ever runs too long, you can rerun this script in verbose mode to check. ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. torchaudio 2.0.2+cu118 requires torch==2.0.1, but you have torch 1.12.1+cu116 which is incompatible. Installing tenssort. error: subprocess-exited-with-error × Building wheel for tensorrt (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [59 lines of output] running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tensorrt copying tensorrt/__init__.py -> build/lib/tensorrt running egg_info writing tensorrt.egg-info/PKG-INFO writing dependency_links to tensorrt.egg-info/dependency_links.txt writing requirements to tensorrt.egg-info/requires.txt writing top-level names to tensorrt.egg-info/top_level.txt reading manifest file 'tensorrt.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'tensorrt.egg-info/SOURCES.txt' installing to build/bdist.linux-x86_64/wheel running install /workspace/kohya_ss/venv/bin/python3: No module named pip Traceback (most recent call last): File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/workspace/kohya_ss/venv/lib/python3.10/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 251, in build_wheel return _build_backend().build_wheel(wheel_directory, config_settings, File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 416, in build_wheel return self._build_with_temp_dir(['bdist_wheel'], '.whl', File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 401, in _build_with_temp_dir self.run_setup() File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 487, in run_setup super(_BuildMetaLegacyBackend, File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/build_meta.py", line 338, in run_setup exec(code, locals()) File "", line 49, in File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/__init__.py", line 107, in setup return distutils.core.setup(**attrs) File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 1244, in run_command super().run_command(command) File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/wheel/bdist_wheel.py", line 378, in run self.run_command("install") File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/dist.py", line 1244, in run_command super().run_command(command) File "/tmp/pip-build-env-1wduwc9y/overlay/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "", line 43, in run File "", line 41, in install_dep File "/usr/lib/python3.10/subprocess.py", line 457, in check_returncode raise CalledProcessError(self.returncode, self.args, self.stdout, subprocess.CalledProcessError: Command '['/workspace/kohya_ss/venv/bin/python3', '-m', 'pip', 'install', 'tensorrt_libs==8.6.1', '--index-url', 'https://pypi.nvidia.com']' returned non-zero exit status 1. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for tensorrt ERROR: Could not build wheels for tensorrt, which is required to install pyproject.toml-based projects