You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
The cv2.so module is guaranteed to be available when dependencies are installed and it is correctly placed in $(brew --prefix)/python2.7/site-packages, which is the standard location for Homebrew formulas with Python bindings to be installed in. However, the problem lies in the fact that the executable that sets PYTHONPATH before launching butterflow doesn't include this directory:
Looks like a problem with
PYTHONPATH
not including$(brew --prefix)/lib/python2.7/site-packages
.The text was updated successfully, but these errors were encountered: