I have installed dlib
using Anaconda 3
prompt.
It has shown me that it got installed successfully. I checked through command import dlib
it did not give me any error even I checked the version also it came up with 19.9.0
.
But when I open my program in IDLE and run the program its showing me error
import dlib ModuleNotFoundError: No module named 'dlib'
Even from command prompt, I am getting same error.
What is the issue? I am using Python 3.6.
Installation process of dlib
using anaconda3
: