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
Once the package is installed and the code snippet is compiled, the new image still shows a corrupted watermark despite using different file types. Is this an issue with the library?
The text was updated successfully, but these errors were encountered:
If you are on a Mac and the Brew install fails with the error: Error: No such keg: /opt/homebrew/Cellar/opencv, you will need to run the following commands:
brew update
brew install opencv
Once OpenCV is installed, try to force the symlink to your site-packages directory with:
brew link --force opencv
If you still encounter a ModuleNotFoundError: No module named 'cv2', try installing wheel with:
pip install wheel
After that, you should be able to install nowatermark with:
Once the package is installed and the code snippet is compiled, the new image still shows a corrupted watermark despite using different file types. Is this an issue with the library?
The text was updated successfully, but these errors were encountered: