You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
epanettools fails to install on windows 10. I have used both a conda environment and a python windows version with a C compiler. This is the error: cl : Command line error D8021 : invalid numeric argument '/Wno-format' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.13.26128\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
The text was updated successfully, but these errors were encountered:
Hi,
open "C:\python34\scripts" in cmd :
pip install pyinstaller
then
pip install epanetools
if it doesnt work then
install Visual C++ 2015
and try again
pip install epanetools
epanettools fails to install on windows 10. I have used both a conda environment and a python windows version with a C compiler. This is the error:
cl : Command line error D8021 : invalid numeric argument '/Wno-format' error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.13.26128\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
The text was updated successfully, but these errors were encountered: