brentp/peddy

Python version and libraries version incompatibility due to drop support for python 2.7

NikolaBio opened this issue · 2 comments

Can you provide exact version of the libraries in requirements.txt. Because numpy and all libraries that are build atop of it crash during installation because newest version of those libraries stop the support for python 2.7.
I manage to find suitable versions for python 2.7 but than I have issues with cyvcf2 library. The same error is reported here

Can you please copy the pip freeze output from virtual environment that you are using to run pipeline?

The installation if done via Github

Seconded. Can peddy be edited to support Py3?

Thanks
M

I'll accept a pull request for this. Pretty sure I've been using peddy on python3, but I no longer no much about all these packaging issues.