weiaicunzai/blender_shapenet_render

About bpy module

BrinedFishItsMe opened this issue · 1 comments

Hello,I use Spyder to run scripts,but can not load bpy, How to install the bpy module?
I try to pip install bpy but failed

You have to run this inside Blender. bpy is the Python interface to Blender.
See the run_render.py which runs the other scripts inside Blender. Blender is distributed with its own Blender version.