A Blender add-on that allows you to install, manage, and uninstall Python libraries directly within Blender using pip.
- Install Python libraries via pip directly in Blender
- Check library installation status and version
- Upgrade existing libraries
- Force reinstall libraries if needed
- Uninstall libraries
- Upgrade pip itself
- User-friendly interface in the Text Editor sidebar
- Real-time status updates
- Detailed error reporting
- Blender 4.2.0 or newer
- Internet connection for downloading packages
- In Blender, go to Edit > Preferences > Add-ons
- Click "Install..." and select the downloaded zip file
- Enable the add-on by checking the box next to "Pip Library Installer"
- Open the Text Editor in Blender
- Look for the "Pip Installer" tab in the sidebar
- Enter the name of the Python library you want to install (e.g., "numpy")
- Click the magnifying glass icon to check if the library is already installed
- Use the appropriate button to:
- Install a new library
- Upgrade an existing library
- Force reinstall a library
- Uninstall a library
- Check the status box for operation results
- Restart Blender to use the newly installed library
- Enter the library name
- Click "Install Library"
- Wait for the installation to complete
- Check the status for success or error messages
- Enter the library name
- Click the check button to verify it's installed
- Click "Upgrade" to update to the latest version
- Enter the library name
- Click the check button to verify it's installed
- Click "Uninstall" to remove the library
- Click the "Upgrade Pip" button in the Utilities section
- Wait for the upgrade to complete
- Check the status for success or error messages
- Check your internet connection
- Try upgrading pip first
- Check if the library name is correct
- Try force reinstalling the library
- Verify the library name is correct
- Check if the library is available on PyPI
- Try installing with a specific version (e.g., "numpy==1.21.0")
- Run Blender as administrator
- Check if the Python environment is writable
- Verify you have sufficient disk space
- Some libraries may require additional system dependencies
- Large libraries may take longer to install
- Always restart Blender after installing new libraries
- The add-on requires an internet connection to download packages
Luis Pacheco