This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Description
🐛 Bug
I already have opencv 4.5.1 in my device, but albumentations still try install opencv-python-headless into my device, this make conflict happens between two installed opencv ! how to solve this problem ? It's seem not friendly for users.


To Reproduce
Steps to reproduce the behavior:
- pip install albumentations
Expected behavior
do not install opencv-python-headless if i have opencv
Environment
- Albumentations version (e.g., 1.0.0):
- Python version (e.g., 3.8):
- OS (e.g., MacOS):
- How you installed albumentations (
pip):
- Any other relevant information:
Additional context
no context