2017-11-30 1 views
0

토치에 opencv 패키지를 설치하고 싶습니다. opencv를 이미 설치했는데 제대로 작동합니다. 토치에 cv 패키지를 설치하기 위해 luarocks install cv을 사용하면 다음 오류가 발생합니다.토치 OpenCV 통합

CMake Error at CMakeLists.txt:30 (FIND_PACKAGE): 
Could not find a configuration file for package "OpenCV" that exactly 
matches requested version "3.1". 

The following configuration files were considered but not accepted: 

/home/user/opencv-3.1.0/cmake/OpenCVConfig.cmake, version: unknown 
/usr/local/share/OpenCV/OpenCVConfig.cmake, version: 3.3.0 



-- Configuring incomplete, errors occurred! 
See also "/tmp/luarocks_cv-scm-1-5467/torch- 
opencv/build/CMakeFiles/CMakeOutput.log". 
make: *** No targets specified and no makefile found. Stop. 

이 문제를 해결할 수있는 방법이 있습니까?

답변