Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Error message in OpenSesame

edited November 2020 in Miscellaneous

Hi! I am trying to download OpenSesame. because of "D3D compiler not found" error. It is not download propery. Then I download D3D compiler_43dl. Then I can open the OpenSesame. However, now I had another error message (I will attach the message under the question). Do you have any idea about solution?

File "C:\Program Files (x86)\OpenSesame\share\opensesame_extensions\JupyterConsole\JupyterConsole.py", line 42, in event_startup
  self._jupyter_console = ConsoleTabWidget(self.main_window)
 File "C:\Program Files (x86)\OpenSesame\share\opensesame_extensions\JupyterConsole\jupyter_tabwidget\console_tabwidget.py", line 44, in __init__
  self.add()
 File "C:\Program Files (x86)\OpenSesame\share\opensesame_extensions\JupyterConsole\jupyter_tabwidget\console_tabwidget.py", line 59, in add
  **merged_kwargs
 File "C:\Program Files (x86)\OpenSesame\share\opensesame_extensions\JupyterConsole\jupyter_tabwidget\jupyter_console.py", line 71, in __init__
  self._kernel_manager.start_kernel()
 File "C:\Program Files (x86)\OpenSesame\Lib\site-packages\jupyter_client\manager.py", line 267, in start_kernel
  self.kernel = self._launch_kernel(kernel_cmd, env=env, **kw)
 File "C:\Program Files (x86)\OpenSesame\Lib\site-packages\jupyter_client\manager.py", line 211, in _launch_kernel
  return launch_kernel(kernel_cmd, **kw)
 File "C:\Program Files (x86)\OpenSesame\Lib\site-packages\jupyter_client\launcher.py", line 135, in launch_kernel
  proc = Popen(cmd, **kwargs)
 File "C:\Program Files (x86)\OpenSesame\lib\subprocess.py", line 800, in __init__
  restore_signals, start_new_session)
 File "C:\Program Files (x86)\OpenSesame\lib\subprocess.py", line 1207, in _execute_child
  startupinfo)
FileNotFoundError: [WinError 2] 


Comments

  • Hi @userıd ,

    This error happens because Jupyter, which OpenSesame uses for the Python console (debug window), cannot find the Python interpreter. That's strange, and it's likely a problem that's specific to your system. The other error that you mention, the missing compiler_43.dll , is also strange. Again, it sounds like a system-specific issue that may not really be related to OpenSesame as such.

    Sorry that I can't be of more help!

    -- Sebastiaan

Sign In or Register to comment.