lamiastella

ffmpeg not installed

Oct 29th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. [jalal@goku Downloads]$ conda config --add channels conda-forge
  2. [jalal@goku Downloads]$ conda install opencv
  3. Fetching package metadata .............
  4. Solving package specifications: .
  5.  
  6. Package plan for installation in environment /cs/software/anaconda3:
  7.  
  8. The following NEW packages will be INSTALLED:
  9.  
  10. jasper: 1.900.1-4 conda-forge
  11.  
  12. The following packages will be UPDATED:
  13.  
  14. cairo: 1.12.18-6 --> 1.14.8-0
  15. fontconfig: 2.11.1-6 --> 2.12.1-3
  16. jpeg: 8d-2 --> 9b-1 conda-forge
  17. libtiff: 4.0.6-2 --> 4.0.6-7 conda-forge
  18. pango: 1.39.0-0 --> 1.40.3-1
  19. pixman: 0.32.6-0 --> 0.34.0-0 conda-forge
  20. qt: 5.6.2-0 --> 5.6.2-5
  21.  
  22. The following packages will be SUPERSEDED by a higher-priority channel:
  23.  
  24. conda: 4.3.30-py35hf9359ed_0 --> 4.3.29-py35_0 conda-forge
  25. conda-env: 2.6.0-h36134e3_1 --> 2.6.0-0 conda-forge
  26. dbus: 1.10.22-h3b5a359_0 --> 1.10.22-0 conda-forge
  27. gst-plugins-base: 1.12.2-he3457e5_0 --> 1.8.0-0 conda-forge
  28. gstreamer: 1.12.2-h4f93127_0 --> 1.8.0-1 conda-forge
  29. libiconv: 1.15-h63c8f33_5 --> 1.14-4 conda-forge
  30. opencv: 3.1.0-np112py35_1 --> 3.1.0-np112py35_1 conda-forge
  31. pcre: 8.41-hc71a17e_0 --> 8.39-0 conda-forge
  32. pillow: 3.4.2-py35_0 --> 3.2.0-py35_1 conda-forge
  33.  
  34. The following packages will be DOWNGRADED:
  35.  
  36. glib: 2.53.6-hc861d11_1 --> 2.50.2-1
  37.  
  38. Proceed ([y]/n)? y
  39.  
  40.  
  41. CondaIOError: Missing write permissions in: /cs/software/anaconda3
  42. #
  43. # You don't appear to have the necessary permissions to install packages
  44. # into the install area '/cs/software/anaconda3'.
  45. # However you can clone this environment into your home directory and
  46. # then make changes to it.
  47. # This may be done using the command:
  48. #
  49. # $ conda create -n my_root --clone="/cs/software/anaconda3"
  50.  
  51.  
  52. [jalal@goku Downloads]$ which python
  53. /usr/local/anaconda3/bin/python
  54. [jalal@goku Downloads]$ python
  55. Python 3.5.4 |Anaconda custom (64-bit)| (default, Oct 27 2017, 18:58:56)
  56. [GCC 7.2.0] on linux
  57. Type "help", "copyright", "credits" or "license" for more information.
  58. >>> import cv2
  59. >>> print(cv2.__version__)
  60. 3.1.0
  61. >>> print(cv2. getBuildInformation())
  62.  
  63. General configuration for OpenCV 3.1.0 =====================================
  64. Version control: unknown
  65.  
  66. Platform:
  67. Host: Linux 4.8.0-46-generic x86_64
  68. CMake: 3.6.3
  69. CMake generator: Unix Makefiles
  70. CMake build tool: /usr/bin/gmake
  71. Configuration: Release
  72.  
  73. C/C++:
  74. Built as dynamic libs?: YES
  75. C++ Compiler: /opt/rh/devtoolset-2/root/usr/bin/c++ (ver 4.8.2)
  76. C++ flags (Release): -I/cs/software/anaconda3/include -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
  77. C++ flags (Debug): -I/cs/software/anaconda3/include -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
  78. C Compiler: /opt/rh/devtoolset-2/root/usr/bin/cc
  79. C flags (Release): -I/cs/software/anaconda3/include -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fopenmp -O3 -DNDEBUG -DNDEBUG
  80. C flags (Debug): -I/cs/software/anaconda3/include -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wno-narrowing -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -mno-avx -msse3 -mno-ssse3 -mno-sse4.1 -mno-sse4.2 -ffunction-sections -fvisibility=hidden -fopenmp -g -O0 -DDEBUG -D_DEBUG
  81. Linker flags (Release):
  82. Linker flags (Debug):
  83. Precompiled headers: YES
  84. Extra dependencies: /cs/software/anaconda3/lib/libjpeg.so /cs/software/anaconda3/lib/libpng.so /cs/software/anaconda3/lib/libtiff.so /cs/software/anaconda3/lib/libhdf5.so /usr/lib64/librt.so /usr/lib64/libpthread.so /cs/software/anaconda3/lib/libz.so /usr/lib64/libdl.so /usr/lib64/libm.so dl m pthread rt
  85. 3rdparty dependencies: libwebp libjasper IlmImf libprotobuf
  86.  
  87. OpenCV modules:
  88. To be built: core flann hdf imgproc ml photo reg surface_matching video dnn fuzzy imgcodecs shape videoio highgui objdetect plot superres xobjdetect xphoto bgsegm bioinspired dpm face features2d line_descriptor saliency text calib3d ccalib datasets rgbd stereo structured_light tracking videostab xfeatures2d ximgproc aruco optflow stitching python3
  89. Disabled: world contrib_world
  90. Disabled by dependency: -
  91. Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 ts viz cvv matlab sfm
  92.  
  93. GUI:
  94. QT: NO
  95. GTK+: NO
  96. GThread : NO
  97. GtkGlExt: NO
  98. OpenGL support: NO
  99. VTK support: NO
  100.  
  101. Media I/O:
  102. ZLib: /cs/software/anaconda3/lib/libz.so (ver 1.2.8)
  103. JPEG: /cs/software/anaconda3/lib/libjpeg.so (ver 80)
  104. WEBP: build (ver 0.3.1)
  105. PNG: /cs/software/anaconda3/lib/libpng.so (ver 1.6.27)
  106. TIFF: /cs/software/anaconda3/lib/libtiff.so (ver 42 - 4.0.6)
  107. JPEG 2000: build (ver 1.900.1)
  108. OpenEXR: build (ver 1.7.1)
  109. GDAL: NO
  110.  
  111. Video I/O:
  112. DC1394 1.x: NO
  113. DC1394 2.x: NO
  114. FFMPEG: NO
  115. codec: NO
  116. format: NO
  117. util: NO
  118. swscale: NO
  119. resample: NO
  120. gentoo-style: NO
  121. GStreamer: NO
  122. OpenNI: NO
  123. OpenNI PrimeSensor Modules: NO
  124. OpenNI2: NO
  125. PvAPI: NO
  126. GigEVisionSDK: NO
  127. UniCap: NO
  128. UniCap ucil: NO
  129. V4L/V4L2: YES/YES
  130. XIMEA: NO
  131. Xine: NO
  132. gPhoto2: NO
  133.  
  134. Parallel framework: OpenMP
  135.  
  136. Other third-party libraries:
  137. Use IPP: 9.0.1 [9.0.1]
  138. at: /opt/conda/conda-bld/opencv_1491943704081/work/opencv-3.1.0/3rdparty/ippicv/unpack/ippicv_lnx
  139. Use IPP Async: NO
  140. Use VA: NO
  141. Use Intel VA-API/OpenCL: NO
  142. Use Eigen: YES (ver 3.2.8)
  143. Use Cuda: NO
  144. Use OpenCL: NO
  145. Use custom HAL: NO
  146.  
  147. Python 2:
  148. Interpreter: (ver 3.5.3)
  149.  
  150. Python 3:
  151. Interpreter: /cs/software/anaconda3/bin/python (ver 3.5.3)
  152. Libraries: /cs/software/anaconda3/lib/libpython3.5m.so (ver 3.5.3)
  153. numpy: /cs/software/anaconda3/lib/python3.5/site-packages/numpy/core/include (ver 1.12.1)
  154. packages path: /cs/software/anaconda3/lib/python3.5/site-packages
  155.  
  156. Python (for build):
  157.  
  158. Java:
  159. ant: NO
  160. JNI: NO
  161. Java wrappers: NO
  162. Java tests: NO
  163.  
  164. Matlab: NO
  165.  
  166. Tests and samples:
  167. Tests: NO
  168. Performance tests: NO
  169. C/C++ Examples: NO
  170.  
  171. Install path: /cs/software/anaconda3
  172.  
  173. cvconfig.h is in: /opt/conda/conda-bld/opencv_1491943704081/work/opencv-3.1.0/build
  174. -----------------------------------------------------------------
  175.  
  176.  
  177. >>>
Add Comment
Please, Sign In to add comment