码迷,mamicode.com
首页 > 编程语言 > 详细

linux7中python ImportError: No module named pymc 处理

时间:2018-06-22 18:55:28      阅读:429      评论:0      收藏:0      [点我收藏+]

标签:内容   type   处理   2.7.5   解决   dir   .com   water   shadow   

linux7中python ImportError: No module named pymc 处理方法

  1. 系统环境
    #cat /etc/redhat-release
    CentOS Linux release 7.2.1511 (Core)
    #python -V
    Python 2.7.5
  2. pip安装pymc报错
    #报错内容如下:
    error: lapack/double/dpotrs.f: No such file or directory
    技术分享图片
  3. 解决方法
    (1)最简单的方式--pip
    #从上面报错内容可知,缺少库:lapack-devel
    yum install -y lapack-devel
    #再使用pip安装pymc
    pip install pymc
    #查看下pymc的版本
    pip list |grep pymc
    pymc                         2.3.6
    #python中import
    python
    >>> import pymc

(2)使用Anaconda

linux7中python ImportError: No module named pymc 处理

标签:内容   type   处理   2.7.5   解决   dir   .com   water   shadow   

原文地址:http://blog.51cto.com/wutengfei/2131919

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!