
机器学习
WikiLeake
IT爱好者
展开
-
阿里云ubuntu安装pandas时报错Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hm
阿里云ubuntu安装pandas时报错Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-hmsdpo52/pandas/Collecting pandas Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/2f/79...原创 2020-05-08 16:37:31 · 1301 阅读 · 0 评论 -
jupyter重启失败KernelRestarter: restart failed
在jupyter启动时候发现出现了如下错误:[W 11:33:41.703 NotebookApp] KernelRestarter: restart failed[W 11:33:41.703 NotebookApp] Kernel cbc82194-2371-4227-87cf-859364cc09d4 died, removing from map.[W 11:34:26.889 No...原创 2020-05-07 11:54:45 · 5292 阅读 · 2 评论 -
ubuntu安装如Django,jupyter notebook所需的虚拟环境
1.安装django开发所需要的虚拟环境#安装virtualv包sudo apt-get install virtualenv #安装virtualvwrapper包sudo apt-get install virtualenvwrapper #运行virtualenvwrapper.shsource /usr/share/virtualenvwrapper/virtualenvwra...原创 2020-05-07 08:51:52 · 335 阅读 · 0 评论 -
阿里云服务器下jupyter notebook 安装、远程访问以及处理错误
一.安装所需的环境1. 在虚拟环境中安装jupyter(jiqistudy)> pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple/2. 安装所需的python库(jiqistudy)> pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/s...原创 2020-05-06 22:52:40 · 1243 阅读 · 0 评论 -
workon: command not found处理方法
$ workon django$ workon: command not found以前安装了虚拟环境,但是使用workon时发现命令不存在,处理方法:重新激活虚拟环境 source /usr/share/virtualenvwrapper/virtualenvwrapper.sh ...原创 2020-05-06 22:36:04 · 2682 阅读 · 1 评论 -
ubuntu安装matplotlib时报错处理
阿里云安装matplotlib时出现如下错误:(jiqistudy) root@iZ2zeemzp51mlbzarwptwwZ:~# pip install matplotlibCollecting matplotlib Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/4a/30/eb8e7dd8e3609f05c69...原创 2020-05-06 22:33:38 · 1001 阅读 · 1 评论