kartograf icon indicating copy to clipboard operation
kartograf copied to clipboard

problems with pip installation

Open David-Araripe opened this issue 4 months ago • 3 comments

First of all, thanks for the nice package!

While trying it out I encountered two problems after installing it with python -m pip install kartograph:

  1. The package installed didn't have dill in the list of dependencies (I see that's fixed now on the pyproject.toml);
  2. Installing kartograph via pip also installed an outdated version of gufe (0.4), which didn't have some functions used by this package.

One thing that could be done is to add information on the README file that the packages can also be installed directly from their respective GitHub repos, as in:

python -m pip install git+https://github.com/OpenFreeEnergy/gufe.git
python -m pip install git+https://github.com/OpenFreeEnergy/kartograf.git

The drawback of this approach is that having this listed on the pyproject.toml as an installation strategy prevents the package from being uploaded to PyPI.

Please let me know if that's something you'd like to have, happy to make a PR.

David-Araripe avatar Apr 10 '24 08:04 David-Araripe