Skip to content

Commit 1753a35

Browse files
committed
add note about Anaconda issue to the READMEs
1 parent 06991f2 commit 1753a35

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ A: Please install `opencv-contrib-python <https://pypi.python.org/pypi/opencv-co
6565

6666
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.
6767

68+
See also `this issue <https://github.com/skvark/opencv-python/issues/36>`__ if you are using Anaconda.
69+
6870
**Q: I have some other import errors?**
6971

7072
A: Make sure you have removed old manual installations of OpenCV Python bindings (cv2.so or cv2.pyd in site-packages).

README_CONTRIB.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ A: The wheel package format and manylinux builds are pretty new things. Most lik
6060

6161
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.
6262

63+
`this issue <https://github.com/skvark/opencv-python/issues/36>`__
64+
6365
**Q: I have some other import errors?**
6466

6567
A: Make sure you have removed old manual installations of OpenCV Python bindings (cv2.so or cv2.pyd in site-packages).

0 commit comments

Comments
 (0)