FAQ
Browse through common questions.
EU AI Act Compliance — Read our original regulation brief on how the EU AI Act aims to balance innovation with safety and accountability, setting standards for responsible AI use
May 12, 2025
Learn how to resolve commonly encountered issues with the ValidMind AI risk platform.
You cannot access functionality described in our user guides or recent releases.
Make sure you are running most recent versions of ValidMind,1 and have the proper permissions assigned.2
You cannot run pip install validmind
or import validmind as vm
in the ValidMind Library notebooks.
Make sure you are installing the latest version of the library3 by running this command:
When you run vm.init()
, you encounter an error message like this:
MissingAPICredentialsError: API key and secret must be provided either as environment variables or as arguments to init.
or
Make sure that you are using the correct initialization credentials for the model you are trying to connect to.
Follow the steps in Install and initialize the ValidMind Library for detailed instructions on how to integrate the library and upload to the platform.
::: {.attn}
To access the latest version of the ValidMind Platform,4 hard refresh your browser tab:
Ctrl
+ Shift
+ R
OR Ctrl
+ F5
⌘ Cmd
+ Shift
+ R
OR hold down ⌘ Cmd
and click the Reload
buttonTo upgrade the ValidMind Library:5
In your Jupyter Notebook:
Then within a code cell or your terminal, run:
You may need to restart your kernel after running the upgrade package for changes to be applied.
:::