error for rrdtool install(python3安装rrdtool报错)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error for rrdtool install(python3安装rrdtool报错)相关的知识,希望对你有一定的参考价值。

python3 安装rrdtool报错

报错信息如下

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-*/

技术分享图片

解决方案

检查pip版本,如果比较低,升级
pip install --upgrade pip

安装依赖包

yum -y install rrdtool-python
yum -y install zlib libpng freetype libart_lgpl
 yum  install rrdtool-devel

依赖包安装完成

yum -y install rrdtool

以上是关于error for rrdtool install(python3安装rrdtool报错)的主要内容,如果未能解决你的问题,请参考以下文章

Mac Mysql mysql_secure_installation Error: Access denied for user 'root'@'localhost'

安装rrdtool-1.4.5报错

Python ERROR: Could not build wheels for twisted-iocpsupport, which is required to install pyproject

py3.7安装Scrapy及安装时的 Running setup.py install for Twisted ... error 和安装后的 Unhandled error in Deferred:

ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly(代码

"undefined method `root' for nil:NilClass" error when using "pod install" 解决