I have tried to install Python3.7 for Windows. After that I tried to install packages such as numpy, all works fine. However, when I tried to install matplotlib, the following error found:
* The following required packages can not be built:
* freetype, png
* Please check http://gnuwin32.sourceforge.net/packa
* ges/freetype.htm for instructions to install
* freetype
* Please check http://gnuwin32.sourceforge.net/packa
* ges/libpng.htm for instructions to install png
And then when I tried to install opencv-python, I got the following error:
Could not find a version that satisfies the requirement opencv-python (from versions: )
No matching distribution found for opencv-python
How can I fix the problems?