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
1 download rez-3.1.1.zip and unzip it
2 run python ./install.py SUCCESS!
3 add D:\opt\rez\Scripts\rez to PATH
4 restart terminal(powershell)
5 run rez-bind --quickstart OK
6 run rez-env python -- which python failed, and get message:
PackageCommandError: Error in post_commands in package 'c:\\users\\admin\\packages\\python\\3.11.2\\package.py[0]': [WinError 3] The system cannot find the path specified: 'c:\\users\\admin\\packages\\python\\3.11.2\\platform-windows\\arch-AMD64\\os-windows-10.0.22631.SP0\\python'
The text was updated successfully, but these errors were encountered:
rez-bind in general is to be deprecated in the future. rez-bind --quickstart is particularly broken on Windows sadly. You can use rez-bind to bind arch , os and platform, but python is likely to break. Here is an alternative solution i created to fill the gap until a more sophisticated replacement is available: https://github.com/instinct-vfx/rez-quickstart-win
1 download rez-3.1.1.zip and unzip it
2 run python ./install.py SUCCESS!
3 add D:\opt\rez\Scripts\rez to PATH
4 restart terminal(powershell)
5 run rez-bind --quickstart OK
6 run rez-env python -- which python failed, and get message:
PackageCommandError: Error in post_commands in package 'c:\\users\\admin\\packages\\python\\3.11.2\\package.py[0]': [WinError 3] The system cannot find the path specified: 'c:\\users\\admin\\packages\\python\\3.11.2\\platform-windows\\arch-AMD64\\os-windows-10.0.22631.SP0\\python'
The text was updated successfully, but these errors were encountered: