-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Lost dependence #25
Comments
Hmm... will look into it |
I had a check. pyexcel and pyexcel-ods do not depend on each other. Only pyexcel-ods depends on pyexcel-io. |
Here is the architecture: |
if pyexcel is not installed I get this error
Traceback (most recent call last): In version 0.4 it works |
Oh I see. It is an unwanted bug |
Please try pyexcel-io v0.5.1. I have also withdrawn pyexcel-io 0.5.0. Thanks for your report, otherwise I am blinded by my test case, which I will try to correct in the coming days. |
It works perfectly! Thanks, I've updated the Archlinux package with the new version. |
And thanks for bringing pyexcel-io to new world. |
In version 0.5.0, the "pyexcel" dependency is required to work correctly, but pip does not install it.
I have needed to install pyexcel to write ods files.
The text was updated successfully, but these errors were encountered: