You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem, including code/CLI snippet
ImportError: The GraphQL client could not be initialized because the gql dependencies are not installed. Install them with 'pip install python-gitlab[graphql]'
pip install python-gitlab[graphql]
$ pip install python-gitlab[graphql]
zsh: no matches found: python-gitlab[graphql]
Expected Behavior
pip install python-gitlab[graphql] success
Actual Behavior
no matches found: python-gitlab[graphql]
Specifications
python-gitlab version: 5.6.0
Gitlab server version (or gitlab.com): 17.6
The text was updated successfully, but these errors were encountered:
@kalavt generally that should work, but the reason we have our extras there is to ensure version compatibility. But pip will probably install a compatible version if you already have python-gitlab installed 👍 Either way, it's best to use a python project manager to properly track your dependencies (uv, hatch, poetry, ..)
Description of the problem, including code/CLI snippet
ImportError: The GraphQL client could not be initialized because the gql dependencies are not installed. Install them with 'pip install python-gitlab[graphql]'
pip install python-gitlab[graphql]
$ pip install python-gitlab[graphql]
zsh: no matches found: python-gitlab[graphql]
Expected Behavior
pip install python-gitlab[graphql] success
Actual Behavior
no matches found: python-gitlab[graphql]
Specifications
The text was updated successfully, but these errors were encountered: