Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装 Google Drive SDK。我写到 Anaconda 的控制台:
conda install --upgrade google-api-python-client
但我得到消息:
usage: conda=script.py [-h] [-V] command... conda-script.py: error: unrecognized arguments: --upgrade
conda对此有不同的说法吗?
conda install已经更新,因此不需要这样的选项。还有一个conda update与 conda install 几乎完全一样的工作方式(不同之处在于,conda update如果尚未安装软件包,则会失败,如果它已经是最新的,则不会更新依赖项)。
conda install
conda update