Jun-12-2024, 06:23 AM
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.