我在jupyter笔记本中有以下几行:
!pip install pystan但是,我得到了下面的错误,后面是一个完整的代码块:
ERROR: Command errored out with exit status 1:最后是下面的输出块:
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.
Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)有人知道这是怎么回事吗?
发布于 2022-01-18 01:05:05
我经历了很多死胡同的解决方案。我无法安装pystan,因为它需要安装httpstan,而httpstan是Mac和linux专用的。我在电脑上。
https://stackoverflow.com/questions/70737348
复制相似问题