pyRMSD is a small Python package that aims to offer an integrative and efficient way of performing RMSD calculations of large sets of structures. It is specially tuned to do fast collective RMSD calculations, as pairwise RMSD matrices.
This older version doesn't support Python 3 (see #14) so most users on modern operating systems, with Python 3, can't "pip install" it.
Could you push a new release with Python 3 support (or just delete the pypi package forcing people to use setup.py instead)? Alternatively, if you really don't want to maintain this any more, I could push a new release from our fork which does support Python 3: https://github.com/salilab/pyRMSD
There hasn't been a PyPI release since 2015: https://pypi.org/project/pyRMSD/#history
This older version doesn't support Python 3 (see #14) so most users on modern operating systems, with Python 3, can't "pip install" it.
Could you push a new release with Python 3 support (or just delete the pypi package forcing people to use
setup.py
instead)? Alternatively, if you really don't want to maintain this any more, I could push a new release from our fork which does support Python 3: https://github.com/salilab/pyRMSD