Open LiXiang0021 opened 2 years ago
I had alerday handled the above problem. But, I got another one: shown as below.
Traceback (most recent call last):
File "/home/lijianguo/testfiles/RangeDet/tools/train.py", line 2, in
Did anyone met this? Thanks for your response.
@LiXiang0021
Hi, seems instructions under this issue will solve your problem: Issue-6
pip install pybind11[global] solves this problem pybind11Config.cmake
Thanks for writer's excellent work! When i try to install as the instruction at the aim file, i got these errors.
pip install -v -e .
CMake Error at CMakeLists.txt:14 (find_package): By not providing "Findpybind11.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "pybind11", but CMake did not find one. Could not find a package configuration file provided by "pybind11" with any of the following names:
`
Can anyone help me? Thanks a lot!