ImportError: cannot import name ‘_imaging’ from ‘PIL’
Hi @nanji2,
This looks like a dependency issue on Pillow
potentially due to versioning. Can you share what type of Rasa X deployment you are using and if it’s local mode can you share the output of:
pip freeze | grep PIL
Hi kearnsw
I’m using local mode. My computer is Windows so grep is not supported
You should try the Quick Installation for Windows which uses Multipass.