سلام - من از آموزش شما در سایت استفاده کردم و می خواستم کفی را کامپایل کنم.
منتهی با این ارور مواجه شدم :
The system cannot find the drive specified.
The system cannot find the drive specified.
INFO: ============================================================
INFO: Summary:
INFO: ============================================================
INFO: MSVC_VERSION = 14
INFO: WITH_NINJA = 0
INFO: CMAKE_GENERATOR = "Visual Studio 14 2015 Win64"
INFO: CPU_ONLY = 0
INFO: CUDA_ARCH_NAME = Auto
INFO: CMAKE_CONFIG = Release
INFO: USE_NCCL = 0
INFO: CMAKE_BUILD_SHARED_LIBS = 0
INFO: PYTHON_VERSION = 3
INFO: BUILD_PYTHON = 1
INFO: BUILD_PYTHON_LAYER = 1
INFO: BUILD_MATLAB = 0
INFO: PYTHON_EXE = "python"
INFO: RUN_TESTS = 0
INFO: RUN_LINT = 0
INFO: RUN_INSTALL = 1
INFO: ============================================================
CMake Error: The source directory "C:/Users/KamanGir/Desktop/thesis/deep-learning/tool-requierment/stup-for-caffe/cm/caffe-windows/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
The filename, directory name, or volume label syntax is incorrect.
ERROR: Configure failed
بعد که پوشه بیلد را نگاه میکنم داخلش هیچی نیستش. این ارور مربوط به یک فایل به اسم CMakeLists.txt هست که بیرون از پوشه بیلد هست و این ارور میگه که این فایل باید درون بیلد باشه. وقتی من اینو درون فایل بیلد قرار میدم ، اوضاع شبیه خطوط زیر میشه :
The system cannot find the drive specified.
The system cannot find the drive specified.
INFO: ============================================================
INFO: Summary:
INFO: ============================================================
INFO: MSVC_VERSION = 14
INFO: WITH_NINJA = 0
INFO: CMAKE_GENERATOR = "Visual Studio 14 2015 Win64"
INFO: CPU_ONLY = 0
INFO: CUDA_ARCH_NAME = Auto
INFO: CMAKE_CONFIG = Release
INFO: USE_NCCL = 0
INFO: CMAKE_BUILD_SHARED_LIBS = 0
INFO: PYTHON_VERSION = 3
INFO: BUILD_PYTHON = 1
INFO: BUILD_PYTHON_LAYER = 1
INFO: BUILD_MATLAB = 0
INFO: PYTHON_EXE = "python"
INFO: RUN_TESTS = 0
INFO: RUN_LINT = 0
INFO: RUN_INSTALL = 1
INFO: ============================================================
-- The C compiler identification is MSVC 19.0.23918.0
-- The CXX compiler identification is MSVC 19.0.23918.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:31 (include):
include could not find load file:
cmake/Utils.cmake
CMake Error at CMakeLists.txt:32 (include):
include could not find load file:
cmake/Targets.cmake
CMake Error at CMakeLists.txt:33 (include):
include could not find load file:
cmake/Misc.cmake
CMake Error at CMakeLists.txt:34 (include):
include could not find load file:
cmake/Summary.cmake
CMake Error at CMakeLists.txt:35 (include):
include could not find load file:
cmake/ConfigGen.cmake
CMake Error at CMakeLists.txt:36 (include):
include could not find load file:
cmake/WindowsCreateLinkHeader.cmake
CMake Error at CMakeLists.txt:37 (include):
include could not find load file:
cmake/TargetResolvePrerequesites.cmake
CMake Error at CMakeLists.txt:40 (caffe_option):
Unknown CMake command "caffe_option".
-- Configuring incomplete, errors occurred!
See also "C:/Users/KamanGir/Desktop/thesis/deep-learning/tool-requierment/stup-for-caffe/cm/caffe-windows/build/CMakeFiles/CMakeOutput.log".
The filename, directory name, or volume label syntax is incorrect.
ERROR: Configure failed
یه سری فایل هایی که در تگ include در فایل CMakeLists.txt قرار دارند را نمی تونه لود کنه. مشکل از کجاست؟
ممنون میشم اگه کسی بدونه بگه.
مشخصات سیستم من :
ویژوال استودیو 2015.
cmake 3.8.1
پایتون 3.5.3 در محیطی است که در اناکوندا ایجاد کردم. اما پایتون خود روت 3.5.2 هستش.
اناکوندا3.