Ziyuan Cai

Results 5 comments of Ziyuan Cai

Thanks for your replying! What I did is shown below: ``` C:\Users\Ziyuan\AppData\Local\Programs\Python\Python37\Lib\site-packages\owa-epanet>cd EPANET C:\Users\Ziyuan\AppData\Local\Programs\Python\Python37\Lib\site-packages\owa-epanet\EPANET>git init Reinitialized existing Git repository in C:/Users/Ziyuan/AppData/Local/Programs/Python/Python37/Lib/site-packages/owa-epanet/EPANET/.git/ C:\Users\Ziyuan\AppData\Local\Programs\Python\Python37\Lib\site-packages\owa-epanet\EPANET>git submodule update --init C:\Users\Ziyuan\AppData\Local\Programs\Python\Python37\Lib\site-packages\owa-epanet\EPANET>cd .. C:\Users\Ziyuan\AppData\Local\Programs\Python\Python37\Lib\site-packages\owa-epanet>python setup.py sdist...

Thanks for you replying again! Do you mean like this shown below? ``` C:\>cd epanet-python C:\epanet-python>cd epanet-python-dev C:\epanet-python\epanet-python-dev>cd owa-epanet C:\epanet-python\epanet-python-dev\owa-epanet>git init Reinitialized existing Git repository in C:/epanet-python/epanet-python-dev/owa-epanet/.git/ C:\epanet-python\epanet-python-dev\owa-epanet>git submodule update...

Thanks for your patience! I am new to python. This time I did not run git init first. ``` C:\epanet-python\epanet-python-dev>cd owa-epanet C:\epanet-python\epanet-python-dev\owa-epanet>git submodule update --init C:\epanet-python\epanet-python-dev\owa-epanet>python setup.py sdist bdist_wheel ```...

I downloaded the repository and followed the instructions to build the epanet-python-packages, because I want to get coordinates of nodes in a water distribution network using this package.

Thank you very much! I have fixed the cmake error I encountered after running the code: `python3 setup.py sdist bdist_wheel.` And now, I changed directory into `test` folder, and ran...