Installed Pybullet From Pip, Still Printing Build time #3731
fishbotics
started this conversation in
General
Replies: 1 comment
-
Let me have a look, should be a quick fix (will add a method to query for build time string). If it us urgent, edit Bullet/examples/pybullet/pybullet.c at the very end, comment-out the printf. Then use python3 setup.py install --user in the root of Bullet. |
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.
-
Hi,
I installed Pybullet from pip as instructed in the README. Whenever I import it, it prints the build time, which should only be happening in debug mode. Is the binary distributed with pip the debug build? Is there some flag I can set?
It wasn't really bothering me until I started doing multithreading and now it's printing all over the place, which is pretty distracting from my actual logs.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions