omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.98k stars 113 forks source link

ModuleNotFoundError: No module named 'omegaconf' #1192

Open Darrshan-Sankar opened 2 months ago

Darrshan-Sankar commented 2 months ago

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
odelalleau commented 2 months ago

This doesn't look like a bug with omegaconf, but rather with how you setup your environment.