asselapathirana / epanettools

EPANET calling API for python.
Other
16 stars 13 forks source link

Can't install EPANETTOOLS on my Python 3.9 using pip 20.3.3 #46

Open miguelguavita opened 3 years ago

miguelguavita commented 3 years ago

I'm learning to match EPANET 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.

PyPI page: https://pypi.org/project/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?

idontcare1996 commented 3 years ago

Can you post the entirety of the error codes? The numerous lines of red code?