Closed angshuman-parashar closed 2 years ago
I'm trying to pip3 install timeloop-python and I get this error:
CMake Error at CMakeLists.txt:55 (add_subdirectory): The source directory <$MYPATH>/timeloop-python/lib/pybind11 does not contain a CMakeLists.txt file.
This repo contains submodules, adding the --recurse-submodules flag when cloning solves the issue.
--recurse-submodules
I'm trying to pip3 install timeloop-python and I get this error: