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

Python Eppy, readhtml table

asked 2017-11-17 08:38:35 -0500

Gio's avatar

updated 2020-01-27 18:42:20 -0500

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2017-11-17 11:53:25 -0500

santoshphilip's avatar

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.

edit flag offensive delete link more

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2017-11-17 08:38:35 -0500

Seen: 441 times

Last updated: Nov 17 '17