dataset-api icon indicating copy to clipboard operation
dataset-api copied to clipboard

About car instance install.sh

Open lhiceu opened this issue 3 years ago • 0 comments

When I run sudo bash install.sh, I meet:

''' Package eigen3 was not found in the pkg-config search path. Perhaps you should add the directory containing eigen3.pc' to the PKG_CONFIG_PATH environment variable No package 'eigen3' found Package egl was not found in the pkg-config search path. Perhaps you should add the directory containing egl.pc' to the PKG_CONFIG_PATH environment variable No package 'egl' found Package glew was not found in the pkg-config search path. Perhaps you should add the directory containing `glew.pc' to the PKG_CONFIG_PATH environment variable No package 'glew' found Traceback (most recent call last): File "setup.py", line 11, in proc_libs = subprocess.check_output("pkg-config --libs eigen3 egl glew".split()) File "/usr/lib/python2.7/subprocess.py", line 223, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '['pkg-config', '--libs', 'eigen3', 'egl', 'glew']' returned non-zero exit status 1 '''

lhiceu avatar Jul 20 '21 07:07 lhiceu