i was working in a virtual environment in python
in my pipfile under
[packages]
is present imap-tools = "==0.24.0"
but when i try to import imap_tools
IDLE (pycharm) gives 'unresolved Reference'
also when i tried to install imap_tools inside virtual environment
pip3 install imap-tools==0.24.0
but it shows requirement already satisfied
and again same error of unresolved reference while importing imap_tools