ranahanocka / MeshCNN

Convolutional Neural Network for 3D meshes in PyTorch
MIT License
1.56k stars 314 forks source link

zlib.error #55

Closed tt-study closed 4 years ago

tt-study commented 4 years ago

The problem is that “zlib.error: Error -3 while decompressing data: invalid block type“ when I run the code, maybe the python version doesn't match with yours?

ranahanocka commented 4 years ago

Hi @tt-study ,

Never saw something like that, although a quick google search about this error to some pages with bugs in python 2.7 (which is deprecated).

Which version of python are you using? I suggest installing anaconda environment like I wrote in the README.