用Anaconda安装的python 版本无法更新pip导致不能安装第三方库:
用Anaconda Prompt安装第三方库:
python -m pip install --upgrade pip --user
D:APPAnaconda3python.exe: No module named pip
解决方法:
python -m ensurepip python -m pip install --upgrade pip # 安装excel,word第三方库 pip install xlwt pip install xlrd pip install python-docx