dpinney / omf

The Open Modeling Framework for smart grid cost-benefit analysis.
https://omf.coop
GNU General Public License v2.0
112 stars 60 forks source link

solarEngineering doesn't work with default linux install procedure #353

Closed mannanj closed 9 years ago

mannanj commented 9 years ago

Steps to reproduce:

  1. Follow the install procedure (wiki).
  2. Run solarEngineering.
  3. You get an exception: pygraphviz library is missing.

Expected behavior:

  1. solarEngineering runs correctly.
dpinney commented 9 years ago

Dang. No apt-get for the first step? And is there an apt-get python-pygraphviz?

mannanj commented 9 years ago

That seems to have worked without error as well (it installed the new python graph-viz library). But doubtful it will work without requiring graphviz libs. Was this all you had to do in production?

solar engineering doesn't work without pygraphviz installed, with requires the following for a Linux Mint OS:

-Graphviz download & install from http://www.graphviz.org/Download_linux_ubuntu.php -graphviz-dev libraries: apt-get install libgraphviz-dev -install pygraphviz: easy_install pygraphviz (pip install doesn't seem to work here)

I can go ahead and install it on Windows and list the procedure here as well.

dpinney commented 9 years ago

Come by and let's discuss.

mannanj commented 9 years ago

Original comment updated and made more clear.

Further problems and solutions stated below. Identical problems encountered on both Ubuntu 15.04 and 14.04

mannanj commented 9 years ago

Worked on this for another hour and got stuck, I propose this be closed.

dpinney commented 9 years ago

I updated the wiki and requirements.txt. Closing.