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
conda install "conda>=4.10.1" "conda-token>=0.3.0" conda-content-trust
conda token set --enable-signature-verification <YOUR_PRODUCT_TOKEN>
Conda version 23.10+ uses libmamba as the default solver, which bypasses signature verification. If you are using conda 23.10 or later, you must configure your .condarc file to use the classic environment solver by running the following command: conda config --set solver classic
The text was updated successfully, but these errors were encountered:
https://docs.anaconda.com/pro/security/#enabling-conda-signature-verification
The text was updated successfully, but these errors were encountered: