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

python 3.13 rezconfig SyntaxWarning #1894

Open
reformstudios opened this issue Dec 15, 2024 · 1 comment
Open

python 3.13 rezconfig SyntaxWarning #1894

reformstudios opened this issue Dec 15, 2024 · 1 comment
Labels

Comments

@reformstudios
Copy link

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

  • Windows 11
  • Rez 3.2.1
  • Rez python version 3.13

To Reproduce

  1. Install rez with python 3.13
  2. Run rez

Expected behavior
No errors

Actual behavior
Syntax error from default rezconfig

@maxnbk
Copy link
Contributor

maxnbk commented Dec 15, 2024

I think we don't even support 3.12 yet?
#1612

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

No branches or pull requests

2 participants