I'm encountering a dbm.gnu error while running a Python script in a Conda environment with Python 3.9. The error indicates that the dbm.gnu module is unavailable. I have installed all required dependencies via requirements.txt, and the issue occurs both in Windows and WSL Ubuntu environments.
Error Message:
dbm.error: db type is dbm.gnu, but the module is not available
Steps to Reproduce:
- Conda environment with Python 3.9.
- pip install -r requirements.txt.
- I set the environment variables for OpenAI and FMP.
- Run the Python script.
System Info:
- WSL Ubuntu, or Windows 11.
- Python 3.9 (Conda environment)
- I also tried adding the
gdbm package manually.
I'm encountering a dbm.gnu error while running a Python script in a Conda environment with Python 3.9. The error indicates that the dbm.gnu module is unavailable. I have installed all required dependencies via requirements.txt, and the issue occurs both in Windows and WSL Ubuntu environments.
Error Message:
Steps to Reproduce:
System Info:
gdbmpackage manually.