Advertisement
momozizi

caffe build Error

Jun 16th, 2017
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. The system cannot find the drive specified.
  2. The system cannot find the drive specified.
  3. INFO: ============================================================
  4. INFO: Summary:
  5. INFO: ============================================================
  6. INFO: MSVC_VERSION = 14
  7. INFO: WITH_NINJA = 0
  8. INFO: CMAKE_GENERATOR = "Visual Studio 14 2015 Win64"
  9. INFO: CPU_ONLY = 1
  10. INFO: CUDA_ARCH_NAME = Auto
  11. INFO: CMAKE_CONFIG = Release
  12. INFO: USE_NCCL = 0
  13. INFO: CMAKE_BUILD_SHARED_LIBS = 0
  14. INFO: PYTHON_VERSION = 3
  15. INFO: BUILD_PYTHON = 1
  16. INFO: BUILD_PYTHON_LAYER = 1
  17. INFO: BUILD_MATLAB = 0
  18. INFO: PYTHON_EXE = "python"
  19. INFO: RUN_TESTS = 0
  20. INFO: RUN_LINT = 0
  21. INFO: RUN_INSTALL = 1
  22. INFO: ============================================================
  23. — The C compiler identification is MSVC 19.0.24210.0
  24. — The CXX compiler identification is MSVC 19.0.24210.0
  25. — Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
  26. 14.0/VC/bin/x86_amd64/cl.exe
  27. — Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
  28. 14.0/VC/bin/x86_amd64/cl.exe — works
  29. — Detecting C compiler ABI info
  30. — Detecting C compiler ABI info - done
  31. — Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studi
  32. o 14.0/VC/bin/x86_amd64/cl.exe
  33. — Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studi
  34. o 14.0/VC/bin/x86_amd64/cl.exe — works
  35. — Detecting CXX compiler ABI info
  36. — Detecting CXX compiler ABI info - done
  37. — Detecting CXX compile features
  38. — Detecting CXX compile features - done
  39. — Found PythonInterp: C:/Users/sadat/Anaconda3/envs/Python35/python.exe (found
  40. suitable version "3.5.3", minimum required is "2.7")
  41. — Looking for pthread.h
  42. — Looking for pthread.h - not found
  43. — Found Threads: TRUE
  44. — Boost version: 1.61.0
  45. — Found the following Boost libraries:
  46. — system
  47. — thread
  48. — filesystem
  49. — chrono
  50. — date_time
  51. — atomic
  52. — Found GFlags: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.1.
  53. 0/libraries/include
  54. — Found gflags (include: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64
  55. _py35_1.1.0/libraries/include, library: gflags_shared)
  56. — Found Glog: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.1.0/
  57. libraries/include
  58. — Found glog (include: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64
  59. _py35_1.1.0/libraries/include, library: glog)
  60. — Found Protobuf: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.
  61. 1.0/libraries/bin/protoc.exe (found version "3.1.0")
  62. — Found PROTOBUF Compiler: C:/Users/sadat/.caffe/dependencies/libraries_v140_x6
  63. 4_py35_1.1.0/libraries/bin/protoc.exe
  64. — Found LMDB: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.1.0/
  65. libraries/include
  66. — Found lmdb (include: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64
  67. _py35_1.1.0/libraries/include, library: lmdb)
  68. — Found LevelDB: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.1
  69. .0/libraries/include
  70. — Found LevelDB (include: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64
  71. _py35_1.1.0/libraries/include, library: leveldb)
  72. — Found ZLIB: optimized;C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_p
  73. y35_1.1.0/libraries/lib/caffezlib.lib;debug;C:/Users/sadat/.caffe/dependencies/l
  74. ibraries_v140_x64_py35_1.1.0/libraries/lib/caffezlibd.lib (found version "1.2.8"
  75. )
  76. — Found Snappy: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.1.
  77. 0/libraries/include
  78. — Found Snappy (include: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64
  79. _py35_1.1.0/libraries/include, library: snappy_static;optimized;C:/Users/sadat/.
  80. caffe/dependencies/libraries_v140_x64_py35_1.1.0/libraries/lib/caffezlib.lib;deb
  81. ug;C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.1.0/libraries/li
  82. b/caffezlibd.lib)
  83. — — CUDA is disabled. Building without it...
  84. — OpenCV found (C:/Users/sadat/.caffe/dependencies/libraries_v140_x64_py35_1.1.
  85. 0/libraries)
  86. — Found OpenBLAS libraries: C:/Users/sadat/.caffe/dependencies/libraries_v140_x
  87. 64_py35_1.1.0/libraries/lib/libopenblas.dll.a
  88. — Found OpenBLAS include: C:/Users/sadat/.caffe/dependencies/libraries_v140_x64
  89. _py35_1.1.0/libraries/include
  90. — Found PythonLibs: C:/Users/sadat/Anaconda3/envs/Python35/libs/python35.lib (f
  91. ound suitable version "3.5.3", minimum required is "2.7")
  92. Traceback (most recent call last):
  93. File "<string>", line 1, in <module>
  94. ImportError: No module named 'numpy'
  95. — Could NOT find NumPy (missing: NUMPY_INCLUDE_DIR NUMPY_VERSION) (Required is
  96. at least version "1.7.1")
  97. — Boost version: 1.61.0
  98. — Found the following Boost libraries:
  99. — python
  100. — Python interface is disabled or not all required dependencies found. Building
  101. without it...
  102. — Could NOT find Git (missing: GIT_EXECUTABLE)
  103. — ******************* Caffe Configuration Summary *******************
  104. — General:
  105. — Version : 1.0.0
  106. — Git : unknown
  107. — System : Windows
  108. — C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio 14.0/V
  109. C/bin/x86_amd64/cl.exe
  110. — Release CXX flags : /MD /O2 /Ob2 /DNDEBUG /DWIN32 /D_WINDOWS /W3 /GR /EHs
  111. c
  112. — Debug CXX flags : /MDd /Zi /Ob0 /Od /RTC1 /DWIN32 /D_WINDOWS /W3 /GR /E
  113. Hsc
  114. — Build type : Release
  115. — BUILD_SHARED_LIBS : 0
  116. — BUILD_python : 1
  117. — BUILD_matlab : 0
  118. — BUILD_docs :
  119. — CPU_ONLY : 1
  120. — USE_OPENCV : ON
  121. — USE_LEVELDB : ON
  122. — USE_LMDB : ON
  123. — USE_NCCL : 0
  124. — ALLOW_LMDB_NOLOCK : OFF
  125. — Dependencies:
  126. — BLAS : Yes (Open)
  127. — Boost : Yes (ver. 1.61)
  128. — glog : Yes
  129. — gflags : Yes
  130. — protobuf : Yes (ver. 3.1.0)
  131. — lmdb : Yes (ver. 0.9.70)
  132. — LevelDB : Yes (ver. 1.18)
  133. — Snappy : Yes (ver. 1.1.1)
  134. — OpenCV : Yes (ver. 3.1.0)
  135. — CUDA : No
  136. — Install:
  137. — Install path : C:/Users/sadat/Anaconda3/caffe-windows/build/install
  138. — Configuring done
  139. CMake Error at CMakeLists.txt:143 (add_dependencies):
  140. The dependency target "pycaffe" of target "pytest" does not exist.
  141.  
  142.  
  143. — Generating done
  144. CMake Warning:
  145. Manually-specified variables were not used by the project:
  146.  
  147. BUILD_python_layer
  148. CUDNN_ROOT
  149.  
  150.  
  151. — Build files have been written to: C:/Users/sadat/Anaconda3/caffe-windows/buil
  152. d
  153. ERROR: Configure failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement