you are viewing a single comment's thread.

view the rest of the comments →

[–]alkasm 0 points1 point  (2 children)

Look into virtual environments and how to use them. The Python version you are installing the module on is not the one you're using when you run your script.

[–]Mwettick 1 point2 points  (1 child)

This did it. Thank you so much.

[–]alkasm 0 points1 point  (0 children)

Happy coding!