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
Hi,everyone. I got an error that said 'Nonetype' object has no attribute 'strip' when running rez-env command, knowing that:
OS: windows 10
version: rez-2.114.0
python-version: 3.9.13
I tried on some other computers with the same os system and they work, but when I tried on my own computer, it doesn't work any more.
I set some environment variables to None with .bat file to get a clean environment, and reinstalled rez and run the command, but I still have the same error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
I finnally sorted out the problem, it's because my env var has a path of the dlls below:
After I deleted that path, everything is good.