Error installing pyzbar with Conda on Mac OS X
问题 I am attempting to convert a project from a Python 3 venv to Conda. However, it doesn't work with Conda, apparently because there is no repository that supports macOS. This is disappointing because using brew and pip to install zbar and pyzbar in the original project works fine. So clearly the files exist but are not available through Conda repos. Am I missing a repo somewhere? If not, is there a way to crowbar the packages downloaded with pip and brew into a Conda environment? Here's what I