美文网首页
python 安装第三方库

python 安装第三方库

作者: 乡水情缘 | 来源:发表于2019-11-26 15:54 被阅读0次

(1)pycocotools 安装

pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

一个一个的下载比较浪费时间可以一起下载在安装

下载包
pip download -d /tmp/packagesdir -r requirements.txt
安装下载包
pip install --no-index --ignore-installed --find-links=/tmp/packagesdir -r requirements.txt

相关文章

网友评论

      本文标题:python 安装第三方库

      本文链接:https://www.haomeiwen.com/subject/usxywctx.html