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?