8000 add newlines · impact27/opencv-python@97f3da1 · GitHub
[go: up one dir, main page]

Skip to content {"props":{"docsUrl":"https://docs.github.com/get-started/accessibility/keyboard-shortcuts"}}

Commit 97f3da1

Browse files
committed
add newlines
1 parent ce22c91 commit 97f3da1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README_CONTRIB.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,29 @@ Frequently Asked Questions
4848
--------------------------
4949

5050
Q: Do I need to install also OpenCV separately?
51+
5152
A: No, the packages are special wheel binary packages and they already contain statically built OpenCV binaries.
5253

5354
Q: Pip does not find package opencv-contrib-python?
55+
5456
A: The wheel package format and manylinux builds are pretty new things. Most likely the issue is related to too old pip and can be fixed by running ``pip install --upgrade pip``.
5557

5658
Q: Import fails on Windows to some DLL load error?
59+
5760
A: If the import fails on Windows, make sure you have `Visual C++ redistributable 2015 <https://www.microsoft.com/en-us/download/details.aspx?id=48145>`__ installed. If you are using older Windows version than Windows 10 and latest system updates are not installed, `Universal C Runtime <https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows>`__ might be also required.
5861

5962
Q: I have some other import errors?
63+
6064
A: Make sure you have removed old manual installations of OpenCV Python bindings (cv2.so or cv2.pyd in site-packages).
6165

6266
Q: Why I can't open video files on GNU/Linux distribution X or on macOS?
67+
6368
A: OpenCV video I/O depends heavily on FFmpeg. Manylinux and macOS OpenCV binaries are not compiled against it.
6469
The purpose of these packages is to provide as easy as possible installation experience for OpenCV Python bindings and they should work directly out-of-the-box.
6570
Adding FFmpeg as an additional dependency without a "universal" FFmpeg build (e.g. LGPL licensed static build like in the Windows wheels) the goal is considerably harder to achieve. This might change in the future.
6671

6772
Q: Why I can't open GUI windows (``cv2.imshow()``) on GNU/Linux distribution X or on macOS?
73+
6874
A: Like above, OpenCV was not compiled against GTK or Carbon. Support for these might be added in the future.
6975

7076
Documentation for opencv-python

0 commit comments

Comments
 (0)
0