Python Forum

Full Version: Installing mailjet_rest for Python 3 while Python 2 is installed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to convert my python script from version 2 to 3. I need mailjet_rest but I cannot figure out how to install it for version 3. When I run pip3 to install it, it tells me it is already installed for version 2. How can I install mailjet_rest so python 3 can find it and keep it for version 2 as well? TIA.