curl: (23) Failed writing body (1354 i= 1371)问题解决办法
Posted 但老师
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了curl: (23) Failed writing body (1354 i= 1371)问题解决办法相关的知识,希望对你有一定的参考价值。
背景
安装jupyter的时候执行了教程里面的
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin danzhao
结果报错
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0sudo: python3: command not found
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
29 13989 29 4113 0 0 1416 0 0:00:09 0:00:02 0:00:07 8193
curl: (23) Failed writing body (1354 != 1371)
看到这一句curl: (23) Failed writing body (1354 != 1371)
查不到一模一样的错误
解决
Python路径问题
找到Python路径
whereis python
然后改成全路径执行
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E /www/server/panel/pyenv/bin/python - --admin danzhao
3分钟后执行成功
截至目前,多端jupyter仅支持ubuntu
The Littlest JupyterHub currently supports Ubuntu Linux only
以上是关于curl: (23) Failed writing body (1354 i= 1371)问题解决办法的主要内容,如果未能解决你的问题,请参考以下文章
Android NDK Build: ld: error: failed to write to the output file: Permission denied
电脑一直出现curl upload mz file failed怎么解决?
sftp error: process_write: write failed
php curl报错:417 - Expectation Failed
Clone failed RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.