pythonemailimapclient

pip install pyzmail ERROR message


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\

Solution

  • I had the same problem, and resolved it using: easy_install pyzmail