package get installed under the include folder and not under site-packages
package get installed under the include folder and not under site-packages Question: 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 …