pip install not working
Hello,
I followed some instruction to run a code using ode.geomBox telling me to first install py3ode. However pip install py3ode does not work anymore and I couldn't fix the error by updating pip, python or looking on the internet
'ode-config' is not recognized as an internal or external command, operable program or batch file. 'ode-config' is not recognized as an internal or external command, operable program or batch file. OSError: [WinError 193] %1 is not a valid Win32 application WARNING: <ode/ode.h> not found. Downloading and installing it now to your home directory. If it's already installed you may have to adjust INC_DIRS in setup.py.
Is there a way to make 'pip install py3ode' work or to correctly import ode?
Thanks