Changes between Initial Version and Version 2 of Ticket #44033


Ignore:
Timestamp:
Jun 16, 2014, 4:06:27 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

The Priority field is for use by Macports team members only.

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers py-pandas). As reporter, you do not need to Cc yourself.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44033

    • Property Priority changed from High to Normal
    • Property Keywords Python - pandas removed
    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Port py-pandas added
  • Ticket #44033 – Description

    initial v2  
    11I am successfully installing pandas using macport but when using the same I am getting the following error. In macport we are currently having openpyxl 1.5.8. SO we need an update for 1.6 or later.
    22
    3 
     3{{{
    44>> import pandas
    55/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas/io/excel.py:626: UserWarning: Installed openpyxl is not supported at this time. Use >='''1.6.1 and <2.0.0.'''
    66  .format(openpyxl_compat.start_ver, openpyxl_compat.stop_ver))
     7}}}