Hi .. I have some issue in running pandas package in python 3.4 on windows.
Here is the issue when I try to import pandas it shows a strange error.
It seems to be some issue with the six package which i have also
installed version 1.2.0 ...Here is the code ................
####################################3
import pandas
cannot import name 'string_types'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python34\lib\site-packages\pandas\__init__.py", line 6, in <module>
from . import hashtable, tslib, lib
File "tslib.pyx", line 37, in init pandas.tslib (pandas\tslib.c:62410)
File "C:\Python34\lib\site-packages\dateutil\tz.py", line 16, in <module>
from six import string_types, PY3
ImportError: cannot import name 'string_types'
######################################
Any insight on this issue .. Thnx in advanced !
--
You received this message because you are subscribed to the Google Groups "PyData" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pydata+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.