Thanks for the great library!
I tried installing the package using python setup.py build and I am getting the following error, could you help me solve it, please? Thank you
/bin/sh: 1: ode-config: not found
/bin/sh: 1: ode-config: not found
INFO: <ode/ode.h> found in /tmp/ode/include
INFO: ode_trimesh.c is up to date
INFO: ode_notrimesh.c is up to date
INFO: Installing with trimesh support.
/mnt/home/miniconda3/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
/mnt/home/miniconda3/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running build
running build_py
running build_ext
building 'ode' extension
/mnt/home/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -Wstrict-prototypes -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -pipe -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -pipe -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /mnt/home/miniconda3/include -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /mnt/home/miniconda3/include -fPIC -I/usr/include -I/usr/local/include -I/opt/local/include -I/tmp/ode/include -I/mnt/home/miniconda3/lib/python3.8/site-packages/xode/ode/include -I/mnt/home/miniconda3/include/python3.8 -c ode_trimesh.c -o build/temp.linux-x86_64-3.8/ode_trimesh.o
In file included from /mnt/home/miniconda3/include/python3.8/Python.h:11:0,
from ode_trimesh.c:4:
/usr/include/limits.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/mnt/home/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1
Thanks for the great library!
I tried installing the package using
python setup.py buildand I am getting the following error, could you help me solve it, please? Thank you