Openpyxl warning when importing pandas

4664
1
12-04-2014 11:31 AM
curtvprice
MVP Esteemed Contributor

I installed Pro 1.0 Pre-release and Esri's Python distro that comes with it. Numpy, scipy and pandas are all there (yay) but I get a warning when importing pandas. Is this showing up for others?

Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import pandas
Warning (from warnings module):
  File "C:\Python34\lib\site-packages\pandas\io\excel.py", line 626
    .format(openpyxl_compat.start_ver, openpyxl_compat.stop_ver))
UserWarning: Installed openpyxl is not supported at this time. Use >=1.6.1 and <2.0.0.
>>> pandas.version.version
'0.14.0'
0 Kudos
1 Reply
ShaunWalbridge
Esri Regular Contributor

Hi Curtis,

This is a known bug in Pandas 0.14.0 -- it looks to be fixed in 0.14.1, something that should be fixed automatically as we push out newer releases of Pandas. It can safely be ignored.

cheers,
Shaun