'"Module not Found Error : No module named albumentations"

I'm writing a code with albumentations function and it will give me this error

ModuleNotFoundError: No module named 'albumentations'

I also installed this package.

This is my code:

import albumentations as alb


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source