'ModuleNotFoundError: No module named 'simple_salesforce' python app

my python app is throwing the error line ModuleNotFoundError: No module named 'simple_salesforce'

But I have already installed the module with "pip3 install simple-salesforce" and "pip install simple_salesforce"

Any ideas on what's going on? Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source