I am trying to build epanet-python package on my computer.
After running the code: python3 setup.py sdist bdist_wheel, it returned the cmake error at CMakeLists.txt.
The cmake error I encoutered is specified below:
CMake Error at CMakeLists.txt:38 (ADD_SUBDIRECTORY):
The source directory
C:/Users/Ziyuan/AppData/Local/Programs/Python/Python37/Lib/site-packages/owa-epanet/EPANET
does not contain a CMakeLists.txt file.
Appreicate a lot if any advices!