Skip to content

Blender pip addon

Warning

⚠️ This repo evolved in a more advanced PIP installer, see Blender pip Qt addon

A Python module manager for Blender, using pip
Get it from the GitHub repo
image

new repo

https://github.com/hannesdelbeke/blender_pip

Original author pointed out this should be tested on Linux and Mac, currently Windows only. AFAIK it should work on other OS.

original repo

https://github.com/amb/blender_pip
issues:

  • doesn’t pass custom sys.paths to subprocess. So pip isn’t aware of some modules Blender discovers on startup. So some installed modules don’t show up in pip list, or can’t be removed with pip uninstall, see PR
  • packages are installed to site packages, which are shared between different blender versions. Not a great workflow. PR
  • installing editable packages to a target directory doesn’t work since .pth files don’t live in site dir, see Blender doesn’t support editable Python packages

Blender addon
package management
Python env management