Describe the bug
Even after installing omegaconf:
!pip install omegaconf and it says:
Requirement already satisfied: omegaconf in /opt/conda/envs/rag/lib/python3.10/site-packages (2.3.0). I am getting and import error:
.....
ModuleNotFoundError: No module named 'omegaconf'```
**Expected behavior**
Succesful import, no error logs
Describe the bug Even after installing omegaconf:
!pip install omegaconf
and it says:Requirement already satisfied: omegaconf in /opt/conda/envs/rag/lib/python3.10/site-packages (2.3.0)
. I am getting and import error: