DIYer22 / bpycv

Computer vision utils for Blender (generate instance annoatation, depth and 6D pose by one line code)
MIT License
470 stars 58 forks source link

Cann't find "bpycv' #17

Closed MiaoRain closed 3 years ago

MiaoRain commented 3 years ago

First thanks for your work. Here is a problem about "bpycv'. "bpycv " has been installed in Figure 1 shwon. but still, get the problem in figure 2. how to deal with this? Thanks!

1

2

DIYer22 commented 3 years ago

Maybe, the blender in your $PATH is not the one at ~/work/blender/2.90 Can you provide your blender info by

which blender && blender --version
MiaoRain commented 3 years ago

Maybe, the blender in your $PATH is not the one at ~/work/blender/2.90 Can you provide your blender info by

which blender && blender --version

Thanks for replying. Here is the result. 3

MiaoRain commented 3 years ago

Maybe, the blender in your $PATH is not the one at ~/work/blender/2.90 Can you provide your blender info by

which blender && blender --version

Then how to change the path? Thanks a lot.

DIYer22 commented 3 years ago

try

sudo mv /usr/bin/blender /usr/bin/blender_old
sudo ln -s ~/work/blender/blender /usr/bin/blender