I install oct2py with pip and GNU Octave. When I use jupyter within VScode. When I run: import oct2py I got the following error
OSError: octave-cli not found, please see README
How can I solve this?
I had the exact same problem today and solved it as follows.
To get oct2py to work on windows 10:
pip install oct2py
PATH
variable to include octave.exe
PATH
:
C:\Program Files\GNU Octave\Octave-6.4.0\mingw64\bin
C:\Program Files\GNU Octave\
directory to find the correct versionLet me know how it goes!