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
{{ message }}
This repository was archived by the owner on Nov 17, 2021. It is now read-only.
I cannot seem to get the is to work in the jupyterhub setup. I have installed everything correct but receive a consisted traceback error. this is the error I receive anytime I try to run any type of code in the Notebook.
Traceback (most recent call last):
File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/kernel.py", line 62, in do_execute
self.__createProxy()
File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/kernel.py", line 51, in __createProxy
repl = subprocess_repl.SubprocessRepl([powershell_command, '-noninteractive', '-noprofile', '-File', '-'])
File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/subprocess_repl.py", line 29, in init
stderr=subprocess.STDOUT, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/opt/tljh/user/lib/python3.6/subprocess.py", line 709, in init
restore_signals, start_new_session)
File "/opt/tljh/user/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pwsh': 'pwsh'
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cannot seem to get the is to work in the jupyterhub setup. I have installed everything correct but receive a consisted traceback error. this is the error I receive anytime I try to run any type of code in the Notebook.
Traceback (most recent call last):
File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/kernel.py", line 62, in do_execute
self.__createProxy()
File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/kernel.py", line 51, in __createProxy
repl = subprocess_repl.SubprocessRepl([powershell_command, '-noninteractive', '-noprofile', '-File', '-'])
File "/opt/tljh/user/lib/python3.6/site-packages/powershell_kernel/subprocess_repl.py", line 29, in init
stderr=subprocess.STDOUT, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/opt/tljh/user/lib/python3.6/subprocess.py", line 709, in init
restore_signals, start_new_session)
File "/opt/tljh/user/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'pwsh': 'pwsh'
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: