Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 11
    $\begingroup$ On blender-2.8 you need to run ensurepip beforehand: path/to/blender-2.8/2.80/python/bin/python3.7m -m ensurepip and then I would recommend upgrading pip: path/to/blender-2.8/2.80/python/bin/python3.7m -m pip install -U pip $\endgroup$ Commented Aug 21, 2019 at 15:05
  • 1
    $\begingroup$ This did not work for me on my Windows 7 box. After successfully installing pip as above, I get 'Defaulting to user installation because normal site-packages is not writeable (sic)'...I guess I need to add my appdata folder to my blender python path now? $\endgroup$ Commented Jul 6, 2020 at 21:13