pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

PyPI package contains some/broken? pyexcel #37

Closed dracos closed 7 years ago

dracos commented 7 years ago

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.

chfw commented 7 years ago

you are right. I will push up a quick fix.

chfw commented 7 years ago

released a tar.gz file as source distribution. pypi does not allow me to upload the same wheel again.

dracos commented 7 years ago

No, you have to bump the version number. Thanks :)

chfw commented 7 years ago

pumped the version to 0.3.4.1. now wheel package is in. 0.3.4 was deleted

chfw commented 7 years ago

It was found in https://github.com/pyexcel/pyexcel/issues/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.

chfw commented 7 years ago

fixed in 0.4.2

chfw commented 7 years ago

and pyexcel-io v0.4.0 and v0.4.1 were permanently removed from pypi.