-
Notifications
You must be signed in to change notification settings - Fork 36
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
Installation fails #135
Comments
Hello, @pkerbs Thanks for your valuable advice! In fact this dependencies brought inconvenience to the installation. There is an easier way to solve it by downgrading setuptools by Best, |
Hi Shuqi,
I am using a python virtual environment created using python 3.9.5 Best, |
Hello, @pkerbs I have created a virtual python environment through
Through these, cuteSV can be successfully installed, and the pip list are shown as below:
Just an idea, maybe you can try installing PyVCF v0.6.8 firstly? Best, |
Hello Shuqi,
Thank you for working on a fix for the next version. Best, |
Hello Paul, That's nice! I'm glad to hear the success. Best, |
Hi,
I tried to install cuteSV via pip and via the git repository, but it failed both times with an error involving PyVCF (see code snippet below).
It seems to be the same issue as described here: jamescasbon/PyVCF#332.
In short PyVCF requires setuptools version <58
Someone mentioned in another thread (KarchinLab/open-cravat#98), that it seems that PyVCF only parses VCF 4.0 while 4.2 is the current standard.
Would it be possible to adjust cuteSV's dependencies on another VCF parser (also in regard to potential other compatibilities)?
Thanks in advance.
Best,
Paul
The text was updated successfully, but these errors were encountered: