I am trying to install a package (more specifically diplib
) with conda install -c conda-forge diplib
but for some reason nothing is added to envs/env_name/lib/site-packages
. The command runs fine, no warnings/error at all. Everything looks normal but I am still getting 'ModuleNotFoundError: No module named 'diplib'
error. However I can find a folder diplib
under envs/env_name/include
(actually it contains header files).
Does anyone know what has happened please? What is the include folder for? Are we supposed to import packages from it or something is wrong with the conda package and I need to remove (how?) the diplid
that appeared under the include
directory
This is in Ubuntu (in case it matters)