无法在anaconda中安装tweepy

时间:2017-11-30 08:03:56

标签: python anaconda

当我试图通过此命令使用conda在Windows 10 for python 3.6中安装tweepy时:

conda install -c conda-forge tweepy

下载所有必需的软件包。它显示如下错误:

错误conda.core.link:_execute_actions(337):安装包&conda-forge :: pyjwt-1.5.3-py_0'时发生错误。 CondaError:无法链接不存在的源。

1 个答案:

答案 0 :(得分:1)

第1步:Click on start

第2步:Search and Open Anaconda Navigator

第3步:在Anaconda Navigator中Go to Evironments

第4步:There is a drop down menu consisting of options : 1)Installed 2)Not Installed 3)Upgradable 4) Selected 5)All

第5步:Click on "Not Installed"

第6步:There is a block stating Search Packages, there enter the name of the package you want to install (in your case you want to install tweepy)

第7步:Mark the tweepy in the search results, and click Apply

安装将开始。

恭喜!您已成功安装该软件包。