标签:内容 type 处理 2.7.5 解决 dir .com water shadow
linux7中python ImportError: No module named pymc 处理方法#cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
#python -V
Python 2.7.5
#从上面报错内容可知,缺少库: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