Answers for "Import "decouple" could not be resolved"

0

Import "decouple" could not be resolved

You might have decouple installed in additional to python-decouple (two different packages).

If that is the case simply uninstall decouple

pip uninstall decouple
And ensure you have python-decouple installed

pip install python-decouple
Posted by: Guest on April-18-2022
0

Import "" could not be resolved

On my computer I have 3 Pythons, a 3.6 from Anaconda, and a 2.7 & 3.7 that are regular python. Prompted by a nudge from this GH issue, I switched from the Anaconda 3.6 to the 3.7, and back again, and the problem went away.
Posted by: Guest on November-13-2021

Code answers related to "Import "decouple" could not be resolved"

Browse Popular Code Answers by Language