We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing rez using python 3.13 on windows 11 I get this error when running any rez command
rez c:\rez\3.2.1\Lib\site-packages\rez\rezconfig.py:5: SyntaxWarning: invalid escape sequence '\ ' """ usage: rez [-h] [-i] [-V] [-v] COMMAND ...
After reinstalling with python 3.9 the error has gone.
Environment
To Reproduce
Expected behavior No errors
Actual behavior Syntax error from default rezconfig
The text was updated successfully, but these errors were encountered:
I think we don't even support 3.12 yet? #1612
Sorry, something went wrong.
No branches or pull requests
After installing rez using python 3.13 on windows 11 I get this error when running any rez command
rez
c:\rez\3.2.1\Lib\site-packages\rez\rezconfig.py:5: SyntaxWarning: invalid escape sequence '\ '
"""
usage: rez [-h] [-i] [-V] [-v] COMMAND ...
After reinstalling with python 3.9 the error has gone.
Environment
To Reproduce
Expected behavior
No errors
Actual behavior
Syntax error from default rezconfig
The text was updated successfully, but these errors were encountered: