We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build from sources using the tarball hosted in pypi I got this error:
error: file ....../scripts/vcfcall_ariba.cpython-33m.so' does not exist
I noticed that his issue was happening because the tarball in pypi has a broken link in scripts/vcfcall_ariba.cpython-33m.so
scripts/vcfcall_ariba.cpython-33m.so
After downloading the tarball from github the installation worked fine.
The text was updated successfully, but these errors were encountered:
Thanks for letting me know. I'll fix that in the next release when I upload to pypi.
Sorry, something went wrong.
The new version 2.4.0 has this fixed. Just uploaded to pypi.
No branches or pull requests
When trying to build from sources using the tarball hosted in pypi I got this error:
error: file ....../scripts/vcfcall_ariba.cpython-33m.so' does not exist
I noticed that his issue was happening because the tarball in pypi has a broken link in
scripts/vcfcall_ariba.cpython-33m.so
After downloading the tarball from github the installation worked fine.
The text was updated successfully, but these errors were encountered: