ModuleNotFoundError: No module named 'datasets'!

Hi all,
I am using conda (version 22.11.1) on a Linux VM with this info:
Operating System: Red Hat Enterprise Linux Server 7.9 (Maipo)
CPE OS Name: cpe:/o:redhat:enterprise_linux:7.9:GA:server
Kernel: Linux 3.10.0-1160.36.2.el7.x86_64
Architecture: x86-64
I have tried installing the datasets with pip, pip3, and conda forge, and it gets installed successfully. I tried it on different environments, with different Python versions above 3.6, but I still get this error after running the same code I ran successfully on a different Redhat VM that I have!

This is the error:
from datasets import load_dataset
ModuleNotFoundError: No module named ‘datasets’

Can anybody help me with this?