Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516440 - dev-python/pandas-0.14.0 with =dev-python/openpyxl-2.0.2 - UserWarning: Installed openpyxl is not supported at this time. Use >=1.6.1 and <2.0.0.
Summary: dev-python/pandas-0.14.0 with =dev-python/openpyxl-2.0.2 - UserWarning: Insta...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-05 13:11 UTC by Witold Piłat
Modified: 2014-12-07 16:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Witold Piłat 2014-07-05 13:11:36 UTC
dev-python/pandas-0.14.0 requires 1.6.1 <= openpyxl version < 2.0.0 Latest version in portage is 2.0.2 resulting in warning and disabled functionality.

Related pandas code in io/excel.py
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-07-09 07:49:27 UTC
you mean

diff -u -B -u -r1.3 pandas-0.14.0.ebuild
--- pandas-0.14.0.ebuild	25 Jun 2014 11:27:26 -0000	1.3
+++ pandas-0.14.0.ebuild	9 Jul 2014 07:47:56 -0000
@@ -32,7 +32,7 @@
 		dev-python/html5lib[${PYTHON_USEDEP}]
 		dev-python/lxml[${PYTHON_USEDEP}]
 		dev-python/matplotlib[${PYTHON_USEDEP}]
-		>=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
+		<=dev-python/openpyxl-1.6.1[${PYTHON_USEDEP}]
 		dev-python/pytables[${PYTHON_USEDEP}]
 		dev-python/pytz[${PYTHON_USEDEP}]
 		dev-python/rpy[$(python_gen_usedep 'python2_7')]

Give a test run, report looks fine and I shall commit, should be a formality.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2014-12-07 16:09:12 UTC
Recent version are fine with openpyxl at any version