You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running python -m octave_kernel.check in a conda environment and it returned this message. I have tried installing the matlab_kernel but the same message was thrown.
OS: Windows 7
(py37) > python -m octave_kernel.check
Octave kernel v0.34.2
Metakernel v0.29.0
Python v3.7.9 (default, Aug 31 2020, 17:10:11) [MSC v.1916 64 bit (AMD64)]
Python path: C:\Users\lenovo\AppData\Local\Programs\miniconda\envs\py37\python.exe
Connecting to Octave...
PS C:\Users\lenovo\Downloads> Can't load 'C:\Users\lenovo\AppData\Local\Programs\miniconda\envs\py37\lib\site-packages\metakernel\magics\shell_magic.py': error: <pexpect.popen_spawn.PopenSpawn object at 0x00000000066BA788>
searcher: searcher_re:
0: re.compile('>')
<pexpect.popen_spawn.PopenSpawn object at 0x00000000066BA788>
searcher: searcher_re:
0: re.compile('>')
Octave connection established
Octave Kernel v0.34.2 running GNU Octave v7.1.0
The text was updated successfully, but these errors were encountered:
I was running
python -m octave_kernel.check
in a conda environment and it returned this message. I have tried installing thematlab_kernel
but the same message was thrown.OS: Windows 7
The text was updated successfully, but these errors were encountered: