简体   繁体   中英

Will installing a tar.bz2 archive from the Anaconda package repository include dependencies?

Anaconda软件包回购中安装tar.bz2存档是否包括依赖项?

conda install <package_name>.tar.bz2

No it will not. One potential option is to download all the tarballs you need, place them in the Anaconda3/pkgs (or miniconda3/pkgs ), and then run the install in offline mode

conda install --offline <package_name>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM