0

I am new to python and machine vision, I installed PyDIP using pip in command terminal but now while importing the module in python version 3.7.5 it is showing no such module exist.

In python I am typing

import PyDIP

Please help , thanks in advance.

Cris Luengo
  • 55,762
  • 10
  • 62
  • 120
VN CAE
  • 1
  • Where are you typing the code? IDLE? Pycharm? Jupyter? – Kris Feb 24 '20 at 11:33
  • Try installing it with `pip3` (not `pip`) – ForceBru Feb 24 '20 at 13:21
  • Hey Kris it's IDLE – VN CAE Feb 28 '20 at 05:51
  • Hey ForceBru I tried with pip3 but then also while importing it;s showing no such module exists – VN CAE Feb 28 '20 at 05:52
  • Does this answer your question? [ModuleNotFoundError: No module named 'PyDIP', although it's installed](https://stackoverflow.com/questions/59952057/modulenotfounderror-no-module-named-pydip-although-its-installed) – Cris Luengo Apr 22 '20 at 16:46
  • In particular, currently you need to install PyDIP from the available binary distribution (Windows) or from sources (Mac, Linux). https://github.com/DIPlib/diplib/releases – Cris Luengo Apr 22 '20 at 16:47

0 Answers0