ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory:

重新安装包:

pip install --upgrade --force-reinstall EMN

清理缓存:

pip cache purge

更新pip: 

pip install --upgrade pip

你可能感兴趣的:(python)