Search code examples
pythondeep-learningimread

Imread installation error ( pip install imread ) : Visual C++ required


When I install Imread on Windows 10 PC I'm getting below error message saying "Microsoft Visual C++ 14 is required" But it's already installed

Error on pip install imread

Visual C++ 14 Required


Solution

  • look here , download the wheel file and install via pip install [file_location]