|
From: Alejandro W. <ale...@gm...> - 2012-12-25 19:10:40
|
Hi: I installed MPL from sources. Everything works OK. Then I installed pandas from sources. When I import pandas I get the warning /usr/local/lib/python2.7/dist-packages/pytz/__init__.py:35: UserWarning: Module pytz was already imported from /usr/local/lib/python2.7/dist-packages/pytz/__init__.pyc, but /usr/local/lib/python2.7/dist-packages/pytz-2012h-py2.7.egg is being added to sys.path from pkg_resources import resource_stream /usr/local/lib/python2.7/dist-packages/pytz/__init__.py:35: UserWarning: Module dateutil was already imported from /usr/local/lib/python2.7/dist-packages/dateutil/__init__.pyc, but /usr/local/lib/python2.7/dist-packages/python_dateutil-2.1-py2.7.egg is being added to sys.path from pkg_resources import resource_stream With the exception of this warning, everything else works OK. I was able to get rid of this warning by reinstalling MPL. This was reported a week ago as pandas issue: https://github.com/pydata/pandas/issues/2562 Wes McKinney recommended to bring this up here. Any comments? Alejandro |