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?