Conda - offline install / update(Conda - 离线安装/更新)
问题描述
我正在尝试离线更新 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 - 离线安装/更新的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Conda - 离线安装/更新


- pytorch 中的自适应池是如何工作的? 2022-07-12
- 沿轴计算直方图 2022-01-01
- 如何将一个类的函数分成多个文件? 2022-01-01
- python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令 2022-01-01
- padding='same' 转换为 PyTorch padding=# 2022-01-01
- 使用Heroku上托管的Selenium登录Instagram时,找不到元素';用户名'; 2022-01-01
- 如何在 Python 的元组列表中对每个元组中的第一个值求和? 2022-01-01
- python-m http.server 443--使用SSL? 2022-01-01
- 分析异常:路径不存在:dbfs:/databricks/python/lib/python3.7/site-packages/sampleFolder/data; 2022-01-01
- 如何在 python3 中将 OrderedDict 转换为常规字典 2022-01-01