You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> import pandas
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/marcin/install/lib/python2.7/site-packages/pandas/__init__.py", line 13, in <module>
"extensions first.".format(module))
ImportError: C extension: No module named pytz.tzinfo not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.
The text was updated successfully, but these errors were encountered:
yeh, prob need to go thru the deps (pytz, dateutil) and try importing them and give a nice message. numpy is already checked. Then if this is hit it would be a good message.
In some cases the error message could be more clear, as discussed here:
69cab57#commitcomment-15762471
my example:
The text was updated successfully, but these errors were encountered: