pacificclimate / modelmeta

An ORM representation of the model metadata database
GNU General Public License v3.0
1 stars 0 forks source link

nchelpers needs to be installed from PCIC repository #119

Closed corviday closed 1 year ago

corviday commented 1 year ago

The pipfile for this package defines the PCIC repository, which contains the nchelpers package, but when installing the package, doesn't indicate that it should use the defined repository. I think the line for nchelpers should look like:

nchelpers = {version = "==5.5.8", source = "pcic"}

though I still get error messages on install after changing that, so I may need to investigate further before submitting a patch.

eyvorchuk commented 1 year ago

I fixed this with

nchelpers = {version = "==5.5.11", index = "pcic"}

5.5.11 is the version I just made.