I'm working in Colab notebook, I installed the package using : !python3 -m pip -q install git+https://github.com/alok-ai-lab/pyDeepInsight.git#egg=pyDeepInsight there was no issue in this. But when I try to do something like : from pyDeepInsight import ImageTransformer I'm getting an import error like : cannot import name 'is_directory' from 'PIL._util' (/usr/local/lib/python3.8/dist-packages/PIL/_util.py) . Does anyone know what im doing wrong or does someone have a solution to this.
I'm working in Colab notebook, I installed the package using : !python3 -m pip -q install git+https://github.com/alok-ai-lab/pyDeepInsight.git#egg=pyDeepInsight there was no issue in this. But when I try to do something like : from pyDeepInsight import ImageTransformer I'm getting an import error like : cannot import name 'is_directory' from 'PIL._util' (/usr/local/lib/python3.8/dist-packages/PIL/_util.py) . Does anyone know what im doing wrong or does someone have a solution to this.