This error occurs due to wrong python module. You have installed decouple instead of python-decouple.
Solution
- Remove decouple
pip uninstall decouple
- install python-decouple
pip install python-decouple
get it fixed!
This error occurs due to wrong python module. You have installed decouple instead of python-decouple.
Solution
pip uninstall decouple
pip install python-decouple