使用easy-install或pip安装matplotlib-venn时遇到问题。我在使用python2.7的Windows计算机上。但是,cmd显示总是存在一些错误。
这是使用“easy_install”的windows,我在cmd中输入命令$ easy_install matplotlib-venn,然后显示错误:
"no lapack/blas resources found ".`
然后当我使用pip进行安装时,在cmd中键入命令$ pip install matplotlib-venn,显示:
Command ""C:\Python27\New Folder\python.exe" -c "import setuptools, tokenize
;__file__='c:\\users\\qiu\\appdata\\local\\temp\\pip-build-cz2ob6\\scipy\\setup.
py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n'
, '\n'), __file__, 'exec'))" install --record c:\users\qiu\appdata\local\temp\pi
p-tfwzxc-record\install-record.txt --single-version-externally-managed --compile
" failed with error code 1 in c:\users\qiu\appdata\local\temp\pip-build-cz2ob6\s
cipy
答案 0 :(得分:5)
另一种方法是使用Anaconda Python发行版,其中包括300多个最受欢迎的Python软件包,用于科学,数学,工程和数据分析(包括NumPy和matplotlib),并避免许多这样的头痛。
在其上安装router.get('/', function(req, res, next) {
var amount = req.query.amount; // GET THE AMOUNT FROM THE GET REQUEST
var stripeToken = "CUSTOM_PAYMENT_TOKEN";
var charge = stripe.charges.create({
amount: 1100, // amount in cents, again
currency: "usd",
source: stripeToken,
description: "Example charge"
}, function(err, charge) {
if (err && err.type === 'StripeCardError') {
res.json(err);
} else {
res.json(charge);
}
});
});
非常简单(matplotlib-venn
)。
从the bang开始,可以从IPython / Jupyter笔记本单元格运行此命令:pip install matplotlib-venn
答案 1 :(得分:1)
这不是您问题的直接解决方案,而是可能的解决方法。
Christoph Gohlke为Windows提供了extensive list of pre-compiled python packages。例如,依赖于lapack / blas库的那些已经针对Intel MKL libraries编译。