1

我有一个 CentOs7 VPS 服务器,我想在上面安装 Jasmin,我对 Linux 还很陌生。所以我尝试了第一种方法,但总是得到版本错误。我在我的 CentO 上安装了 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 安装代码 中的说明安装 RHEL 和 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 

那么我该如何进行这个过程

那么上一步产生的错误有什么问题。

4

1 回答 1

0

只需删除 pyparsing RPM 包即可修复“事务检查错误”

于 2020-03-13T12:10:20.660 回答