在anaconda power shell prompt中进行
conda install -c conda-forge lap
1. 安装cython
pip install cython
加速安装cython
pip install cython -i https://pypi.mirrors.ustc.edu.cn/simple
2.安装cython_bbox
1.下载cython-bbox
2.解压文件
3.在解压后的目录中,找到steup.py 文件,把extra_compile_args=[’-Wno-cpp’],修改为extra_compile_args = {‘gcc’: [’/Qstd=c99’]}
4.在虚拟环境中,解压文件目录下运行
python setup.py build_ext install
第一步也可以不用下载,直接从其他虚拟环境中粘贴过来