Arnold UsdView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've been struggling to compile arnold-usd to test in usdview. I have no expirience at all at compiling and the documentation in the Github page it isn't helpful for me.
Here's what the abuild responds:
scons: Reading SConscript files ...
ImportError: cannot import name 'izip':
File "D:\Documents\arnold-usd-arnold-7.0.0.0\SConstruct", line 29:
from utils import system, configure
File "D:\Documents\arnold-usd-arnold-7.0.0.0\tools\utils\__init__.py", line 14:
from . import build_tools, color, compiler, configure, dependencies, elf, git, \
File "D:\Documents\arnold-usd-arnold-7.0.0.0\tools\utils\build_tools.py", line 20:
from itertools import izip
I read that you can use the Houdini's Plugin since Solaris is USD based. If that's true, which files I should copy to the usd folder to get it working?
Thanks in advance.