我試圖導入tweepy庫,但我得到這個錯誤信息:蟒蛇不能導入tweepy庫
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import tweepy
ImportError: No module named 'tweepy'
及以上的Python文件我得到這個消息,我不知道如果這兩個消息related
Python 3.5.0 (v3.5.0:374f501f4567, Sep 12 2015, 11:00:19)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "copyright", "credits" or "license()" for more information.
>>> WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable.
Visit http://www.python.org/download/mac/tcltk/ for current information.
錯誤說你要導入特威迪,不tweepy ... – miles82
實際上SAFARI正確它是 '特威迪'。但我導入tweepy – sara
你安裝了tweepy嗎?試試'pip install tweepy' – miles82