Я попытался установить Python3.7 для Windows. После этого я попытался установить такие пакеты, как numpy, все работает нормально. Однако при попытке установить matplotlib обнаружена следующая ошибка:
* 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
А потом, когда я попытался установить opencv-python, я получил следующую ошибку:
Could not find a version that satisfies the requirement opencv-python (from versions: )
No matching distribution found for opencv-python
Как я могу исправить проблемы?