Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'sendgrid' #6

Open
naeem4github opened this issue Sep 30, 2022 · 0 comments
Open

ModuleNotFoundError: No module named 'sendgrid' #6

naeem4github opened this issue Sep 30, 2022 · 0 comments

Comments

@naeem4github
Copy link

I am getting module not found but module is installed as you can see from the pip list output.

$ python ecs-email-alert.py --help
Traceback (most recent call last):
File "/home/s7765176/ecs/ecs-email-alert.py", line 12, in
from ecssendgrid.ecssendgrid import ECSSendGridUtility
File "/home/s7765176/ecs/ecssendgrid/ecssendgrid.py", line 6, in
import sendgrid
ModuleNotFoundError: No module named 'sendgrid'

s7765176@IPMPF2ZXQEP ~/ecs
$ ls -l ecssendgrid/
total 4
drwxr-xr-x 1 s7765176 Domain Users 0 Sep 30 12:08 pycache
-rwxr-xr-x 1 s7765176 Domain Users 3472 Sep 30 11:48 ecssendgrid.py

s7765176@IPMPF2ZXQEP ~/ecs
$

s7765176@IPMPF2ZXQEP ~/ecs
$

s7765176@IPMPF2ZXQEP ~/ecs
$ pip list
Package Version


astroid 2.11.3
boto3 1.22.1
botocore 1.25.1
certifi 2021.10.8
chardet 5.0.0
charset-normalizer 2.0.12
colorama 0.4.4
dill 0.3.4
ecscli 3.1.23
idna 3.3
isort 5.10.1
jmespath 1.0.0
jsonschema 2.6.0
lazy-object-proxy 1.7.1
mccabe 0.7.0
pip 22.0.4
platformdirs 2.5.2
pylint 2.13.7
python-dateutil 2.8.2
python-ecsclient 1.1.11
python-http-client 3.3.7
requests 2.27.1
s3transfer 0.5.2
sendgrid 6.9.7
setuptools 58.1.0
six 1.16.0
starkbank-ecdsa 2.1.0
tomli 2.0.1
urllib3 1.26.9
wrapt 1.14.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant