Rokoko / rokoko-studio-live-blender

Rokoko Studio Live plugin for Blender
GNU Lesser General Public License v3.0
326 stars 38 forks source link

cannot install plugin #108

Closed Karnor closed 1 year ago

Karnor commented 1 year ago

I get this error

import ensurepip
ModuleNotFoundError: No module names `ensurepip`

But when I try to install ensurepip on my system I get told there is no such module

$ python3 -m ensurepip
/usr/bin/python3: No module named ensurepip

How do people use this plugin on Ubuntu or do they just delete their system and install a different less anal linux distro?

Karnor commented 1 year ago

Any answer to this?

Darkblader24 commented 1 year ago

Make sure Blender uses the bundled Python environment it comes with instead of the locally installed Python environment. Let me know if this fixed it for you.