pybullet: add support for Anaconda install on Mac OSX, for pip install pybullet, python setup.py install and cmake.
Usage: Also updated pypi to latest, see https://pypi.python.org/pypi?:action=display&name=pybullet&version=0.1.7 Here are a few options for Mac OSX + Anaconda: 1) In the root of the Bullet Physics SDK source tree, run CFLAGS="-DB3_NO_PYTHON_FRAMEWORK" python setup.py install 2) cmake, add the flag -DBUILD_PYBULLET_MAC_USE_PYTHON_FRAMEWORK=OFF 3) Globally, just use pip or pip3: CFLAGS="-DB3_NO_PYTHON_FRAMEWORK" pip install pybullet Option (3) may have an out-of-date pybullet/bullet version.
This commit is contained in:
2
setup.py
2
setup.py
@@ -391,7 +391,7 @@ elif _platform == "darwin":
|
||||
|
||||
setup(
|
||||
name = 'pybullet',
|
||||
version='0.1.6',
|
||||
version='0.1.7',
|
||||
description='Official Python Interface for the Bullet Physics SDK Robotics Simulator',
|
||||
long_description='pybullet is an easy to use Python module for physics simulation, robotics and machine learning based on the Bullet Physics SDK. With pybullet you can load articulated bodies from URDF, SDF and other file formats. pybullet provides forward dynamics simulation, inverse dynamics computation, forward and inverse kinematics and collision detection and ray intersection queries. Aside from physics simulation, pybullet supports to rendering, with a CPU renderer and OpenGL visualization and support for virtual reality headsets.',
|
||||
url='https://github.com/bulletphysics/bullet3',
|
||||
|
||||
Reference in New Issue
Block a user