I'm learning to match EPANET (a hydraulic modelling software) and PYTHON 3.9, so I need to install EPANETTOOLS module. I use pip install epanettools as PyPI says, but I can't get it.
Repo page: https://github.com/asselapathirana/epanettools
The first line on my cmd response is: Building wheel for epanettools (setup.py) ... error
Then it says: ERROR: Command errored out with exit status 1
And it gets a numerous lines of red code.
How can I fix it?
I'm learning to match EPANET (a hydraulic modelling software) and PYTHON 3.9, so I need to install EPANETTOOLS module. I use
pip install epanettoolsas PyPI says, but I can't get it.Repo page: https://github.com/asselapathirana/epanettools
The first line on my cmd response is:
Building wheel for epanettools (setup.py) ... errorThen it says:
ERROR: Command errored out with exit status 1And it gets a numerous lines of red code.
How can I fix it?