Open aa-dank opened 3 years ago
Wondering why it wouldn't just install wheel like it would for other python dependencies?
It's very weird. But maybe it means you miss some generic developer requirements? Did you find an answer on stackoverflow or something?
The problem appears to be with python 3.10 Try installing yagmail in a python 3.10 environment
I had a coworker and a contractor try to install yagmail. It continued breaking despite efforts to install lxml and wheel individually. It only worked on both computers after installing python 3.9 instead of python 3.10.
Sorry, I guess it is waiting for 3.10 to mature further?
this is also a problem on python 3.11
So does it work if you first install windows stuff
A fellow employee ran into an error when trying to install a tool I built with yagmail (which is otherwise great btw). It appears that after not finding wheel installed it looks for some other way but throws an error if C++ is not installed. I did not see C++ install as a necessary dependency in yagmail documentation: