简体   繁体   English

在Python 3上安装tweepy

[英]Installing tweepy on Python 3

I am trying to install tweepy on Python 3 within the anaconda prompt pip install tweepy however is not working. 我正在尝试在anaconda提示符pip install tweepy Python 3上pip install tweepy但是无法正常工作。 Does Python 3 support tweepy? Python 3是否支持tweepy?

If you are trying to install with Anaconda try the conda install command instead of pip install: 如果您尝试使用Anaconda安装,请尝试使用conda install命令而不是pip install:

conda install -c conda-forge tweepy 

Ref: https://anaconda.org/conda-forge/tweepy 参考: https : //anaconda.org/conda-forge/tweepy

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM