python - Install PyYAML on linux (centos 7) to for Python3.3 -
i have python2.6 , python3.3 on machine centos 7. installed pyyaml using "yum install pyyaml", can import yaml in python2.6, not working in python3.3. idea how fix this? want able use pyyaml in python3.3 on centos 7. thanks!
just install using pip:
pip3 install pyyaml
Comments
Post a Comment