Skip to content

warning issued for new version of openpyxl (2.0.3) #7482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bidhya opened this issue Jun 17, 2014 · 2 comments
Closed

warning issued for new version of openpyxl (2.0.3) #7482

bidhya opened this issue Jun 17, 2014 · 2 comments

Comments

@bidhya
Copy link

bidhya commented Jun 17, 2014

"import pandas" issues the following warning

C:\Users\aaa\AppData\Local\Enthought\Canopy32\User\lib\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))

@RanaivosonHerimanitra
Copy link

Same for me:
Warning (from warnings module):
File "C:\Python27\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.

@jorisvandenbossche
Copy link
Member

Yes, this is a known issue with 0.14, is already fixed (#7285) and a 0.14.1 will be released shortly.

For now, if you don't want the warning, installing openpyxl >=1.6.1 and <2.0.0 does the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants