我有一个Linux服务器,我想安装在它上的CentOs7,是相当新的Linux。所以我尝试了第一种方法,但总是得到版本错误。我在CentOs上安装了EPEL repo并运行了安装,但两次收到此错误
Total size: 30 M
Installed size: 80 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction check error:
file /usr/lib/python2.7/site-packages/pyparsing.py from install of python-jasmin-0.9.29-1.el7.centos.x86_64 conflicts with file from package pyparsing-1.5.6-9.el7.noarch
file /usr/lib/python2.7/site-packages/pyparsing.pyc from install of python-jasmin-0.9.29-1.el7.centos.x86_64 conflicts with file from package pyparsing-1.5.6-9.el7.noarch
file /usr/lib/python2.7/site-packages/pyparsing.pyo from install of python-jasmin-0.9.29-1.el7.centos.x86_64 conflicts with file from package pyparsing-1.5.6-9.el7.noarch
Error Summary按照Jasmin安装代码Install for RHEL and CENTOS中的说明进行操作
所以我决定使用pip install using PIP。
我的股票在这里
systemd scripts must be downloaded from here <https://github.com/jookies/jasmin/tree/master/misc/config/systemd> and manually installed into your system, once placed in /lib/systemd/system 那么我该如何执行这个过程呢?
那么前一步产生的错误是什么呢?
发布于 2020-03-13 20:10:21
只需移除pyparsing RPM包即可修复“事务检查错误”
https://stackoverflow.com/questions/60637416
复制相似问题