filipeabperes / Py3ODE

Port of PyODE for Python 3
GNU Lesser General Public License v2.1
35 stars 6 forks source link

pip install not working #9

Open turn01 opened 1 year ago

turn01 commented 1 year ago

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