HBNetwork / python-decouple

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

ImportError: cannot import name 'config' from 'decouple' #119

Closed IvanMSP closed 3 years ago

IvanMSP commented 3 years ago

Using python decouple installed in a virtual environment with python3.9, it sends the following Error:

ImportError: cannot import name 'config' from 'decouple' (/xxx/xxx/xxx/env/lib/python3.9/site-packages/decouple/__init__.py)

henriquebastos commented 3 years ago

The package decouple is not python-decouple

Em ter., 7 de set. de 2021 às 04:40, Ivan López @.***> escreveu:

Using python decouple installed in a virtual environment with python3.9, it sends the following Error:

ImportError: cannot import name 'config' from 'decouple' (/xxx/xxx/xxx/env/lib/python3.9/site-packages/decouple/init.py)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/henriquebastos/python-decouple/issues/119, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAC6ISAMX6MD6BW7BB3TXLUAW6WPANCNFSM5DRYTKIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Henrique Bastos http://henriquebastos.net/ Muito além da programação! https://henriquebastos.net/produtos/

Instagram https://instagram.com/henriquebastosnet, Youtube https://www.youtube.com/henriquebastosnet, Facebook https://www.facebook.com/henriquebastos +55 21 99618-6180 https://hbn.link/whatsapp-duvida

IvanMSP commented 3 years ago

Thanks you, I have installed the package decouple and python-decouple in my virtual enviroment.