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\ 回答1: I had the same problem, and resolved it using: easy_install pyzmail 回答2: To those who find this thread