Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named pararead - Python 3.8.9 #44

Open
gmicevic opened this issue Aug 5, 2022 · 1 comment
Open

ImportError: No module named pararead - Python 3.8.9 #44

gmicevic opened this issue Aug 5, 2022 · 1 comment

Comments

@gmicevic
Copy link

gmicevic commented Aug 5, 2022

pepatac/tools/bamQC.py -i pepatac_test/nn1/aligned_mm10/nn1_sort.bam -c 1 -o pepatac_test/nn1/QC_mm10/nn1_bamQC.tsv (56981)

Traceback (most recent call last):
  File "pepatac/tools/bamQC.py", line 16, in 
    import pararead
ImportError: No module named pararead

pip install pararead
Requirement already satisfied: pararead in /opt/homebrew/lib/python3.9/site-packages (0.7.0)
Requirement already satisfied: pysam in /opt/homebrew/lib/python3.9/site-packages (from pararead) (0.19.1)
Requirement already satisfied: ubiquerg in /opt/homebrew/lib/python3.9/site-packages (from pararead) (0.6.2)

@nsheff
Copy link
Member

nsheff commented Aug 5, 2022

seems like a python version mismatch. look at the output of /usr/bin/env python -- is your default pip aligned with your default python?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants