First and foremost, I'm on windows.
PyCharm says No module named 'can'
, but I can clearly see the can
module when I open Module Docs and it's listed under site-packages
. I'm not sure why PyCharm is saying the can
module isn't there.
Why would it say this if it's clearly there?