tyagi-iiitv / PointPillars

GNU General Public License v3.0
105 stars 47 forks source link

CMake Error at CMakeLists.txt:3 #29

Closed han1366 closed 3 years ago

han1366 commented 3 years ago

when I executed " python3 setup.py install",the follow error occurred. CMake Error at CMakeLists.txt:3 (add_subdirectory): The source directory

/home/user/myProject/PointPillars/pybind11 does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:4 (pybind11_add_module): Unknown CMake command "pybind11_add_module".

-- Configuring incomplete, errors occurred!

how can i deal with it?