Replies: 6 comments
-
pip is the main way of installing pybullet. What error do you get? Manually compiling the pybullet plugin is complicated and only for developers who know what they are doing. pip is the way to go. Python needs to know where to find the plugin, and the name needs to be pybullet.pyd file (instead of the name ending with dll). |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Do you use the full version of Visual Studio, or some crippled python specific version? See #1708 |
Beta Was this translation helpful? Give feedback.
-
I have Visual Studio 2017 installed on my computer. Is my python tied to it? I don't know which version my python is tied to. Thanks for pointing out the thread issue 1708. However I don't really understand your answer. Do you mean I should just compile it by using Visual studio as I've done previously. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
If you follow the fix in 1708, you can do "pip install pybullet", and all good to go. You have to sort out the lack of stdint.h issue first. |
Beta Was this translation helpful? Give feedback.
-
Thanks it works now! Thanks for your help :) |
Beta Was this translation helpful? Give feedback.
-
Hallo!
I followed the guide on the start page. I did the following steps.
Ran following file
build_visual_studio_vr_pybullet_double.bat
Opened 0_Bullet3Solution.sln in visual studio 2017.
Retargeted Project (default settings in visual studio -> Windows SDK version: 10.0.16299.0 plattform Toolsets: v141.)
Build the solution.
The build went without any errors. However when I try to import pybullet in python it can't find pybullet? The installation guide doesn't give any guide on what to do? Did I miss some obvious step? :)
I also tried to install the via pip (pip install pybullet). This failed with an error.
Beta Was this translation helpful? Give feedback.
All reactions