Closed andersgs closed 7 years ago
Hi Anders,
I uploaded the source build to PyPI, but shortly afterwards it was removed without notification. I haven't been able to find any info about it on the PyPI website or elsewhere on the web. I also can't re-upload the files I had uploaded. I get an error saying "This filename has previously been used, you should use a different version."
When I make a new release, I'll upload it to PyPI, but one workaround for now is to install directly from the github repo:
pip install git+https://github.com/peterk87/sistr_cmd.git@0.1.1
Hope that helps!
sistr_cmd
can now be installed using pip
(https://pypi.python.org/pypi/sistr-cmd) or conda
(https://bioconda.github.io/recipes/sistr_cmd/README.html)
Here is the output for
pip install -vvv sistr-cmd
:My guess it has something to do with the fact that the package is registered as
sister-cmd
but insetup.py
it is calledsistr_cmd
(note the different use of-
and_
).Note this inconsistent use of
-
and_
seems appear throughout theREADME
too.Cheers.
Anders.