ApolloScapeAuto / dataset-api

The ApolloScape Open Dataset for Autonomous Driving and its Application.
http://apolloscape.auto/
Apache License 2.0
539 stars 135 forks source link

About car instance install.sh #88

Open lhiceu opened 2 years ago

lhiceu commented 2 years ago

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 containingegl.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 '''