Skip to main content

PyYAML Error on update

Comments

8 comments

  • cPanelMichael
    Hello :) It indicates a package that comes from your custom EPEL repository in /etc/yum.repos.d/ has missing dependencies. You will need to remove that package through YUM or install the required dependencies. Thank you.
    0
  • Peoplespaces
    Thank you Michael: Can you tell me how to do both operations?
    0
  • cPanelMichael
    Could you clarify if you use PyYAML for a specific purpose? For instance, did you enable the EPEL repo to install a particular application? Thank you.
    0
  • Peoplespaces
    Hello: Not consciously no. It may be from some package like Ruby, Fantastico or something else. Not sure.
    0
  • cPanelMichael
    You could remove it via the following command if you don't use it:
    yum remove PyYAML
    Thank you.
    0
  • Peoplespaces
    If I choose to, how would I install libyaml-0.so.1?
    0
  • cPanelMichael
    Please keep in mind that this is not a cPanel-related error message, but an issue with your system package manager. That being said, assuming you are using the EPEL repo, then a command like this might resolve the issue:
    yum install libyaml-devel
    Thank you.
    0
  • ChristopherChemist
    yum install libyaml-dev

    Awesome! That worked for me.
    0

Please sign in to leave a comment.