cgp

cgp

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Houdini 20 will be unveiled (not released) on October 26 2023年10月26日17:29

"When was the last time anyone has seen a release of the size of Houdini 20 in any 3D package? The magnitude of tutorials… The engagement from the development team… The love and pride in the product… The fact that they actually do launch events and HIVEs etc."

I completely agree with this.

Houdini 19 and Tensorflow. Need help. 2022年3月28日15:28

I'm not sure if this is a good solution, but I did this:
cd ~/Downloads
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.11/bin/RPMS/hdf5-1.8.11-1.with.szip.encoder.el5.x86_64.rpm
rpm2cpio hdf5-1.8.11-1.with.szip.encoder.el5.x86_64.rpm  | cpio -idmv

wget https://github.com/h5py/h5py/releases/download/3.6.0/h5py-3.6.0.tar.gz
tar -xf ./h5py-3.6.0.tar.gz

cd h5py-3.6.0

export HDF5_INCLUDEDIR=~/Downloads/usr/include
export HDF5_LIBDIR=~/Downloads/usr/lib

python3.7 setup.py build
python3.7 -m pip install --target=~/.local/lib/python3.7/site-packages -v .

sudo cp ~/Downloads/usr/lib/libhdf5.so.8.0.0 /opt/hfs19.0.561/dsolib
sudo cp ~/Downloads/usr/lib/libhdf5_hl.so.8.0.0 /opt/hfs19.0.561/dsolib
Now there are no errors.

Houdini 19 and Tensorflow. Need help. 2022年3月27日7:25

Help me, please, run tensorflow in Houdini 19 (debian 11). I tried to do everything as written here ( https://www.sidefx.com/forum/topic/60599/ [www.sidefx.com] ), but I still get the error:
RuntimeError: Unspecified error in H5Tget_ebias (return value ==0)
Has anyone been able to run tensorflow in houdini?