Great! Thank you. Seems to be working now, running it.
Hi all,
I'm trying to run CNVkit (from source, in linux) after following the installation instructions on the github page but running into import errors which seem to be rare as I couldn't find any references online:
Traceback (most recent call last):
File "cnvkit.py", line 8, in <module>
from cnvlib import commands
File "/home/alon/Desktop/BioinformaticsPrograms/cnvkit/cnvlib/__init__.py", line 4, in <module>
from .cmdutil import read_cna as read
File "/home/alon/Desktop/BioinformaticsPrograms/cnvkit/cnvlib/cmdutil.py", line 9, in <module>
from .cnary import CopyNumArray as CNA
File "/home/alon/Desktop/BioinformaticsPrograms/cnvkit/cnvlib/cnary.py", line 14, in <module>
from .segmetrics import segment_mean
ImportError: No module named segmetrics
Will greatly appreciate any help!
Alon
2 answers
This is fixed now. Sorry for the trouble, I forgot to check in a new file while refactoring.
Try the installation with conda. That's likely to solve many of your installation-related issues for many tools.
After removing all of the cnvkit files associated with the download via pip, I installed conda and used conda to get the cnvkit.py script which then worked fine. Seems that ONLY the conda method of installation works properly.
Thank you for the suggestion WouterDeCoster
Conda is going to change how you do your installations. Always try conda first, rather than building stuff manually.
I have moved my comment so you can mark is as 'accepted' and mark this question as solved.
I would but I think the developer of CNVkit (Eric T.) would want to see this first, get his input on it, might be a potential bug. He's pretty active in this forum.
Log in to answer this question.
Try to install using virtualenv and pip, currently (2018-01-22) PyPI hosts the same version as the GitHub repository.
` I have the sane error:
Having the same issue as you both. Please post solution if anyone of you figure it out (I will as well).
hi all i am having similar errors with installation of cnvkit (for mac)...and cannot seem to figure it out...would anyone kindly please help?
Please use
condato do the installation. A basic tutorial is available here to useconda(use the part forconda): Creating workflows with snakemake and conda