-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
PyPI package contains some/broken? pyexcel #37
Comments
you are right. I will push up a quick fix. |
released a tar.gz file as source distribution. pypi does not allow me to upload the same wheel again. |
No, you have to bump the version number. Thanks :) |
pumped the version to 0.3.4.1. now wheel package is in. 0.3.4 was deleted |
It was found in pyexcel/pyexcel#89 that some residue folder was left in build directory. When releasing the library, I could have done it in a clean clone and release it. |
fixed in 0.4.2 |
and pyexcel-io v0.4.0 and v0.4.1 were permanently removed from pypi. |
Hi, the 0.3.4 pyexcel-io package on PyPI appears to contain some/all of pyexcel but different, which means y importing of pyexcel is no longer working. For example,
pyexcel/__init__.py
is just a one line file in the pyexcel-io package.Uninstalling/reinstalling pyexcel after pyexcel-io puts it back.
The text was updated successfully, but these errors were encountered: