When I install a package through pip3 (on my Mac) it is successfully installed however when I try importing it calls an error. How do I fix this for python3?
I have tried multiple libraries and all are the same. However using pip and installing the same packages for python2 it works
pip3 install pyzbar
In Python 3:
import pyzbar
ModuleNotFound Error