gpt4 book ai didi

python - 如何离线在Anaconda3中安装OpenCV3?

转载 作者:太空宇宙 更新时间:2023-11-03 21:05:04 24 4
gpt4 key购买 nike

我尝试使用以下命令在 Anaconda 中为 Python-3.5 安装 OpenCV

conda install -c https://conda.binstar.org/menpo opencv3

下载文件需要很长时间。看起来我的下载加速器在这方面做得更好。文件位置在

https://anaconda.org/menpo/opencv3/3.1.0/download/osx-64/opencv3-3.1.0-py35_0.tar.bz2

有没有办法在给定 opencv3-3.1.0-py35_0.tar.bz2 文件的情况下进行相同的离线安装?

最佳答案

如果你想直接安装包文件那么简单地做

conda install PATH_TO_FILE/opencv3-3.1.0-py35_0.tar.bz2

当然,文件的 PATH_TO_FILE 只是文件的路径。请注意此处 conda 安装 中的警告:

conda can also be called with a list of explicit conda package filenames (e.g. ./lxml-3.2.0-py27_0.tar.bz2). Using conda in this mode implies the --force option, and should likewise be used with great caution. Explicit filenames and package specifications cannot be mixed in a single command.

您还可以使用 --offline 参数来确保您没有连接到互联网。

关于python - 如何离线在Anaconda3中安装OpenCV3?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37110600/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com