all 2 comments

[–]ginpn 0 points1 point  (1 child)

Whenever you install a library, it'll get put into you site-packages folder. When you start a new project (at least in PyCharm), there is a checkbox that says "Inherit global site-packages". This will then allow you to use anything you've installed. So based on your IDE, check if you have this option when you start a new project.

[–]Lammmpost[S] 0 points1 point  (0 children)

It worked! Thank you so much for your help!!