【发布时间】:2023-03-11 22:08:01
【问题描述】:
我在 jupyter notebook 中有以下行:
!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)
有人知道怎么回事吗?
【问题讨论】:
标签: python pip jupyter-notebook pystan