Installed pandas in Python(x,y)-2.7.6.1.exe, error pops out

26 views
Skip to first unread message

cj

unread,
Jun 29, 2014, 2:47:36 AM6/29/14
to pyth...@googlegroups.com
Hi,

I installed Numpy, Scipy, Matplotlib, pandas in Python(x,y)-2.7.6.1.exe, but when I run
import pandas
 unfortunately error pops out:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Python27\lib\site-packages\pandas\__init__.py", line 44, in <module>
    from pandas.io.api import *
  File "C:\Python27\lib\site-packages\pandas\io\api.py", line 15, in <module>
    from pandas.io.gbq import read_gbq
  File "C:\Python27\lib\site-packages\pandas\io\gbq.py", line 10, in <module>
    import pkg_resources
ImportError: No module named pkg_resources
I can successfully run import numpy, scipy and matplotlib. Could anybody help? It'd be appreciated!

-cj


Reply all
Reply to author
Forward
0 new messages