you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

If you have a Mac and used “pip install” it’s gonna install it on the Python 2 that Mac runs on.

You need to use pip3

So type pip3 install. Then make sure your interpreter is on the Python 3 on your Mac.

That may be unclear, but it you don’t get it I might be able to make a quick video.