Open mafudge opened 2 months ago
This was introduced in Python 3.12: https://docs.python.org/dev/whatsnew/3.12.html#other-language-changes. Seems like the correct way to fix it is to use raw strings in all the regular expressions.
likely a dependency issue? Seem like the bbrest.py uses raw strings.
I agree. Looking at the imports, it looks like maya might be the culprit. https://github.com/kennethreitz/maya/issues/202