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
Pyradio (v.0.9.3.11.16) fails to start on FreeBSD with the following error:
Traceback (most recent call last):
File "/usr/local/bin/pyradio", line 5, in <module>
from pyradio.main import shell
File "/usr/local/lib/python3.11/site-packages/pyradio/main.py", line 670
print(f"Python version: [green]{sys.version.replace('\\n', ' ').replace('\\r', ' ')}[/green]")
^
SyntaxError: f-string expression part cannot include a backslash