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'
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'