Your package seems to be installed in c:userskoryunappdatalocalprogramspythonpython38-32libsite-packages
.
Check out where is your Python looking for installed packages by running this Python program:
import sys
print(sys.path)
If there is not aforementioned path present, then you have to add it, for VS code it is described here: https://code.visualstudio.com/docs/python/environments
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…