无法安装Tweepy

时间:2018-05-09 19:16:49

标签: python tweepy

我正在尝试使用以下命令安装tweepy API,使用Python 3在Mac OS上工作:

$ pip install tweepy

然而,当我这样做时,它开始正常工作,直到最后出现错误。那时,它无法正常下载。我不太明白错误,如下所示。

matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
Installing collected packages: six, oauthlib, requests-oauthlib, tweepy
Found existing installation: six 1.4.1
Cannot uninstall 'six'. It is a distutils installed project and thus we     cannot accurately determine which files belong to it which would lead to only a partial uninstall.

因此,Tweepy无法正常安装。我需要下载Nose和Tornado吗?我也不知道是什么'六'是。我对此很新,而且,我没有很多使用命令行的经验。

编辑::感谢您进行问题编辑,使其更具可读性。

0 个答案:

没有答案
相关问题