module 'pybullet' has no attribute 'addUserDebugPoints' #4417
manavkulshrestha
started this conversation in
General
Replies: 2 comments
-
I am just wondering but this might be the case, do you have a pip pybullet installation outside conda? Either pip or pip3 installation could mess if you have the same package in conda. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case someone else runs into this, I was able to work around this issue by creating a new Conda environment and doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
p.addUserDebugPoints([p.getBasePositionAndOrientation(o1)[0]], [[0,1,0]])
Maybe I'm doing something very stupid, but why isn't this method not available? I see it in the docs. I'm using pybullet 3.2.5
Requirement already satisfied: pybullet==3.2.5 in /home/mk/anaconda3/envs/rp/lib/python3.10/site-packages (3.2.5)
Beta Was this translation helpful? Give feedback.
All reactions