ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
albumentations 1.4.0 requires scikit-image>=0.21.0, but you have scikit-image 0.20.0 which is incompatible.
I installed scikit-image 0.21.0 manually and run installation again. But it removed 0.21.0, installed 0.20.0 and gives me error again.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. albumentations 1.4.0 requires scikit-image>=0.21.0, but you have scikit-image 0.20.0 which is incompatible.
I installed scikit-image 0.21.0 manually and run installation again. But it removed 0.21.0, installed 0.20.0 and gives me error again.