Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Issues running in Jupyterhub #26

Open
ladymalina opened this issue Nov 19, 2019 · 0 comments
Open

Issues running in Jupyterhub #26

ladymalina opened this issue Nov 19, 2019 · 0 comments

Comments

@ladymalina
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant