5

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_... ):

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...) 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?

Gio's avatar
1.1k
Gio
asked 2017-11-17 08:38:35 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-01-27 18:42:20 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

I am not sure why that did not work. I'll take a look later today or tomorrow and update this response. A bug may have crept in while I was making changes.

santoshphilip's avatar
961
santoshphilip
answered 2017-11-17 11:53:25 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very much

Gio's avatar Gio (2017-11-17 12:04:46 -0500) edit
2

Wait! It's my fault, I just realised I did not uninstall the 'eppy standard version' before installing 'i169_readhtml1.zip'. So: I unistalled eppy with " pip uninstall eppy" and then installed it again with "pip install https://github.com/santoshphilip/eppy.... I think it works fine now!

Gio's avatar Gio (2017-11-17 12:35:17 -0500) edit
add a comment see more comments