Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Failed to save output to file "Traceback (most recent call last):

Failed to save output to file "Traceback (most recent call last):

caarraca
Explorer Explorer
1,056 Views
4 Replies
Message 1 of 5

Failed to save output to file "Traceback (most recent call last):

caarraca
Explorer
Explorer

This is my first time using Arnold for Houdini. I have finally installed Arnold for Houdini with help of Autodesk. I had problems with installation. Now I tried to render a simple scene. I could not. I have a geo,  a camera and a ligth.

this is the error:

Error
Failed to save output to file "Traceback (most recent call last):
File "C:/Users/caarr/htoa/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/scripts/python\htoa_pygeo.py", line 14, in swig_import_helper
return importlib.import_module(mname)
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.759\python37\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named '_htoa_pygeo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:/Users/caarr/htoa/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/soho/arnold.py", line 13, in <module>
from htoa.session import HaSession
File "C:/Users/caarr/htoa/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/scripts/python\htoa\session.py", line 29, in <module>
import htoa_pygeo
File "C:/Users/caarr/htoa/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/scripts/python\htoa_pygeo.py", line 17, in <module>
_htoa_pygeo = swig_import_helper()
File "C:/Users/caarr/htoa/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/scripts/python\htoa_pygeo.py", line 16, in swig_import_helper
return importlib.import_module('_htoa_pygeo')
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.759\python37\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named '_htoa_pygeo'
".

0 Likes
Accepted solutions (1)
1,057 Views
4 Replies
Replies (4)
Message 2 of 5

Stephen.Blair
Community Manager
Community Manager

ok. Python 2.7 version of HtoA (no ".py3" on the folder names)

C:/Users/caarr/htoa/htoa-6.1.2.1_rb46a0de_houdini-18.5.759/htoa-6.1.2.1_rb46a0de_houdini-18.5.759

Python 3 version of Houdini:

File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.759\python37


// Stephen Blair
// Arnold Renderer Support
0 Likes
Message 3 of 5

caarraca
Explorer
Explorer

thank you for the reply but I am not sure if I am understanding what you are trying to say. Is it that htoa is using python version 2.7 and houdini is using python version 3. And they should use the same version and if this is the case, then what do I have to do? I see that houdini has 2 folders of python, one is python 27 with only 2 files and python 37 has many files.

0 Likes
Message 4 of 5

Stephen.Blair
Community Manager
Community Manager

You need

Python 3 versions of  both HtoA and Houdini
OR

Python 2 versions of both HTOA and Houdini

 

You cannot have a mix, that won't work.



// Stephen Blair
// Arnold Renderer Support
0 Likes
Message 5 of 5

caarraca
Explorer
Explorer
Accepted solution

thank you, I reinstalled Houdini 18.5.759 python 2. Now I can render with Arnold.

0 Likes