kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.64k stars 263 forks source link

Successfully installed but import not #194

Closed coderliuhao closed 3 years ago

coderliuhao commented 3 years ago

Sysem: Ubuntu18.04 env : conda virtual enviroment python version : 3.8.3

Error: I use 'pip install yagmail' command install yagmail default version 0.14.245 successfully,but when I run 'import yagmail ' in ipython shell.it raised "No module named yagmail"

Hope for your help ,thx

kootenpv commented 3 years ago

Try in your ipython shell

!pip install yagmail

probably you are trying to import it in not the same python as that you tried to install it