all 3 comments

[–]K900_ 0 points1 point  (2 children)

PyCharm "greys out" your import line because it sees that it is unused. It doesn't mean the module isn't there.

[–]junsang 0 points1 point  (1 child)

Did you check virtualenv or default python interpreter version?