問題描述
我正在嘗試離線更新 Anaconda/conda 中的 xlwings.
從
首先下載相關的package-name.tar.bz2文件,(來自anaconda 存儲庫)
打開命令提示符,cd 到相應目錄并輸入
conda install package-name.tar.bz2
這應該可行.
I'm trying to offline update xlwings in Anaconda / conda.
From https://pypi.python.org/pypi/xlwings, I downloaded the most recent package, and put it into "C:Program FilesAnaconda2pkgs"
From Cmd, I've tried a number of different combinations, but I can't seem to get it to update the package... For example:
1) conda install xlwings --offline
2) conda install xlwings --offline xlwings-0.10.2.tar.gz
3) conda update xlwings --offline
4) conda update xlwings --offline xlwings-0.10.2.tar.gz
Attempts 2 & 4 (I've tried using the full directory for these as well) result in unrecognized command.
Attempts 1 & 3 results in:
First download the rellevant package-name.tar.bz2 file, (from anaconda repository)
Open command prompt, cd to apropiate directory and type
conda install package-name.tar.bz2
This should work.
這篇關于Conda - 離線安裝/更新的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!