I am using Python 3.6 in anaconda on Windows 10.
I have tried to install the resource
package using pip install resource
.
It says Requirements already satisfied. But still import resource
showing the same error.
How to resolve this issue on Windows?