当前位置:网站首页>ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
2022-07-22 04:26:00 【时代&信念】
1.问题描述
想要使用Nuscenes数据集,前提应该安装nuscenes-devkit库
当在Win10终端中使用如下命令时,出现报错
pip install nuscenes-devkit
报错具体情况为:
2.问题解决
(1)使用如下命令
pip install pycocotools-windows
会下载一堆东西!!!
(2)在终端中继续使用pip install nuscenes-devkit
再次报错,但是报错内容发生了改变,如下
(3)这个问题我之前遇到过!!!
请看我的这篇博客
网址为:https://blog.csdn.net/Elon15/article/details/125278005
(4)问题其实是,没有Microsoft Visual C++的环境
通过步骤(3)下载安装之后就OK了
(5)最后安装成功效果图
问题解决,撒花撒花…
边栏推荐
- Rquestmapping's annotation function, annotation usage range, and attribute details of annotations
- C language pthread_ Join() function
- Win10 如何解决,应用商店打不开,错误代码0x80131500问题
- Detailed explanation of PN communication between botu PLC and ABB Inverter
- Classic books of Orthodontics
- string的模拟实现
- 进程和线程面试问题
- AT4163 [ARC099D] Eating Symbols Hard
- 【Leetcode数组--排序+辗转相除法最大公约数】6122.使数组可以被整除的最少删除次数
- AlterNET脚本编写,用户界面设计功能
猜你喜欢
MySQL starts the global log to locate and troubleshoot slow SQL
浅谈契约测试
screen命令使用
PXE network installation
Elephant Swap的LaaS方案迅速崛起,构建全新DeFi2.0协议
JVM memory model: runtime data area and thread
【Leetcode数组--排序+辗转相除法最大公约数】6122.使数组可以被整除的最少删除次数
Session sharing problem
[SSM]SSM整合③(接口测试)
6-12 exploit - enumerate SMTP user names
随机推荐
C server NFS shared folder building and uploading image files
STM32 single channel and multi-channel sampling of non DMA polling ADC based on Hal Library
Leetcode 234. 回文链表
Write a function in C language to delete the spaces in the string and return the number of spaces
分布式调度框架Elastic-Job
Informatics Olympiad all in one 1974: [16noip popularization group] palindrome date | Luogu p2010 [noip2016 popularization group] palindrome date
【Leetcode栈与队列--最小栈】155.最小栈
Distributed scheduling framework elastic job
C语言 pthread_join()函数
Lesson 3 shell syntax
ECCV 2022 | 修正FPN帶來的大目標性能損害:You Should Look at All Objects
MP查询条件
Roson的Qt之旅#98-QML标签页控件TabView
Remember a composer dependency problem requires composer runtime API ^2.0.0 - > no matching package found
信息学奥赛一本通 1974:【16NOIP普及组】回文日期 | 洛谷 P2010 [NOIP2016 普及组] 回文日期
AT4162 [ARC099C] Independence
Leetcode 234. palindrome linked list
CF1635F Closest Pair
Transparent transmission of punctual atom Lora wireless serial port point-to-point communication and Its Precautions
博途PLC信号处理系列之卡尔曼滤波程序(Kalman Filter)