ModuleNotFoundError: No module named 'PyDIP', although it's installed – Debian
Trying to work with image recognition, I installed Python with OpenCV, following this tutorial. Later on, I decided to give PyDIP a try, running the commands given on this answer. The first command just don't work: >>> import PyDIP as…