jupyter notebook安装失败解决办法

背景

学习“同济子豪兄”的python课程,涉及到了第三方库文件的安装,安装jupyter notebook时候遇到了问题

pip install juypter notebook

错误表现

Collecting pywinpty>=0.5; os_name == "nt" (from terminado>=0.8.1->notebook->jupyter)
  Using cached pywinpty-0.5.1.tar.gz

卡顿一段时间,出现大量的报错

解决办法

使用 pip3 install --upgrade setuptools 更新setuptools

参考文献

参考文章

个人采用方法二直接解决问题,没有用方法一

你可能感兴趣的:(Python,python,人工智能,Jupyter,notebook,Document)