-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello, when I try to launch the command "Brew install install rl" from MacBook M1 Pro, I always get the same error:
Last 15 lines from /Users/jacoporossi/Library/Logs/Homebrew/rl/01.cmake:
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Boost: /opt/homebrew/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found version "1.81.0")
CMake Error at /opt/homebrew/Cellar/cmake/3.26.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Eigen3 (missing: EIGEN3_INCLUDE_DIRS)
Call Stack (most recent call first):
/opt/homebrew/Cellar/cmake/3.26.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
cmake/FindEigen3.cmake:79 (find_package_handle_standard_args)
src/rl/math/CMakeLists.txt:2 (find_package)
Maybe it's a stupid question.
I am a beginner macOS user, but I know how to use the Linux distro and related terminal commands.