HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.79k stars 192 forks source link

cannot import 'config' from 'decouple' #109

Closed alexshcer closed 3 years ago

alexshcer commented 3 years ago

image image

pythoninthegrass commented 3 years ago

Sounds related to #88 and #98.

I fixed it in pipenv by running

pipenv run pip uninstall decouple
pipenv install python-decouple
heljhumenad commented 3 years ago

Yes i also encouter this in python-decouple == 3.4 the config module has been missing or deleted

henriquebastos commented 3 years ago

There is a library called decouple, but this is python-decouple.