You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:The text was updated successfully, but these errors were encountered: