pip install lap报错:ERROR: Could not build wheels for lap, which is required to install pyproject.toml
在安装paddledetection的所需环境时,安装requirements中的lap包时报错:ERROR: Could not build wheels for lap, which is required to install pyproject.toml-based projects,下面记录其解决过程。
·
一、报错
在安装paddledetection的所需环境时,安装requirements中的lap包时报错:ERROR: Could not build wheels for lap, which is required to install pyproject.toml-based projects,下面记录其解决过程。
二、解决
报错原因是设备上没有C++的编译器支持,安装Visual Studio后问题解决
1.Visual Studio安装
安装地址: visual studio Installer
选择以下配置下载安装。


2.lap重新安装
有了C++编译器支持后,成功安装!

更多推荐


所有评论(0)