python - Cannot import ScrapinghubClient -


>>> scrapinghub import scrapinghubclient 

traceback (most recent call last): file "", line 1, in importerror: cannot import name scrapinghubclient


why happening? have python 2.7.13 |continuum analytics, inc.| (default, may 11 2017, 13:17:26) [msc v.1500 64 bit (amd64)] on win32


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -