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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -