Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Python Eppy, readhtml table

Hi, I'm trying to use eppy to read EnergyPlus html tables.

When I type (as explained here http://pythonhosted.org/eppy/Outputs_Tutorial.html#using-titletable-to-get-at-the-tables ):

from eppy.results import readhtml

I get the following error: "ModuleNotFoundError: No module named 'eppy.results'". I've read here (https://github.com/santoshphilip/eppy/issues/169) there's an issue about it and, as advised, with Anaconda prompt to install it with:

pip install https://github.com/santoshphilip/eppy/archive/i169_readhtml1.zip

The installation was successful but I get the same error in Python, nothing changed.

Has anyone solved this problem? Could I use another method to read this tables?

Python Eppy, readhtml table

Hi, I'm trying to use eppy to read EnergyPlus html tables.

When I type (as explained here http://pythonhosted.org/eppy/Outputs_Tutorial.html#using-titletable-to-get-at-the-tables ):

from eppy.results import readhtml

I get the following error: "ModuleNotFoundError: No module named 'eppy.results'". I've read here (https://github.com/santoshphilip/eppy/issues/169) there's an issue about it and, it: as advised, I installed it with Anaconda prompt to install it with:prompt:

pip install https://github.com/santoshphilip/eppy/archive/i169_readhtml1.zip

The installation was successful but I get the same error in Python, nothing changed.

Has anyone solved this problem? Could I use another method to read this tables?

Python Eppy, readhtml table

Hi, I'm trying to use eppy to read EnergyPlus html tables.

When I type (as explained here http://pythonhosted.org/eppy/Outputs_Tutorial.html#using-titletable-to-get-at-the-tables ):

from eppy.results import readhtml

I get the following error: "ModuleNotFoundError: No module named 'eppy.results'". I've read here (https://github.com/santoshphilip/eppy/issues/169) there's an issue about it: as advised, I installed it with Anaconda prompt:

pip install https://github.com/santoshphilip/eppy/archive/i169_readhtml1.zip

The installation was successful but I get the same error in Python, nothing changed.

Has anyone solved this problem? Could I use another method to read this tables?