ERROR:Could not build wheels for pycocotools, which is required to install pyproject.toml-based

The problem occurred when I downloaded paddlex

Using domestic mirror resources to download is faster

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple paddlex

Did you think it was that simple?

————No

问题1:ERROR:Could not build wheels for pycocotools, which is required to install pyproject.toml-based 

solve:

Download the compressed package

Download     password: i5d7

Then move the compressed package to your own environment (Anaconda or other), for example, mine is Anaconda's bin in Bigdata

 Just put it in and you're done!

Question 2: I encountered ERROR when installing pycocotools: Could not build wheels for pycocotools which use PEP 517 and cannot be install

solve:

Immediately click on him to download

3jtk

Be sure to wait, then after installing

(Refer to the blogger pip install nuscenes-devkit installation error_Time & Belief Blog-CSDN Blog

Finally, after trying it, I found that it can be downloaded! !

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pycocotools

下载完之后再下载这个:
pip install  -i https://pypi.tuna.tsinghua.edu.cn/simple pycocotools-windows

 Solved successfully!

Guess you like

Origin blog.csdn.net/weixin_59997235/article/details/127891839