Skip to content
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

Import error pyexcel_chart #62

Closed
nmtbk opened this issue Oct 30, 2016 · 7 comments
Closed

Import error pyexcel_chart #62

nmtbk opened this issue Oct 30, 2016 · 7 comments
Labels

Comments

@nmtbk
Copy link

nmtbk commented Oct 30, 2016

I got this exception, pyexcel installed via pip. Thanks.

Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.

import pyexcel
Failed to import pyexcel_chart due to %s
Traceback (most recent call last):
File "C:\Users\myuser\Envs\myvirtualenv\lib\site-packages\pyexcel\renderers__init__.py", line 19, in
import pyexcel_chart
ImportError: No module named 'pyexcel_chart'

@nmtbk nmtbk changed the title Import error pyexcel_text and pyexcel_chart Import error pyexcel_chart Oct 30, 2016
@chfw chfw closed this as completed in 86d3912 Oct 30, 2016
@chfw chfw added the bug label Oct 30, 2016
@chfw
Copy link
Member

chfw commented Oct 30, 2016

made a follow-up release. thanks for your report.

@nmtbk
Copy link
Author

nmtbk commented Oct 31, 2016

Thank you, i've tested by the your sample code on Debian and python 2.7, not get above exception but other messages come:

import pyexcel as pe
No handlers could be found for logger "pyexcel.renderers"
records = pe.iget_records(file_name="your_file.xls")
for record in records:
... print("%s is aged at %d" % (record['Name'], record['Age']))

/usr/local/lib/python2.7/dist-packages/openpyxl-2.4.0-py2.7.egg/openpyxl/worksheet/worksheet.py:300: UserWarning: Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead
warn("Using a coordinate with ws.cell is deprecated. Use ws[coordinate] instead")

@chfw chfw reopened this Oct 31, 2016
@chfw
Copy link
Member

chfw commented Oct 31, 2016

Those are warnings which won't affect its software quality. Please continue using it while I will remove those user warnings.

@chfw
Copy link
Member

chfw commented Nov 1, 2016

Do you mind trying it again? But this time, can you try the master branch first? Just case other things come up again.

https://github.com/pyexcel/pyexcel/archive/master.zip
https://github.com/pyexcel/pyexcel-xlsx/archive/master.zip

@nmtbk
Copy link
Author

nmtbk commented Nov 4, 2016

Download above links and have tested again on Debian and python 2.7, clean and run smoothly. Thank you very much.

Have nice weekend!

@chfw
Copy link
Member

chfw commented Nov 5, 2016

both packages were released

@chfw
Copy link
Member

chfw commented May 28, 2017

v0.5.0 will fix this issue eventually.

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

No branches or pull requests

2 participants