-
Notifications
You must be signed in to change notification settings - Fork 746
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
Invalid Escape Sequence #546
Comments
I have the same issue on Fedora 39, do you have any workarounds? |
I had the same issue with python3.12. I've gotten it to work without this error with python3.10 and 3.9. |
I have the same problem. Any possible solutions |
Try this... |
not sure how to use that, unfortunately |
This is a patch for the
And then build as normal. Alternatively, as this package appears to be no longer maintained, I have switched to Starship. |
Getting a weird error output at the bottom of every terminal just above the actual powerlineshell on Fedora 39
/usr/local/lib/python3.12/site-packages/powerline_shell-0.7.0-py3.12.egg/powerline_shell/init.py:14: SyntaxWarning: invalid escape sequence '`'
/usr/local/lib/python3.12/site-packages/powerline_shell-0.7.0-py3.12.egg/powerline_shell/init.py:14: SyntaxWarning: invalid escape sequence '`'
/usr/local/lib/python3.12/site-packages/powerline_shell-0.7.0-py3.12.egg/powerline_shell/segments/git.py:7: SyntaxWarning: invalid escape sequence '\S'
/usr/local/lib/python3.12/site-packages/powerline_shell-0.7.0-py3.12.egg/powerline_shell/segments/git.py:7: SyntaxWarning: invalid escape sequence '.'
/usr/local/lib/python3.12/site-packages/powerline_shell-0.7.0-py3.12.egg/powerline_shell/segments/git.py:7: SyntaxWarning: invalid escape sequence '\S'
/usr/local/lib/python3.12/site-packages/powerline_shell-0.7.0-py3.12.egg/powerline_shell/segments/git.py:7: SyntaxWarning: invalid escape sequence '.'
The text was updated successfully, but these errors were encountered: