So I'm trying to import config from the ".env" file via python-decouple but when I try do the import:
from decouple import config
it returns the error of:
Import "decouple" could not be resolved
So I'm trying to import config from the ".env" file via python-decouple but when I try do the import:
from decouple import config
it returns the error of:
Import "decouple" could not be resolved
Copyright © 2021 Jogjafile Inc.
Is your python module named decouple.py by any chance? wondering if it is a naming conflict if you are sure you have installed decouple successfully