No module named 'yaml'

Issue #69 closed
Suehelay Acevedo created an issue

I am trying to open the FASTQ files for the test dataset2 and I get the following error:

File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/mageck_vispr-0.5.6-py3.9.egg/mageck_vispr/__init__.py", line 12, in <module>

import yaml

ModuleNotFoundError: No module named 'yaml'

I have installed the module using the pyyaml command but I am not sure why I keep getting this error. I am not sure how to fix it.

Comments (2)

  1. Log in to comment