#1967·h2ogpt

Dependency resolution exceeded maximum depth

Author: frivasplataCreated Jan 21, 2026Updated Jan 21, 2026

When isntalling h2ogpt using the installation script: curl -fsSL https://h2o-release.s3.amazonaws.com/h2ogpt/linux_install_full.sh | bash

on an Ubuntu 22.04 using the cuda 12.1 right after the Collecting Groq>=0.5.0 reqs I'm seeing the pip error below.

_Collecting groq>=0.5.0 (from -r reqs_optional/requirements_optional_langchain.txt (line 50)) Using cached groq-0.37.0-py3-none-any.whl.metadata (16 kB) error: resolution-too-deep

× Dependency resolution exceeded maximum depth ╰─> Pip cannot resolve the current dependencies as the dependency graph is too complex for pip to solve efficiently._

Any help with this issue will be very appreciated.