Open mottosso opened 5 years ago
rez env localz -- localize allzpark # Works
rez env localz -- localize allzpark otherPackage [WinError 5] Access is denied: 'C:\\Users\\marcus\\AppData\\Local\\Temp\\tmp9tg04be_\\allzpark\\1.2.145\\.tmp-python-3209d656d60f42229f752c015987392d' -> 'C:\\Users\\marcus\\AppData\\Local\\Temp\\tmp9tg04be_\\allzpark\\1.2.145\\python'
Unsure of what exactly the cause is, but it looks related to Rez's atomicwrites package. Workaround currently is simply calling it once per request.
Unsure of what exactly the cause is, but it looks related to Rez's atomicwrites package. Workaround currently is simply calling it once per request.