PyYAML Error on update
What is this and how does one fix it?
[20141003.000137] [11022] PyYAML-3.09-10.el5.i386 from epel has depsolving problems
[20141003.000137] [11022] --> Missing Dependency: libyaml-0.so.1 is needed by package PyYAML-3.09-10.el5.i386 (epel)
[20141003.000137] [11022] Error: Missing Dependency: libyaml-0.so.1 is needed by package PyYAML-3.09-10.el5.i386 (epel)
-
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 -
Thank you Michael: Can you tell me how to do both operations? 0 -
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 -
Hello: Not consciously no. It may be from some package like Ruby, Fantastico or something else. Not sure. 0 -
You could remove it via the following command if you don't use it: yum remove PyYAML
Thank you.0 -
If I choose to, how would I install libyaml-0.so.1? 0 -
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 -
yum install libyaml-dev
Awesome! That worked for me.0
Please sign in to leave a comment.
Comments
8 comments