Closed essicolo closed 7 years ago
I'm working on this. I think I have a solution, but I can't upload the package to PyPI. Ubuntu repositories still have twine 1.5, but that version no longer interacts with PyPI. They've changed the API. I'm having a difficult time getting a newer version of twine installed that will actually work.
Ok I think I have a fix in v1.2.2 on PyPI. I can't speak to the bioconda version, as I didn't write the recipe and don't know when it'll update (or if it does it automatically). Try installing via pip and see if that works.
The pip-installed version 1.2.2 runs fine 👍 ! For bioconda, I'm not familiar with package distribution, but I think the recipe should be updated here: https://github.com/bioconda/bioconda-recipes/tree/master/recipes/
Great! Glad it works. Hopefully I didn't break anything else. Setup files are not something I know much about.
So far as bioconda, I'm not even sure who made the recipe. I didn't even know that ecopy was included. I'll have a look and see if I can sort it out.
Python 3.6, ecopy 1.2
Installed with
conda install -c bioconda ecopy
on Linux. The error also happens withpip install ecopy
.