Skip to content
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

Running from within a jupyter server hangs when you try to launch a terminal #543

Open
olevski opened this issue Jun 14, 2023 · 0 comments

Comments

@olevski
Copy link

olevski commented Jun 14, 2023

This is the error that is printed if you press Ctrl-C when you wait for the prompt:

File "/opt/conda/bin/powerline-shell", line 8, in <module>
    sys.exit(main())
  File "/opt/conda/lib/python3.9/site-packages/powerline_shell/__init__.py", line 240, in main
    segment.add_to_powerline()
  File "/opt/conda/lib/python3.9/site-packages/powerline_shell/segments/git.py", line 71, in add_to_powerline
    self.join()
  File "/opt/conda/lib/python3.9/threading.py", line 1060, in join
    self._wait_for_tstate_lock()
  File "/opt/conda/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
    if lock.acquire(block, timeout):

The version of powershell that is running is 0.7.0.

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

No branches or pull requests

1 participant