# Using pyyaml in Slicer?

**URL:** https://discourse.slicer.org/t/using-pyyaml-in-slicer/5995
**Category:** Support
**Created:** [March 2, 2019, 8:03pm UTC](https://discourse.slicer.org/t/using-pyyaml-in-slicer/5995 "2019-03-02T20:03:49Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dsikka](https://avatars.discourse-cdn.com/v4/letter/d/cdc98d/32.png) [@dsikka](https://discourse.slicer.org/u/dsikka)
#### Post date: [March 2, 2019, 8:03pm UTC](https://discourse.slicer.org/t/using-pyyaml-in-slicer/5995/1 "2019-03-02T20:03:49Z")

</div>

Is there a way to use a yaml parser in Slicer?

I tried pip installing pyyaml using the instructions described on this page: [https://www.slicer.org/wiki/Documentation/Nightly/Developers/Python\_scripting#How\_to\_run\_pip\_.3F](https://www.slicer.org/wiki/Documentation/Nightly/Developers/Python_scripting#How_to_run_pip_.3F) and it seems to have installed pyyaml correctly. However, the module doesn’t seem to load when I import yaml? I also just restarted Slicer, ran `import yaml` on the Python Interactor and got an error saying “No Module named yaml”?
