symbolic icon indicating copy to clipboard operation
symbolic copied to clipboard

Package Symbolic says: Cannot run the Python executable "python3"

Open DmitryVasilenko76 opened this issue 4 years ago • 3 comments

Hi, I ma encoutering the problem launching symbolic package (I am using the 3d option under windoews and Python is working fine with SymPy). The error message is "Cannot run the Python executable "python3""

Can you advise the way to solve the problem?

DmitryVasilenko76 avatar Jun 28 '20 17:06 DmitryVasilenko76

This might be #1010, try doing setenv PYTHON python at the Octave prompt...

cbm755 avatar Jun 29 '20 05:06 cbm755

Hi, I did the setenv PYTHON python in Octave promt, but now the Octave says: Symbolic pkg v2.9.0: error: Cannot run the Python executable "python". Maybe I should reinstall Python?

DmitryVasilenko76 avatar Jul 07 '20 08:07 DmitryVasilenko76

Looks a lot like you have a working Python installation, but it's not on the system-wide PATH, or it's not on the PATH that Octave sees. Have you tried adding the Python directory to the PATH or setting PYTHON to the full file name of the Python executable?

mtmiller avatar Jul 07 '20 23:07 mtmiller