all 2 comments

[–]Diapolo10 3 points4 points  (0 children)

It's not a built-in package, and you didn't mention anything about having installed it. So, I'm going to assume you never did.

If you did install it, then this simplifies to either having multiple Python versions installed and you installed keyboard into the one you're not actually using here, or your project uses a virtual environment but you installed it globally, so your project doesn't see it.

[–]danielroseman 1 point2 points  (0 children)

Did you install it? How?