Let us see on how to install latest PyYAML in this post
Pre-requisite:
- A CentOS instance
- SSH access into this CentOS 7 machine
Getting Started:
- connect to the CentOS 7 machine via SSH
- step into a root or sudo user
Steps to install latest PyYAML version:
- pip install PyYAML
- Below errors is raised asking to install latest version of PyYAML which is >=3.12
- Now let us install specific version of PyYAML that is required
- If the 'distutils' error occurs again, then use '--ignore-installed' flag as below and watch PyYAML succeed
Thus PyYAML installation was successfully completed
No comments:
Post a Comment