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
Cohere is a supported embedding in the jupyter-ai list. However, the cohere model cannot be installed due to conflicting importlib-metadata version.
Jupyter-ai needs importlib-metadata~=5.2.0 whereas cohere needs importlib-metadata version to between 6&7
Reproduce
Pip install jupyter-ai
Pip install cohere
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.
cohere 4.21 requires importlib_metadata<7.0,>=6.0, but you have importlib-metadata 5.2.0 which is incompatible.
Expected behavior
The importlib_metadata 5.2.0 dependency should be upgraded
Context
Operating System and version:
Browser and version:
JupyterLab version:
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
The text was updated successfully, but these errors were encountered:
Description
Cohere is a supported embedding in the jupyter-ai list. However, the cohere model cannot be installed due to conflicting importlib-metadata version.
Jupyter-ai needs importlib-metadata~=5.2.0 whereas cohere needs importlib-metadata version to between 6&7
Reproduce
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.
cohere 4.21 requires importlib_metadata<7.0,>=6.0, but you have importlib-metadata 5.2.0 which is incompatible.
Expected behavior
The importlib_metadata 5.2.0 dependency should be upgraded
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: