#44033: Python 27 - pandas library (openpyxl)dependency issues ----------------------------------+------------------------ Reporter: meenu.kamalakshan@… | Owner: stromnov@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: | Keywords: Port: py-pandas | ----------------------------------+------------------------ Changes (by mf2k@…): * cc: meenu.kamalakshan@… (removed) * priority: High => Normal * owner: macports-tickets@… => stromnov@… * keywords: Python - pandas => * port: => py-pandas Old description:
I 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.
import pandas /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.''' .format(openpyxl_compat.start_ver, openpyxl_compat.stop_ver))
New description: I 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. {{{
import pandas /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.''' .format(openpyxl_compat.start_ver, openpyxl_compat.stop_ver)) }}}
-- 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. -- Ticket URL: <https://trac.macports.org/ticket/44033#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X