Importing other modules in blenderproc #567
Replies: 4 comments 1 reply
-
Hi Sam, could you please post the command you used and the error you got? |
Beta Was this translation helpful? Give feedback.
-
Hi, First of all, I try to do "blenderproc pip install PyKDL". This would give me just a message: Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hey @SS-Robotics, the command you are using is correct, however the reason you don't see any output is because blenderproc thinks the package was already installed, although it is not due to an installation error.
It seems the PyKDL package only works with Python 3.6, however blender is using Python 3.10. I also tried to install the package on another Python 3.8 instance and I got the same error message there. |
Beta Was this translation helpful? Give feedback.
-
Yes, unfortunately, blenders python version is fixed. So either you find a way to install the package in python 3.10 or you find another package. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am kind of new to blender and blenderproc. I was wondering how I can add and install other modules in blenderproc. For example, I need to import and use PyKDL in my code. However, when I try to install the module with blenderproc I get an error. Any suggestion for this would be helpful.
Thanks,
Sam
Beta Was this translation helpful? Give feedback.
All reactions