arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

ModuleNotFoundError #34

Closed Tousama closed 3 years ago

Tousama commented 4 years ago

image image I got an error like this. How can i fix?

torgrimb commented 4 years ago

Just ran the same code which is working on my machine on a fresh virtualenv (Anaconda). Long shot: pip install scipy?

EthanWill059 commented 3 years ago

pip install opencv-python tensorflow

Try that