Py3ODE icon indicating copy to clipboard operation
Py3ODE copied to clipboard

pip install not working

Open turn01 opened this issue 2 years ago • 0 comments

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

turn01 avatar Jun 10 '23 04:06 turn01