library · inferred from evidence
sys
A Python standard library module used to check the interpreter executable path.
- ImportError: cannot import name Mistral from mistralai after mixing conda and pip installs
Importing the client failed with `ImportError: cannot import name 'Mistral' from 'mistralai'` even though the package appeared installed. The reporter had installed `mistralai` with conda, which gave the old 0.x release, and then with pip,
- `google-cloud-documentai` imports fail in GCP notebooks: kernel Python does not match pip
After `pip install google-cloud-documentai==0.3.0` (successful install), I get: `ImportError: cannot import name 'documentai_v1beta3' from 'google.cloud' (unknown location)`. This happens in multiple environments, including a GCP notebook i