I use Python 3.5.2.
I installed imapclient with no problem pip install imapclient
. However when I tried to install pyzmail, pip install pyzmail
, I received error message below:
ImportError: No module named '_markerlib'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\J
\AppData\Local\Temp\pip-build-ntukh55u\distribute\
I had the same problem, and resolved it using: easy_install pyzmail