Install Labelme using Pip
If you have Labelme Starter or Pro, you can try: "Install Labelme as App"
Install Python using Anaconda
As the official recommendation, we use Anaconda package manager instead of the official Python installer. This is because Labelme software requires several scientific libraries (e.g. Numpy), which can be complex to install in some platforms.
If you decided to install Python using Anaconda, follow the installation steps: Install Anaconda.
Once it's done, verify the installation:
- Windows → "Anaconda Prompt"
- macOS/Windows → "Terminal"
conda --version # should say conda xx.yy.zz python3 --version # should say Python 3.yy.zz pip3 --version # should say xxxxxxxxx/anaconda3/yyyyyyyyyy (Python 3.yy)
As of October 17th in 2024, the output looks like:
Windows
macOS
Install Labelme using Pip
After installing Python, you can install Labelme using the Python package manager, pip3
.
Open the terminal and run the following command:
pip3 install --upgrade labelme
Once the installation is done, run the command: labelme
, and you will see the GUI.