Conda 看不到已安装的模块

Conda not seeing installed modules

例如,我刚刚使用以下方式安装了 opencv:

conda install -c conda-forge opencv

然而,当我转到 运行 我的程序时,我得到了一个 ModuleNotFoundError。我正在使用 Wingpro。我给的python可执行文件是给激活环境的:

C:\Anaconda3\condabin\activate.bat cf

我是否必须找到并激活我安装的这些模块?

这是 Wingpro 特有的问题 (python IDE)。我通过在 wingpro 中正确设置我的路径解决了这个问题。如果遇到此问题,请转到项目属性。到达那里后,将路径插入您的垃圾箱。就我而言,我将路径指向 \Anaconda3\condabin.