Closed brwnj closed 12 years ago
Hmm, thanks for reporting this.
The errors you pasted seem to be cause by failing to import the rebin
module rather than anything having to do with integration
. It doesn't look like there was any problems Cython-izing the rebin code in your install log, so it's not clear what's preventing rebin from being imported.
On my machine I use setup.py develop
. Can you try that (instead of install
) to see if that helps?
(and thanks for the heads-up, I'll add statsmodels to requirements.txt)
python setup.py develop
fixed everything. thanks.
OK, good. I'll have to poke around some more to figure out why this is happening.
i was attempting to check this out and think it would be really useful, but i'm having issues installing.
Everything seemed to install except for metaseq.integration, except now I receive:
I can't remember at which step statsmodels was required, but it should probably be added to your required packages list.