kcoley / gltf2usd

command-line utility for converting glTF 2.0 models to USD
MIT License
263 stars 39 forks source link

cannot import name _imaging #157

Closed JBetbe closed 5 years ago

JBetbe commented 5 years ago

I've been trying to run for two days this build but after looking for some info, asking to Jimmy and searching through the web I have not luck for a solution. I tried to do another user account in my Mac to restart all the process but neither I had any luck.

The same error is showing to me: File "gltf2usd.py", line 16, in from PIL import Image File "/Library/Python/2.7/site-packages/PIL/Image.py", line 93, in from . import _imaging as core ImportError: cannot import name _imaging

Any idea? Thanks.

kcoley commented 5 years ago

@Betbe looks like you may have issues with your install of pillow (https://github.com/python-pillow/Pillow/issues/3088). You can try installing with pip to see if that works better.