python安装cnstd卡住
Building wheel for opencv-python (PEP 517) ... /
遇到上述提示卡住的时候,可以先安装低版本的opencv
/data/anaconda3/bin/pip install opencv-python==3.4.9.31 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
然后再安装cnstd
/data/anaconda3/bin/pip install cnstd -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
你就会发现,啪的一下很快啊