inceptalytics icon indicating copy to clipboard operation
inceptalytics copied to clipboard

ModuleNotFoundError: No module named 'pygamma_agreement'

Open TessDejaeghere opened this issue 1 year ago • 3 comments

Hi! I tried to do from inceptalytics import Project, but I'm getting the following error:

10 from pygamma_agreement import Continuum, CombinedCategoricalDissimilarity
ModuleNotFoundError: No module named 'pygamma_agreement' 

I used this package many times before and never had this! Am I missing something?

TessDejaeghere avatar Jan 24 '24 09:01 TessDejaeghere

What version of inceptalytics are you using? It looks like it is not finding the pygamma module. Maybe this is not in your current environment?

zesch avatar Jan 24 '24 10:01 zesch

Thanks for your quick response! :) I'm using inceptalytics 0.1.1 in the Colab environment (with GPU). I tried manually installing the dependency but to no avail. I also tried installing inceptalytics in a local Conda environment through VSCode but that rendered the same error.

TessDejaeghere avatar Jan 24 '24 14:01 TessDejaeghere

strange. If you are not using gamma you can probably make it work by cloning the latest version of inceptalytics and removing the pygamma import and the function that computes gamma.

zesch avatar Jan 24 '24 19:01 zesch