alok-ai-lab / pyDeepInsight

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

running bug #33

Closed engsarah2050 closed 1 year ago

engsarah2050 commented 1 year ago

the code produces the following messege : /usr/local/lib/python3.10/dist-packages/pyDeepInsight/image_transformer.py in 14 import inspect 15 ---> 16 from .utils import asymmetric_greedy_search 17 18 class ManifoldLearner(Protocol):

ModuleNotFoundError: No module named 'pyDeepInsight.utils'

when running the offical examples ,when i folked the repo and used the absolute path the
problem stil exists. ps this happed after the last updated

kaboroevich commented 1 year ago

Thank you for the notification. The setup.py was not correctly modified to deal with subpackages. I believe the commit 06375bf should solve this issue.