AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
916 stars 328 forks source link

Backslash in rezconfig.py causing errors on fresh windows installations. #1779

Closed gregmcutlet closed 2 days ago

gregmcutlet commented 1 week ago

Using Rez on Windows, I find that I have to manually remove a backslash in a comment in rezconfig.py before commands like rez-env will work

Environment

To Reproduce

  1. run python3 install.py [install path]
  2. run rez-env

Expected behavior the command finishes, even --help

Actual behavior a back slash in a comment causes the program to fail

JeanChristopheMorinPerso commented 1 week ago

Are you using python 3.12? If so, rez is not yet compatible with it.