Labels Error in Experiments

Hi,
I m trying to run a python experiment.
I configure a conda environnement, and I set my python36.dll path. (then restart)
I want to run algorithm “Threshold the image” from documentation : Example 2.
I got error during experiment : ModuleNotFoundError “No module named ‘numpy’”
Numpy is installed on my conda environnement.
Have you ever encountered this issue ?

Are you starting Labels from inside the virtual environment? I’m not sure how exactly conda works but venv sets a bunch of environment variables that specify where to load modules from. You can also check sys.path to see if it contains a path to your virtual environment.

We don’t support conda environment in general since we have some dependencies that conflict with the ones provided by Anaconda. However, you might be lucky and it just works nonetheless :slight_smile:.

1 Like