Kris
❤上善若水,人淡如菊❤(2019-09-19 12:00)
摘要: ubuntu下 安装 jupyter notebook 过程所遇到的一系列问题的解决办法 安装 pip3 install jupyter notebook 安装时并没有遇到什么明显的问题之类的 运行 jupyter notebook 运行时报错 python 报错信息如下: File "user/l 阅读全文
posted @ 2019-10-12 18:29 Krise777 阅读(520) 评论(0) 推荐(0)
摘要: ubuntu18.04(python3.6)安装pip3报错:ImportError: cannot import name 'sysconfig 错误描述 解决方案: 添加源(原有基础上) sudo vim /etc/apt/sources.list 把下面的内容插入到 中去 更新命令 sudo 阅读全文
posted @ 2019-10-12 17:09 Krise777 阅读(1483) 评论(0) 推荐(0)