-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WinError 193] %1 is not a valid Win32 application #189
Comments
The same problem. Until @Calysto decides to fix.. my full traceback is as such: My links first:
OSError: [WinError 193] %1 is not a valid Win32 application |
Hey, The Problem is Solved! @Calysto made the Kernel for Octave 5.2.0. Now Octave 6.2.0 is out, and does not support Calysto's Kernel. Please downgrade your Octave to 5.2.0 (if it doesn't bother you!) And reconnect Path and Octave_Executable the way you would Octave 6.2.0 🚀 🚀 🚀 |
D:\Python>jupyter kernelspec list
Available kernels:
octave D:\anaconda3\share\jupyter\kernels\octave
python3 D:\anaconda3\share\jupyter\kernels\python3
D:\Python>python -m octave_kernel.check
Octave kernel v0.32.0
Metakernel v0.27.5
Python v3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)]
Python path: D:\anaconda3\python.exe
Connecting to Octave...
Can't load 'D:\anaconda3\lib\site-packages\metakernel\magics\shell_magic.py': error: <pexpect.popen_spawn.PopenSpawn object at 0x0000002143D51640>
searcher: searcher_re:
0: re.compile('\r\n')
1: EOF
<pexpect.popen_spawn.PopenSpawn object at 0x0000002143D51640>
searcher: searcher_re:
0: re.compile('\r\n')
1: EOF
Octave connection established
[WinError 193] %1 is not a valid Win32 application
I already have Octave installed on my Windows laptop and I have set OCTAVE_EXECUTABLE to octave-cli in the environment variables.
How to fix it?
The text was updated successfully, but these errors were encountered: