Open jabalazs opened 7 years ago
Boy, I'm way behind on clearing up my email, this is from September. Sorry about that! The lurking issue that addresses both of your questions is that the CORGIS dataset collection isn't meant to be pip installable, but is a collection of datasets. Typically, you would download one of the libraries or datasets off a site, and then work with them in an academic environment. I suppose it could be pip installable, but you'd get the entire collection (which would be pretty big). I would think most people would only want the specific datasets they need for the class, except for developers interested in extending the datasets.
This still seems to be an issue-- would it make sense to pull this off of pypi @acbart?
Eventually, we want to get it pip installable. That is a goal for the project, I just don't have the time to do so right now.
Hi, thanks for taking the time for putting this together! I was trying to install this package through pip and got the following error:
Googling a bit I came upon this solution https://stackoverflow.com/a/38165113/3941813 in which they suggest to directly download the package from Pypi (here), remove the lines dealing with DESCRIPTION.rst in setup.py, and install it by running
python setup.py install
Doing so executes the setup script successfully.
Is there a way to fix this during the build process, before publishing the package to Pypi?