(ddt_env) comcross@comcross:~$ pip install deepdoctection[tf] Collecting deepdoctection[tf] Downloading deepdoctection-0.32-py3-none-any.whl.metadata (19 kB) Collecting catalogue==2.0.10 (from deepdoctection[tf]) Downloading catalogue-2.0.10-py3-none-any.whl.metadata (14 kB) Collecting huggingface-hub>=0.12.0 (from deepdoctection[tf]) Downloading huggingface_hub-0.23.4-py3-none-any.whl.metadata (12 kB) Collecting importlib-metadata>=5.0.0 (from deepdoctection[tf]) Downloading importlib_metadata-8.0.0-py3-none-any.whl.metadata (4.6 kB) Collecting jsonlines==3.1.0 (from deepdoctection[tf]) Downloading jsonlines-3.1.0-py3-none-any.whl.metadata (1.7 kB) Collecting lazy-imports==0.3.1 (from deepdoctection[tf]) Downloading lazy_imports-0.3.1-py3-none-any.whl.metadata (10 kB) Collecting mock==4.0.3 (from deepdoctection[tf]) Downloading mock-4.0.3-py3-none-any.whl.metadata (2.8 kB) Collecting networkx>=2.7.1 (from deepdoctection[tf]) Downloading networkx-3.3-py3-none-any.whl.metadata (5.1 kB) Requirement already satisfied: numpy>=1.21 in ./ddt_env/lib/python3.12/site-packages (from deepdoctection[tf]) (1.26.4) Requirement already satisfied: packaging>=20.0 in ./ddt_env/lib/python3.12/site-packages (from deepdoctection[tf]) (24.1) Collecting Pillow>=10.0.0 (from deepdoctection[tf]) Downloading pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (9.2 kB) Collecting pypdf>=3.16.0 (from deepdoctection[tf]) Downloading pypdf-4.2.0-py3-none-any.whl.metadata (7.4 kB) Collecting pyyaml>=6.0.1 (from deepdoctection[tf]) Downloading PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting pyzmq>=16 (from deepdoctection[tf]) Downloading pyzmq-26.0.3-cp312-cp312-manylinux_2_28_x86_64.whl.metadata (6.1 kB) Requirement already satisfied: termcolor>=1.1 in ./ddt_env/lib/python3.12/site-packages (from deepdoctection[tf]) (2.4.0) Collecting tabulate>=0.7.7 (from deepdoctection[tf]) Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) Collecting tqdm==4.64.0 (from deepdoctection[tf]) Downloading tqdm-4.64.0-py2.py3-none-any.whl.metadata (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/57.3 kB 2.9 MB/s eta 0:00:00 Collecting tensorpack==0.11 (from deepdoctection[tf]) Downloading tensorpack-0.11-py2.py3-none-any.whl.metadata (5.4 kB) Collecting protobuf==3.20.1 (from deepdoctection[tf]) Downloading protobuf-3.20.1-py2.py3-none-any.whl.metadata (720 bytes) INFO: pip is looking at multiple versions of deepdoctection[tf] to determine which version is compatible with other requirements. This could take a while. Collecting deepdoctection[tf] Downloading deepdoctection-0.31-py3-none-any.whl.metadata (18 kB) Downloading deepdoctection-0.30-py3-none-any.whl.metadata (18 kB) Collecting catalogue==2.0.7 (from deepdoctection[tf]) Downloading catalogue-2.0.7-py3-none-any.whl.metadata (14 kB) Collecting pyyaml==6.0 (from deepdoctection[tf]) Downloading PyYAML-6.0.tar.gz (124 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.0/125.0 kB 3.8 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [54 lines of output] running egg_info writing lib/PyYAML.egg-info/PKG-INFO writing dependency_links to lib/PyYAML.egg-info/dependency_links.txt writing top-level names to lib/PyYAML.egg-info/top_level.txt Traceback (most recent call last): File "/home/comcross/ddt_env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/home/comcross/ddt_env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/comcross/ddt_env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 327, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=[]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 297, in _get_build_requires self.run_setup() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/build_meta.py", line 313, in run_setup exec(code, locals()) File "", line 288, in File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 184, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/_distutils/core.py", line 200, in run_commands dist.run_commands() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/dist.py", line 976, in run_command super().run_command(command) File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/command/egg_info.py", line 321, in run self.find_sources() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/command/egg_info.py", line 329, in find_sources mm.run() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/command/egg_info.py", line 550, in run self.add_defaults() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/command/egg_info.py", line 588, in add_defaults sdist.add_defaults(self) File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/command/sdist.py", line 102, in add_defaults super().add_defaults() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py", line 250, in add_defaults self._add_defaults_ext() File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py", line 335, in _add_defaults_ext self.filelist.extend(build_ext.get_source_files()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 204, in get_source_files File "/tmp/pip-build-env-57pkqm76/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr__ raise AttributeError(attr) AttributeError: cython_sources [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. (ddt_env) comcross@comcross:~$