-
Notifications
You must be signed in to change notification settings - Fork 22
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 pyBigWig #70
Comments
Have you tried installing pybigwig independently? |
yes, I have tried that |
I don't understand how this error can happen if you have actually installed the module. What happens when you run |
I notice the install is in your system path, you may want to try installing and running everything in a fresh conda environment, https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html |
it is like this:
|
I think @rhallPB has the right idea, you may have installed kineticsTools into the wrong Python. |
I am creating a new conda environment for kineticsTools with python=2.7, am I using a right version of python? Thanks! |
I found that the code (print(delim.join(cols), file=f)) in ResultsWriter.py seems to be written in Python3? So I should use python3? Thanks for your answer. |
No, because it's a compatibility function for Python 2: |
Hi, there
I run the ipdsummary programme, but got an error: ImportError: No module named pyBigWig.
I have installed it via conda, but still got this error. Could you help me with it? Thanks!
This is the running:
ipdSummary ./raw.bam --reference ../quickmerge/merged.pyscaf.fasta --gff basemods.gff --csv kinetics.csv --bigwig IpdRatio.bw --identify m6A,m4C,m5C_TET --methylFraction --numWorkers 10 --minCoverage 3
this is error indicated:
Process KineticsWriter-11: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() File "/usr/lib/python2.7/dist-packages/kineticsTools/ResultWriter.py", line 112, in run self._run() File "/usr/lib/python2.7/dist-packages/kineticsTools/ResultWriter.py", line 70, in _run self.onStart() File "/usr/lib/python2.7/dist-packages/kineticsTools/ResultWriter.py", line 941, in onStart sinkList.append(func(name)) File "/usr/lib/python2.7/dist-packages/kineticsTools/pipelineTools.py", line 35, in start next(c) File "/usr/lib/python2.7/dist-packages/kineticsTools/ResultWriter.py", line 284, in bigWigConsumer import pyBigWig ImportError: No module named pyBigWig Child process exited with exitcode=1. Aborting. 2019-12-11 12:43:20,630 [ERROR] Child process exited with exitcode=1. Aborting.
The text was updated successfully, but these errors were encountered: