Skip to main content
An Anaconda package is available, and you can install it with either pip or conda. For conda, get the package from the conda-forge channel.
# Create a conda environment
conda create -n wandb-env python=3.8 anaconda
# Activate the environment
conda activate wandb-env
# Install wandb using pip
pip install wandb
For help with installation issues, see Anaconda’s documentation about managing packages.
Python