如何在 Google-COLAB 中安装 pyjags

How install pyjags in Google-COLAB

请帮我在google-colaboratory 环境中安装pyjags。我试过这个命令:

> %pip install pyjags
Collecting pyjags
  Using cached https://files.pythonhosted.org/packages/b5/23/22e8468ff9f8e0d5472e388c783c45b3c42b562df4b9b6bab483d935b5bc/pyjags-1.3.7.tar.gz
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

但它给了我这个错误。我该如何解决?谢谢。

您必须先安装 jags

运行 这两个在一个单元格中。

!sudo apt-get install jags
!pip install pyjags