alok-ai-lab / pyDeepInsight

A python implementation of the DeepInsight methodology.
GNU General Public License v3.0
158 stars 47 forks source link

ImportError #29

Closed ashutoshsinha25 closed 1 year ago

ashutoshsinha25 commented 1 year ago

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.

kaboroevich commented 1 year ago

Based on this similar error, could you try restarting the runtime after installing pyDeepInsight and see if that resolves the issue.

If that doesn't work, can you post the full exception traceback?