我想使用twitter API。但是为了使用那个名为tweepy的包应该安装。
我尝试使用Anaconda命令提示符上的命令conda install tweepy
进行安装。
但每次安装都失败了。
谁能告诉我如何在Anaconda中安装包。
答案 0 :(得分:1)
以下方法适用于Windows:
第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.
第7步:Mark the name of the package to be installed in the search results, and click Apply
安装将开始。
恭喜!您已成功安装该软件包。
答案 1 :(得分:1)
我无法使用Anaconda安装。我在Mac上使用Anaconda发行版。我尝试pip install tweepy
并安装时没有错误消息。
答案 2 :(得分:0)