openrave icon indicating copy to clipboard operation
openrave copied to clipboard

error Must use Python with unicode enabled.

Open evanthebouncy opened this issue 5 years ago • 1 comments

running sudo make install gives the following :

[ 58%] Built target locale [ 58%] Building CXX object python/bindings/CMakeFiles/convexdecompositionpy.dir/bindings.cpp.o In file included from /usr/include/python2.7/numpy/ndarraytypes.h:4:0, from /usr/include/python2.7/numpy/ndarrayobject.h:17, from /usr/include/python2.7/numpy/arrayobject.h:4, from /home/evan/Apps/openrave/python/bindings/bindings.h:21, from /home/evan/Apps/openrave/python/bindings/bindings.cpp:16: /usr/include/python2.7/numpy/npy_common.h:268:2: error: #error Must use Python with unicode enabled. #error Must use Python with unicode enabled.

on ubuntu 14.04

evanthebouncy avatar Mar 08 '19 20:03 evanthebouncy

please try later version of numpy manually (no apt package); 1.14 is tested

cielavenir avatar Oct 19 '19 17:10 cielavenir