Skip to content
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

pip install eemeter failing to install. Is statsmodels the culprit or just a symptom? #31

Closed
matthewgee opened this issue Mar 6, 2017 · 3 comments

Comments

@matthewgee
Copy link

An issue that Devan from Kilowatt Analytics ran into trying to pip install eemeter

image

I’m guessing this issue is due to the eemeter install not completing without errors. Having just repeated the process I realize that ‘pip install eemeter’ is failing due to an issue with lxml. I had to manually apt-get install lxml as I was previously warned that it was not present when trying to install eemeter. Maybe there’s a lxml version dependency that is causing an issue. Regardless, I cannot seem to install eemeter following the instructions on either github or RTD

@matthewgee
Copy link
Author

matthewgee commented Mar 6, 2017

Success! From Devon:

I’ve managed to successfully install eemeter. It turned out I needed to install lbml and zlib to get the pip install eemeter to complete wihtout errors. Zlib was the last holdout, but I finally realized that’s where the compile was failing.

@matthewgee matthewgee changed the title pip install eemeter failing to install statsmodels and lxml pip install eemeter failing to install. Is statsmodels the culprit or just a symptom? Mar 6, 2017
@matthewgee
Copy link
Author

matthewgee commented Mar 6, 2017

Two ideas for resolving this issue for future users from @marcpare and @philngo:

  • Create a docker or vagrant install option
  • Recommend first installing anaconda/miniconda for new eemeter users

@philngo
Copy link
Contributor

philngo commented Mar 6, 2017

See #32 for proposed new installation instructions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants