First time here? Check out the Help page!

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 7 years ago

Gio's avatar

updated 5 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 7 years ago

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.

Preview: (hide)
link

Comments

Thank you very much

Gio's avatar Gio  ( 7 years ago )
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  ( 7 years ago )

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 7 years ago

Seen: 477 times

Last updated: Nov 17 '17