Matplotlib Build Problem: Error C1083: Cannot open include file: 'ft2build.h'

后端 未结 11 2573
广开言路
广开言路 2020-12-03 02:24

ft2build.h is located here:

C:\\Program Files\\GnuWin32\\include

Initially, I made the same mistake as here:

Fatal

11条回答
  •  北荒
    北荒 (楼主)
    2020-12-03 03:04

    I had the same issue with the jetson nano (aarch64-linux-gnu). this worked for me -

    sudo apt-get install python-dev libfreetype6-dev
    pip3 install --upgrade cyton
    pip3 install matplotlib
    

提交回复
热议问题