OpenWaterAnalytics / epanet-python

python wrapper for epanet library
76 stars 40 forks source link

Don't seem to be able to pip install owa-epanet for windows (python 3.8.6 & 3.9.0) #68

Closed gazcredible closed 3 years ago

gazcredible commented 3 years ago

Hello, I've been trying to install owa-epanet for windows using the pip install approach and building from source using clion and visual studio.

pip install appears to fail on copying _toolkit.py from lib/_toolkit.py as it was created in lib/release/_toolkit.py.

Best, Gareth.

gazcredible commented 3 years ago

Hello, I fixed this with a clean install of windows 10, python 3.9 and visual studio 2017 rather than 2019 which I had been using