orange3-imageanalytics icon indicating copy to clipboard operation
orange3-imageanalytics copied to clipboard

I'm having problems importing orangecontrib

Open luanamoraescosta opened this issue 9 months ago • 0 comments

I'm experiencing an issue with importing the orangecontrib.imageanalytics module in my environment. Although I have installed the orange3-imageanalytics package successfully, I am unable to import the module in Python:


ModuleNotFoundError Traceback (most recent call last) Cell In[19], line 1 ----> 1 import orangecontrib.imageanalytics

ModuleNotFoundError: No module named 'orangecontrib'

luanamoraescosta avatar Mar 25 '25 19:03 luanamoraescosta