解决pip install freetype报错ERROR: Could not find a version that satisfies the requirement freetype (fro

àì夳堔傛蜴生んèń 2022-12-05 12:19 285阅读 0赞

解决pip install freetype报错ERROR: Could not find a version that satisfies the requirement freetype (from versions: none)

操作

  1. pip install freetype -i https://pypi.douban.com/simple

报错信息

  1. ERROR: Could not find a version that satisfies the requirement freetype (from versions: none)
  2. ERROR: No matching distribution found for freetype

解决办法

  1. pip install freetype-py -i https://pypi.douban.com/simple

类似有好多

  • 比如pip install opencv

    pip install opencv-python

pip时,切记要检查包名是否正确,在包名后是否有乱入的 -**

欢迎大家交流学习,任何问题都可以留言

发表评论

表情:
评论列表 (有 0 条评论,285人围观)

还没有评论,来说两句吧...

相关阅读