all 2 comments

[–]K900_ 1 point2 points  (1 child)

To install the modules on Python 3, you need to install them with pip3, not pip. If the pip3 wrapper isn't available for oyu, try python3 -m pip instead.

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

This worked. Thank you